The Hub provides download stats for all datasets loadable via the datasets
library. To determine the number of downloads, the Hub counts every time load_dataset
is called in Python, excluding Hugging Face’s CI tooling on GitHub. No information is sent from the user, and no additional calls are made for this. The count is done server-side as we serve files for downloads. This means that:
wget
or the Hub’s user interface (UI), those downloads will not be included in the download count.