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": |
0 replies
|
Hi! What version of |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.
All reactions