Skip to content

Commit 9583cc0

Browse files
authored
Add granular download data section to download stats docs (#2505)
* Update models download stats doc * Polish wording and fix links in download stats doc * Add granular download data section to datasets download stats doc * Make publisher-analytics links relative within hub-docs
1 parent cc37529 commit 9583cc0

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/hub/datasets-download-stats.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ The Hub used to provide download stats only for the datasets loadable via the `d
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.
13+
14+
## What if I need more granular download data for my datasets?
15+
16+
If you need more granular download data, for instance to:
17+
- distinguish data files from metadata,
18+
- exclude downloads from CI/CD pipelines,
19+
- or deduplicate users (i.e. count unique downloaders),
20+
21+
then [Publisher Analytics](./publisher-analytics), and in particular the [granular logs](./publisher-analytics#unique-downloaders-and-more-granular-logs) feature, can provide anonymized, request-level access logs for all the models and datasets published by your organization.
22+
23+
These are provided as raw logs, since most organizations will want to apply their own custom rules.

docs/hub/models-download-stats.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ filter: [
5050
]
5151
}
5252
```
53+
54+
## What if I need more granular download data for my models?
55+
56+
If you need more granular download data, for instance to:
57+
- distinguish `config.json` from model weights,
58+
- exclude downloads from CI/CD pipelines,
59+
- or deduplicate users (i.e. count unique downloaders),
60+
61+
then [Publisher Analytics](./publisher-analytics), and in particular the [granular logs](./publisher-analytics#unique-downloaders-and-more-granular-logs) feature, can provide anonymized, request-level access logs for all the models and datasets published by your organization.
62+
63+
These are provided as raw logs, since most organizations will want to apply their own custom rules.

0 commit comments

Comments
 (0)