Dataset is not loading: TypeError: Couldn't cast array
#6
by
albertvillanova
HF staff
- opened
When trying to load this dataset:
ds = load_dataset("datasets/GEM/CrossWOZ")
an error is raised:
TypeError: Couldn't cast array of type
list<item: string>
to
(Value(dtype='string', id=None),)