Here, I found the model: “allow_fine_tuning”: true.
But there’s no model with this property.
How can I finetune GPT3 models using my own openai API_KEY?
Currently only base models (davinci , curie , babbage , and ada) can be fine-tuned. Your code is just listing every model available to you - not all support fine-tuning.
Yeah, but here I see, the base models are not allowed to fine-tune, also.
Could you tell me why I can’t fine-tune GPT3 base models(davinci, curie, babbage, ada)?
I have called list models endpoint earlier and I know you are referring to the model permissions object, but the docs do not mention whether or how it’s meant for user consumption.
I have the same permissions as yours, on the base models.