what are the prerequisites to have dataset preview visible on the dataset page?
I generated .parquet files using pyarrow and uploaded it using git push from CLI and I don鈥檛 see a preview.
Is the preview only supported when using push_to_hub method, or I am missing script file in my repo and that鈥檚 why the preview is not generated? That鈥檚 generally a more broad question about how the preview generation works under the hood. There is nothing in the docs about how it works and what are the requirements.
Hi! Is the dataset in question private? If I鈥檓 not mistaken, the preview only works for public datasets, but we plan to extend support to private datasets soon (cc @severo).
uploading a .parquet file to a repo should be enough to have the dataset viewer work. See julien-c/impressionists 路 Datasets at Hugging Face for example.
As mentioned by @mariosasko, the dataset viewer is not available for the private datasets.
In any case, we are working on making both the docs and the error messages clearer to make it easier to solve any potential problem with the dataset server.
Do you have a particular repo we could review to understand what is occurring?