You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the load_dataset("emotion"), there is an error FileNotFoundError: Couldn't find file at https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1.
Tried to use an alternative dataset SetFit/emotion and got ValueError: Invalid pattern: '**' can only be an entire path component
The second error comes from the new version of fsspec. Setting it to fsspec==2023.9.2 fixed the issue.
To Reproduce
Steps to reproduce the behavior:
Create python env from requirements.txt
Try to load emotion dataset
Expected behavior
The text was updated successfully, but these errors were encountered:
Information
The problem arises in chapter:
Describe the bug
When loading the
load_dataset("emotion")
, there is an errorFileNotFoundError: Couldn't find file at https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1
.Tried to use an alternative dataset
SetFit/emotion
and gotValueError: Invalid pattern: '**' can only be an entire path component
The second error comes from the new version of
fsspec
. Setting it tofsspec==2023.9.2
fixed the issue.To Reproduce
Steps to reproduce the behavior:
requirements.txt
emotion
datasetExpected behavior
The text was updated successfully, but these errors were encountered: