Hey everyone,
I am currently working on fine-tuning a model for customer support. However, I am running into some issues and am in need of some guidance. I am using the suggestions from the case study on the customer support chatbot, which can be found here: https://beta.openai.com/docs/guides/fine-tuning/case-study-customer-support-chatbot
One question I have is about how to prepare my data. In the descriptions, it states that there should be a single input (prompt) and output (completion), but in the case study, there are a couple of questions and answers in one row. For example:
\nCustomer: <message1>
\nAgent: <response1>
\nCustomer: <message2>
\nAgent: <response2>
Do I need to include "Customer:" and "Agent:" in every row of my data, or is it enough to just add the text? And how does the model know where the question and the answer are? Should I add one input and one output for a row, or I can use multiple?
Can anyone clarify which way is the right way to prepare my data? And could you provide a couple of examples of how to format the data?
Thank you!
An API for accessing new AI models developed by OpenAI