datasets icon indicating copy to clipboard operation
datasets copied to clipboard

load_dataset('emotion') UnicodeDecodeError

Open L-Block-C opened this issue 9 months ago • 2 comments

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

L-Block-C avatar Apr 30 '24 09:04 L-Block-C