Hi, I'm building a chatbot using GPT-3 for internal use within our business with the intent that employees can ask it the kind of general questions that ChatGPT can answer but also questions specific to our business. Therefore I need to train the model on our Operations Manual and training documents.
I've read the API docs on fine-tuning but this appears to only allow me to train the model with prompt-answer pairs, so I am trying to figure out if there is away to train it on several hundred pages of unstructured text too?
Or am I going about this in the wrong way and there is another way to make the model aware of the content of our Operations Manual and training documents without "training" or "fine-tuning" it?
Thanks in advance, super new here and very very excited by all of this!!