Add granular download data section to download stats docs#2505
Merged
Conversation
|
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. |
VioletteLepercq
approved these changes
May 27, 2026
Member
Author
|
prompted by #2503 |
LysandreJik
approved these changes
May 29, 2026
Member
Author
|
thx for the reviews everyone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new "What if I need more granular download data?" section to both the models and datasets download stats docs, pointing users to Publisher Analytics and its granular logs feature.
Changes
models-download-stats.md: new section on getting granular, request-level download data (distinguishconfig.jsonfrom weights, exclude CI/CD, deduplicate users).datasets-download-stats.md: equivalent section adapted for datasets../publisher-analytics), matching the in-repo doc style.Note
Low Risk
Documentation-only additions with no runtime or security impact.
Overview
Adds a “What if I need more granular download data?” section to both
models-download-stats.mdanddatasets-download-stats.md, so readers know how to go beyond default Hub download counters.Each page lists typical needs (e.g. split file types, drop CI/CD traffic, unique downloaders) and points to Publisher Analytics and its granular logs anchor for anonymized, request-level logs across an org’s models and datasets. The models doc calls out
config.jsonvs weights; the datasets doc calls out data vs metadata. Both note that logs are raw so orgs can apply their own rules. Links use relative./publisher-analyticspaths consistent with neighboring hub docs.Reviewed by Cursor Bugbot for commit 997d1bf. Bugbot is set up for automated code reviews on this repo. Configure here.