huggingface / datasets

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
https://huggingface.co/docs/datasets
Apache License 2.0
19.29k stars 2.7k forks source link

fix increase_load_count #7165

Closed lhoestq closed 2 months ago

lhoestq commented 2 months ago

it was failing since 3.0 and therefore not updating download counts on HF or in our dashboard

HuggingFaceDocBuilderDev commented 2 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

lhoestq commented 2 months ago

I tested a few load_dataset and they do show up in download stats now

albertvillanova commented 2 months ago

Thanks for having noticed and fixed.