Information
The problem arises in chapter:
Describe the bug
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
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/emotionand gotValueError: Invalid pattern: '**' can only be an entire path componentThe second error comes from the new version of
fsspec. Setting it tofsspec==2023.9.2fixed the issue.To Reproduce
Steps to reproduce the behavior:
requirements.txtemotiondatasetExpected behavior