Got access, but can't download this dataset. Can you help? (Windows Anaconda)

#1
by piotrc - opened

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:

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".

Sign up or log in to comment