Problem loading dataset script
#21
by
Ohamine
- opened
Hi !
Datasets that use Python scripts to control loading are no longer supported.
Here is one of the errors we get when using "load_dataset" :
line 989, in dataset_module_factory
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
Is it possible to update the repo so we can load tha dataset again ?
Thank you