UnicodeDecodeError for "enron_emails" subset
#4
by
albertvillanova
- opened
As reported by @shaoyuta, a UnidoceDecodeError is raised when loading the "enron_emails" subset:
datasets.load_dataset("the_pile","enron_emails")
raises:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 500: invalid start byte
Fixed by #5.
albertvillanova
changed discussion status to
closed