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’t 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’s why the preview is not generated? That’s 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’m 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?
No, no estimation at the moment. Official announcements will be made in the issue. Please chime in there if it’s an important feature for you, to help prioritize it.