Dataset Viewer issue: DatasetWithScriptNotSupportedError
#1
by
taiqihe
- opened
The dataset viewer is not working.
Error details:
Error code: DatasetWithScriptNotSupportedError
Hi, I know this error is caused by us requiring running python code for loading the dataset. I'm wondering if there's a way for us to upload a parquet version of the dataset in a branch so that the viewer could work. Some of our downstream applications depend on the internal structures of the dataset on the main branch, so we'll not be able to change that.
Hi ! The Viewer only shows the main
branch unfortunately.
In some other repos we did put the Parquet files in the main
branch and kept a branch named script
containing the code (it can be used by passing revision="script"
in load_dataset()
), would it be possible to do this in your case ?
That works. Thank you!
taiqihe
changed discussion status to
closed