Views
No views yet
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 402, in hf_raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/datasets/rbatal/dataset_1/resolve/d6bb16066fd7fcbcfad41dc7264bd24953057d84/.gitattributes
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/root/phosphobot/am/gr00t.py", line 1146, in train
dataset_path_as_str = snapshot_download(
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 330, in snapshot_download
_inner_hf_hub_download(file)
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 306, in _inner_hf_hub_download
return hf_hub_download(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 987, in hf_hub_download
return _hf_hub_download_to_local_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1250, in _hf_hub_download_to_local_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1655, in _raise_on_head_call_error
raise head_call_error
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1543, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 1460, in get_hf_file_metadata
r = _request_wrapper(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
response = _request_wrapper(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py", line 307, in _request_wrapper
hf_raise_for_status(response)
File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 419, in hf_raise_for_status
raise _format(GatedRepoError, message, response) from e
huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-69219bc8-78ec988d6613b653569c295a;f7cfd8b2-fd9d-46ad-bfad-ca8e9e0c1271)
Cannot access gated repo for url https://huggingface.co/datasets/rbatal/dataset_1/resolve/d6bb16066fd7fcbcfad41dc7264bd24953057d84/.gitattributes.
Access to dataset rbatal/dataset_1 is restricted and you are not in the authorized list. Visit https://huggingface.co/datasets/rbatal/dataset_1 to ask for access.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/src/helper.py", line 139, in train_gr00t_on_modal
trainer.train(
File "/root/phosphobot/am/gr00t.py", line 1164, in train
raise RuntimeError(
RuntimeError: Failed to download dataset rbatal/dataset_1 after 3 attempts, is Hugging Face down ? : 403 Client Error. (Request ID: Root=1-69219bc8-78ec988d6613b653569c295a;f7cfd8b2-fd9d-46ad-bfad-ca8e9e0c1271)
Cannot access gated repo for url https://huggingface.co/datasets/rbatal/dataset_1/resolve/d6bb16066fd7fcbcfad41dc7264bd24953057d84/.gitattributes.
Access to dataset rbatal/dataset_1 is restricted and you are not in the authorized list. Visit https://huggingface.co/datasets/rbatal/dataset_1 to ask for access.
1{
2 "validation_dataset_name": null,
3 "batch-size": 49,
4 "num-epochs": 10,
5 "save-steps": 3000,
6 "learning_rate": 0.0001,
7 "data_dir": "/tmp/outputs/data",
8 "validation_data_dir": "/tmp/outputs/validation_data",
9 "output_dir": "/tmp/outputs/train"
10}