How can I connect the datasets to train my model? #4209
Replies: 3 comments
-
It seems that the program stops at this line of code: if extension == "csv": |
Beta Was this translation helpful? Give feedback.
-
new error: |
Beta Was this translation helpful? Give feedback.
-
Hi! What version of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I met a question when I train my [SimCSE] model on my own datasets. After "python train.py", there was an error:
ConnectionError: Couldn‘t reach https://raw.githubusercontent.com/huggingface/datasets/1.2.1/datasets/csv/csv.py
So I download the csv.py and put it in my dataset directory(datasets\csv\csv.py)
and run the code again. But I got no response but just one line of output:
"Using custom data configuration default".
What's the problem? Please help me.
Beta Was this translation helpful? Give feedback.
All reactions