Hello everyone,
I have a project where I want to fine-tune an OpenAI GPT-3 model via API. My aim is to create a model that follows the language of my company. To achieve this, I want to fine-tune it with many texts, but I do not have a specific prompt for the texts.
My question is whether I can simply upload the texts to the API for fine-tuning, and whether it’s better to upload them as a txt file or a JSON file. I would appreciate any advice or recommendations from the community on how to proceed with this task.
Thank you for your help!