Fine tuning job gives "Insufficient quota" error

I have $10 in my account balance (with automated top-up), but still get the following error when i create a fine-tuning job on GPT-3.5-Turbo. It’s a very small job (60 lines of tuning data), as part of an entry-level course lab.

Do I need to activate tuning in my account or more $ in my account, to start a fine-tuning job?

BadRequestError: Error code: 400 - {‘error’: {‘message’: ‘Fine-tuning jobs cannot be created on an Explore plan. You can upgrade to a paid plan on your billing page: https://platform.openai.com/account/billing/overview’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘exceeded_quota’}}

Explore plan. You can upgrade to a paid plan on your billing page
----> 1 fine_tuning_job = client.fine_tuning.jobs.create(
2 training_file = data_file.id,
3 model = ‘gpt-3.5-turbo’,
4 hyperparameters={
5 “n_epochs”: 1

1 Like

Did you just recently put the money in? It might take a bit to register.

I think you can get a cost estimate of the fine-tuning run too…

Welcome to the forum!

Hi Kiran,
were you able to find the solution ? I am facing the same issue .