Bad README download source

#2
by FranzEricSchneider - opened

Apologies if I'm missing something, I'm new to huggingface. In the README it recommends downloading from

huggingface-cli download weikaih/WildDet3D-Data

Should that be allenai/WildDet3D-Data?

$ hf download weikaih/WildDet3D-Data --repo-type dataset --local-dir WildDet3D-Data
Error: Dataset 'weikaih/WildDet3D-Data' not found. If the repo is private, make sure you are authenticated.
Set HF_DEBUG=1 as environment variable for full traceback.

$ hf download allenai/WildDet3D-Data --repo-type dataset --local-dir WildDet3D-Data
Downloading (incomplete total...): 0.00B [00:00, ?B/s]                          Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.                         | 0/41 [00:00<?, ?it/s]
Downloading (incomplete total...):   7%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–                                                  | 17.2G/255G [04:42<2:50:18, 23.3MB/s]
Fetching 41 files:   7%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–                                                                       | 3/41 [02:10<37:42, 59.54s/it]

Sign up or log in to comment