Skip to content

Commit edf34f1

Browse files
lhoestqdavanstrien
andauthored
Update docs/hub/datasets-download-stats.md
Co-authored-by: Daniel van Strien <[email protected]>
1 parent 04e84f5 commit edf34f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/datasets-download-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Counting the number of downloads for datasets is not a trivial task, as a single
66

77
## Before Setpember 2024
88

9-
The Hub used to provide download stats only for the datasets loadable via the `datasets` library. To determine the number of downloads, the Hub used to count every time `load_dataset` is called in Python, excluding Hugging Face's CI tooling on GitHub. No information was sent from the user, and no additional calls were made for this. The count was done server-side as we served files for downloads. This means that:
9+
The Hub used to provide download stats only for the datasets loadable via the `datasets` library. To determine the number of downloads, the Hub previously counted every time `load_dataset` was called in Python, excluding Hugging Face's CI tooling on GitHub. No information was sent from the user, and no additional calls were made for this. The count was done server-side as we served files for downloads. This means that:
1010

1111
* The download count was the same regardless of whether the data is directly stored on the Hub repo or if the repository has a [script](/docs/datasets/dataset_script) to load the data from an external source.
1212
* If a user manually downloaded the data using tools like `wget` or the Hub's user interface (UI), those downloads were not included in the download count.

0 commit comments

Comments
 (0)