Datasets:
Dataset Viewer issue: DatasetWithScriptNotSupportedError
Hello,
I've noticed that the dataset viewer is currently not functioning as expected. Strangely, it was working flawlessly after I initially created the repository, but recently, I've encountered issues with it. Could you assist me in resolving this matter?
Thank you.
Error details:
Error code: DatasetWithScriptNotSupportedError
Indeed, the dataset viewer does not support script-based datasets anymore, for security reasons (the mechanism was being abused). The best solution would be to use the datasets push_to_hub
method, or wait for https://github.com/huggingface/datasets/pull/6795 to be ready, to convert your dataset to "data-only". Please tell us if you need more details or assistance.
Noted with thanks. To my shame, I am not, however, sure that I completely understand how to make my dataset get displayed then. Do you have a guide or a tutorial that can help me with this?
You can look at the code here: https://huggingface.co./datasets/jmhessel/newyorker_caption_contest/discussions/4, where I did the same thing for another dataset.
The new tool (https://github.com/huggingface/datasets/pull/6795) will do it automatically (cc @albertvillanova )
Thank you so much for helping me! Everything is working now!