Hello, Now that fine tuning is available for gpt3.5 I have already submitted a finetune request that went through without errors. I am under the impression I will receive completion notification by email but is there a way I can check the status of the request through command line or python?
Can try this (with python openai >= 0.27.9)
openai.FineTuningJob.list()
2 Likes