Dataset is not loading: TypeError: Couldn't cast array

#6
by albertvillanova HF staff - opened
GEM benchmark org

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),)

Root cause of #5.

Fixed by #7.

Sign up or log in to comment