datasets
datasets copied to clipboard
load_dataset('emotion') UnicodeDecodeError
Describe the bug
emotions = load_dataset('emotion')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Steps to reproduce the bug
load_dataset('emotion')
Expected behavior
succese
Environment info
py3.10 transformers 4.41.0.dev0 datasets 2.19.0