Hello everyone,
I am currently facing an issue with my fine-tuned model on OpenAI’s platform. After training the model using a dataset that includes specific Q&A pairs about my company, I expected the model to respond accurately to related queries. However, when I ask questions like “Who is the marketing expert in your company?”, the model provides generic or unrelated responses, such as saying the expert is an AI-designed persona created by OpenAI.
Here are the steps I followed:
- I created a fine-tuning dataset in the required chat format, including multiple variations of the question about the marketing expert.
- I ensured that the model ID in my API calls is correct and corresponds to the fine-tuned version.
- I added a system message in my prompts to reinforce the context.
- Despite these adjustments, the model still does not utilize the trained data effectively.
I would appreciate any insights or suggestions on how to resolve this issue. Has anyone else encountered a similar problem? What steps can I take to ensure the model provides the expected responses based on the fine-tuning data?
Thank you for your help!