Dataset Viewer issue: DatasetWithScriptNotSupportedError

#3
by devangb4 - 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 ! you can fix this issue by converting the dataset to Parquet, e.g. with this command:

uv run --with datasets==3.6.0 datasets-cli convert_to_parquet Helsinki-NLP/kde4 --trust_remote_code

this will open a PR with the Parquet files

Sign up or log in to comment