Finetune GTPT-3
First we must upload a file to open ai
Then we must reference that file in the fine tuning api
Upload a file containing the finetuning
Check https://beta.openai.com/docs/api-reference/files/upload?lang=curl
This call will return the file id.
Remember the special format of the finetuning file: https://beta.openai.com/docs/guides/fine-tuning/prepare-training-data
Finetune a model
MODEL_NAME
could be davinci
or curie
Last updated