Why I cannot download the dataset "cuprite"?
#1
by
Lilliandl
- opened
I have followed the procedure of copying "dataset = load_dataset("danaroth/cuprite")". But it appears "ConnectTimeout".
I have just tested this again and it downloaded without problem.
I suppose it was a temporary connection issue with huggingface.
Do you mind trying again?
For reference I tested with these options
Python 3.10.12 (main, Feb 4 2025, 14:57:36) [GCC 11.4.0] on linux
import datasets
dataset = datasets.load_dataset("danaroth/cuprite")
Thank you.