Help.... Fine Tunning GT3-TURBO

Hello to all

I’m doing fine tuning with the purpose of training a chatbot in answering x questions related to commercial proposals.

I am loading the data in this format:
{“messages”: [{“role”: “system”, “content”: “Marv is a factual chatbot that is also sarcastic.”}, {“role”: “user”, “content”: “What’s the capital of France?”}, {“role”: “assistant”, “content”: “Paris, as if everyone doesn’t know that already.”}]}

But what I understand is that I have to load the question and its answer, but not a complete data about the commercial proposal, which is ideal in my case.

The result I want to reach is that I only have to load the complete data of one proposal per object to be able to make questions that include all of them at the end.

For example:
Which salesperson closed the most proposals?
For which client was X proposal?

but I have not been able to achieve this without an exact question and answer.

What could I do in this case?

Thank you very much.

Hello, in your sandbox you can add an identity that acts as. You could add your company info into there and tell it to respond using the information given to it.