Skip to content

Forum in maintenance, we will back soon 🙂

Adding Training Dat...
 
Notifications
Clear all

Adding Training Data to OpenAI

6 Posts
4 Users
0 Reactions
64 Views
(@google-rayazsiddiqi)
Posts: 95
Estimable Member
Topic starter
 

Hi, If I have my own company data and I want to add that to the OpenAI model, how do I do that? So when I do a prompt the OpenAI model will perform analysis on my data and NOT the general web data it has been trained on? Thanks

 
Posted : 06/05/2024 12:30 pm
SSAdvisor
(@ssadvisor)
Posts: 1139
Noble Member
 

@google-rayazsiddiqi you use RAG to allow OpenAI to know about your data.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 06/05/2024 12:37 pm
(@husein)
Posts: 469
Member Moderator
 

@google-rayazsiddiqi You'll need to apply a method called RAG (Retrieval Augmented Generation). Where the AI model ur using gets the information from a set of data you give. Can you give explain more what you want to do so we can give you a better explanation.

 
Posted : 06/05/2024 12:59 pm
(@google-rayazsiddiqi)
Posts: 95
Estimable Member
Topic starter
 

@husein I have some textual data (safety incidents) and I want OpenAI to extract key issues form all the incdent text data...does it make sense?

 
Posted : 06/05/2024 6:07 pm
SSAdvisor
(@ssadvisor)
Posts: 1139
Noble Member
 

@google-rayazsiddiqi you might be able to create a GPT for this.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 06/05/2024 6:41 pm
Hasan Aboul Hasan
(@admin)
Posts: 1214
Member Admin
 

@google-rayazsiddiqi as @ssadvisor mentioned, you can create a GPT for that, or you can use OpenAI assistant API if you want to create your custom app.

it depends on what you plan to do with this project, for example is it a backend for a tool, or just something private for you?

 
Posted : 06/06/2024 11:53 am
Share: