I have initiated finetuning of a model It shows pending status now.
How can I see the progress percentage during fine tuning of a model?
I have initiated finetuning of a model It shows pending status now.
How can I see the progress percentage during fine tuning of a model?
Welcome to the forum!
The command you are looking for is
openai api fine_tunes.follow -i <YOUR_FINE_TUNE_JOB_ID>
You can find further details regarding fine tuning here
Hi @vikas.s0302 ,
Fine-tuning progress percentage isn’t always displayed in real-time, but you can check the status by running the appropriate API command or checking your fine-tuning dashboard. If using an API, look for status updates like “pending”, “running”, or “completed”. Some platforms provide logs or estimated time remaining.
Thanks