I am trying to create a bot to answer FAQs about my product. I have tried to train my data on pretrained models like ada, curie, and davinci. My dataset has only 30 questions and I suspect this might be the reason of the poor response from the bot. Could you please suggest me the best way to create a Q&A bot using chatgpt api? The bot should be trained on my private data. I have loads of information in a word file in paragraph format. I want the bot to learn these and answer questions. Please help.
2 Likes
Fine tuning is not the correct way to teach the model new data, for that you can either include the information in the prompt or you can try embeddings, see Embeddings