openai api fine_tunes.create - not returning the model Id

Soumaly Saha 20 Reputation points
2023-10-08T05:31:25.6933333+00:00

I'm running the below from terminal - openai -k API_KEY api fine_tunes.create -t "train_prepared.jsonl" This is neither throwing any error nor the model Id. It returns "openai 0.28.1" Any suggestion what could be the issue?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,644 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 30,511 Reputation points
    2023-10-12T05:31:54.1166667+00:00

    Soumaly Saha This could be due to the fine tuning unavailability for new customers as it is turned off for all regions.

    You can see the same on models page as well.

    Unfortunately, we don't have any ETA at this moment when fine tuning opens again.

    The models page will be updated as soon as we open up regions for fine tuning and users should be able to submit the requests when it is made available.

    If you have previously fine-tuned & deployed in a region, then you can fine tune in that region if it's available.

    Alternatively, you could use Azure OpenAI on your data feature with Open AI which might remove the need / requirement for fine tuning.

    I hope this helps! Let me know if you have any further questions.