Datasets:
Cannot download the dataset.
#10
by
guyuchao
- opened
I have authorization to access the repository from the website (I can download LFS files through the browser). However, when I try downloading via huggingface-hub, it displays the message, 'If you are trying to access a private or gated repository, make sure you are authenticated.' I have already input the access token to log in. I've tried on two computers but encountered the same problem. Does anyone have any ideas on how to fix this issue?
I use the following command:
from huggingface_hub import snapshot_download
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal")
Also the git access fails: remote: ERROR: Access denied: repository is gated and you are not in the authorized list.
guyuchao
changed discussion status to
closed