nlp-with-transformers / notebooks

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

Update 02_classification.ipynb #103

Open VitaminCplus opened 1 year ago

VitaminCplus commented 1 year ago

Error loading dataset "emotion". Corrected namespace to "dair-ai/emotion"

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

1Maxnet1 commented 9 months ago

Error loading dataset "emotion". Corrected namespace to "dair-ai/emotion"

This seems to be a huge PR for this correction only. Did you tried upgrading datasets to 2.9.0 instead? This did the trick for me. This can then be fixed with a change in the install.py script

smith-kyle commented 5 months ago

This seems to be a huge PR for this correction only

You can see the diff in GitNotebooks: https://gitnotebooks.com/nlp-with-transformers/notebooks/pull/103

ReviewNB has a hard time when the underlying JSON has spurious changes. In reality the change is quite small!