I used openai fine tuning to train the gpt model based on my data. But the chatbot seems to answer incorrectly and is not answering from the data i provided in.jsonl format
Any guide available on how to create a charbot with openai apis ?
I provide .jsonl data to the fine tuning in the dashboard
Best regards
It sounds like you were using fine-tuning to inject specific knowledge. Unfortunately, this is not what fine-tuning (under the OpenAI fine-tuning endpoint) is intended for.
You should look into Retrieval-Augmented Generation (RAG) practices instead.