Error in paligemma fine tune

Downloading the checkpoint from Kaggle, this could take a few minutes…

HTTPError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/kagglehub/exceptions.py in kaggle_api_raise_for_status(response, resource_handle)
57 try:
—> 58 response.raise_for_status()
59 except requests.HTTPError as e:

7 frames
HTTPError: 404 Client Error: Not Found for url: https://www.kaggle.com/api/v1/models/google/PaliGemma/jax/PaliGemma-3b-pt-224/get

The above exception was the direct cause of the following exception:

KaggleApiHTTPError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/kagglehub/exceptions.py in kaggle_api_raise_for_status(response, resource_handle)
78
79 # Default handling
—> 80 raise KaggleApiHTTPError(message, response=response) from e
81
82

KaggleApiHTTPError: 404 Client Error.

Resource not found at URL: PaliGemma | Kaggle
Please make sure you specified the correct resource identifiers

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.