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