Datasets:

Languages:
code
ArXiv:
Tags:
code
License:

Dataset Viewer issue: DatasetWithScriptNotSupportedError

#7
by Alvar10 - 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 open a PR to convert this dataset to Parquet to fix this issue. You can use this command:

uv run --with "datasets @ git+https://github.com/huggingface/datasets@large_convert_to_parquet" datasets-cli convert_to_parquet BAAI/TACO --trust_remote_code

Sign up or log in to comment