I want to fine tune an OpenAI model so that it can answer questions to a document that it has seen while training. What should my training data look like?
I read that it needs to look like prompt and completion pairs, but I'm not sure on how to actually do it. Do I have to use the completions as answers to my questions? How can I provide the text so that the model can learn from it?