huggingface / dataset-viewer

Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text, and tabular - stored on the Hugging Face Hub
https://huggingface.co/docs/datasets-server
Apache License 2.0
639 stars 65 forks source link

Add num_rows estimate in hub_cache #2940

Closed lhoestq closed 1 week ago

lhoestq commented 1 week ago

Added estimated_num_rows to config-size, dataset-size, and I also updated hub_cache to use estimated_num_rows if possible as num_rows (this way no need to modify anything in moon)

TODO