Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to prompt tune GPT-35-Turbo with my own data so that chatgpt could give results in context to my data #21

Open
ChiragM-Hexaware opened this issue Apr 4, 2023 · 2 comments

Comments

@ChiragM-Hexaware
Copy link

I can't find how to do that so can you provide some solution.
My data will be about some user and its projects.

@VamsiKrishnaNori
Copy link

VamsiKrishnaNori commented Apr 11, 2023

As mentioned in below article

Reference: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/completions#troubleshooting

Sometimes we might not get accurate response from our newly deployed model
Think of it like a cold start problem

So now to get some accurate data/response first give it some examples like in Q & A format to your model

Reference:

  1. https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/prepare-dataset
  2. https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/fine-tuning?pivots=programming-language-python#fine-tuning-workflow
  3. https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/completions#improving-the-classifiers-efficiency

Let me know if this solved your issue

Advice: as you have mentioned user related data please be careful regarding what data is being passed to the model

@shshubhe
Copy link
Collaborator

I can't find how to do that so can you provide some solution. My data will be about some user and its projects.

Please go through this solution: https://github.com/Azure/openai-samples/tree/main/End_to_end_Solutions/EnterpriseChatGPT_WithAzSearch%20%5BLINK%5D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants