Today I was trying to fine-tune a simple model using curie but all I can find was the api call.
After some search I found a method called openai.FineTune.create() that creates the fine-tune from python code without needence of the cli commands. Only required thing was uploading your files into the openai server using openai.File.create().
I just want to know (beginner here).
Why can’t I find this FineTune.create method inside the docs?