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