How to use an finetuned gpt

I have already made the data/test cases and uploaded to the chat gpt api site. It says that the fine tuning was successful. However, I can’t figure out how to actually use the finetuned gpt.

Go to playground and it should show up as an available model.

If you want to use it in the API you can get the code sample from Playground as well

1 Like

To add to that: in your API call you just have to replace the regular model name you would use (e.g. GPT-4) by the model name of your finetuned model - et voilà!

1 Like