nlp-with-transformers / notebooks

Jupyter notebooks for the Natural Language Processing with Transformers book
https://transformersbook.com/
Apache License 2.0
3.91k stars 1.22k forks source link

Missing dropbox link for dataset emotion in 02_text_classification.ipynb #113

Open ChenS676 opened 1 year ago

ChenS676 commented 1 year ago

Information

The problem arises in chapter:

Describe the bug

The link for raw dataset emotion index as FileNotFoundError: Couldn't find file at https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1 is no more available.

1Maxnet1 commented 1 year ago

You can use !pip install datasets==2.9.0 in the Jupyter Notebook to fix the issue.