I spent the better part of 3 hours yesterday trying to figure out how to use the code listed on this page: https://platform.openai.com/docs/guides/fine-tuning
I was able to create a .py file that would respond with a city in France.
But this command: openai tools fine_tunes.prepare_data -f <LOCAL_FILE>
Let alone this one: openai api fine_tunes.create -t <TRAIN_FILE_ID_OR_PATH> -m <BASE_MODEL>
... all I get from python3 in Mac terminal is various file not found and command doesn't exist type stuff.
Yes, I'm replacing the tags with the information that's required.
From what I can tell, after I pip3 install openai ... python3 then can't find any of it to use beyond outreach to GPT3.
An API for accessing new AI models developed by OpenAI