Datasets:
Got access, but can't download this dataset. Can you help? (Windows Anaconda)
I got access, and can download with a mouse (requires hundrets clicks!):
"Gated dataset - You have been granted access to this dataset"
But, I can't download from Python script (Windows Anaconda) with provided valid token.
I have tried different methods; e.g.:
- from huggingface_hub import snapshot_download
- from datasets import load_dataset
- git clone ..
My error messages:
- datasets.exceptions.DatasetNotFoundError: Dataset 'pelcra/pl-asr-pelcra-for-bigos' is a gated dataset on the Hub. Visit the dataset page at https://huggingface.co/datasets/pelcra/pl-asr-pelcra-for-bigos to ask for access.
- Cannot access gated repo for url https://huggingface.co/datasets/pelcra/pl-asr-pelcra-for-bigos/resolve/4205ec75838c3fe1d9f62564e9d323631bfb2627/.gitattributes.
Access to dataset pelcra/pl-asr-pelcra-for-bigos is restricted and you are not in the authorized list. Visit https://huggingface.co/datasets/pelcra/pl-asr-pelcra-for-bigos to ask for access. - remote: ERROR: Access denied: repository is gated and you are not in the authorized list.
Yes, I have provided valid hf_ token in a script, authenticated in the command line.
Can you provide example script to download entire dataset?
If this dataset would consist of one or a few gzips instead of 72 gizips, I could do it with a mouse, now using mouse is insane, especially for disabled people.
Thanks in advance,
Piotr
It also doesn't work on Ubuntu 22.04.1.
Download started, looks like SSH access works fine.
If SSH is required in this case, It would be much easier if error message would say: "Use SSH & git instead".