Dataset Viewer issue: DatasetWithScriptNotSupportedError

#21
by himanigrover02 - opened

The dataset viewer is not working.

Error details:

Error code:   DatasetWithScriptNotSupportedError

๐Ÿ‘‹ Before opening the discussion, have you considered removing the loading script and relying on automated data support?

You can use convert_to_parquet from the datasets library.


cc @albertvillanova @lhoestq @severo .

Hi, thanks for sharing this dataset! I tried loading it, but Iโ€™m running into the error: "Dataset scripts are no longer supported"
It seems Hugging Face has deprecated dataset loading via scripts. Could you please update the dataset card with the recommended way to load it (e.g., using load_dataset("username/dataset_name") or direct file links)? That would be really helpful.

Thanks again for your work!

Sign up or log in to comment