Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Vertex AI API. Can't launch text/chat model tuning

 

 

I am trying to launch Vertex AI fine tuning. I have followed the tutorial step by step:

  1. Created storage
  2. Uploaded dataset in .jsonl format
  3. Configured the model details etc.

When I hit "start tuning" button nothing happens. The manual says I should see the process in the pipelines window, but I see nothing there. I thought maybe my dataset is corrupted and tried also to use the sample dataset provided with the tutorial.Same thing- tuning process is not starting. What am I missing here?

8kzjL.png

 

 

 

0 1 421
1 REPLY 1

The status of your pipeline can be found in the "Runs" section. Go to the Vertex AI "Model Registry" page to view your tuned models in the Google Cloud console.

Double-check your configuration settings, including model details, dataset paths, and other parameters. Make sure everything is correctly set up. Pay close attention to any required fields or formatting. Check that you have the necessary permissions to launch training jobs and access the datasets and resources you need. Proper roles must be assigned in your Google Cloud Project.

Make sure that you are working within the correct Google Cloud project and region. Some services are region-specific, and you need to choose the right one for your use case.

Check if your project has reached resource quotas for GPU, CPU, or other resources required for the training job. You might need to request a quota increase. And ensure that your billing account is in good standing and has the necessary payment information. Sometimes, issues can occur if there are problems with billing.

It's important to identify the specific problem you're facing, which could be related to configuration, permissions, quotas, or other factors. By systematically checking each of these points, you should be able to pinpoint the issue and take appropriate action to resolve it.