Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/hub/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
title: Gating Group Collections
- local: enterprise-network-security
title: Network Security
- local: download-analytics
title: Download Analytics
- local: rate-limits
title: Rate Limits
- local: enterprise-blog-articles
Expand Down
30 changes: 30 additions & 0 deletions docs/hub/download-analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Download Analytics

Download Analytics gives organizations a bandwidth-level view of their Hugging Face usage: how much data is being downloaded and by whom.

## Accessing Download Analytics

Organization admins can find Download Analytics on the organization's Downloads settings page, at `https://huggingface.co/organizations/[organizationIdentifier]/settings/downloads`. Individual users can see their own usage at `https://huggingface.co/settings/downloads`.

## Egress overview

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To do: add screenshots.


The page shows a daily egress (download bandwidth) graph, along with your month-to-date total compared against your plan's included egress allowance. Only traffic that passes through the Hugging Face CDN is counted, and figures may increase over time as data settles.

## Per-member breakdown

For each member of the organization, the breakdown shows:

- Total data downloaded, in bytes
- Date of their last download

This gives admins a quick way to see who is driving bandwidth usage across the organization, at a glance.

## Scope of the data

Download Analytics reports total bandwidth per member; it does not record which specific repositories, revisions, or files were downloaded.

If you publish your own models or datasets and want per-repository download counts for those repos, see [Publisher Analytics](./publisher-analytics).

## Data availability and retention

CDN usage metering is retained for 90 days.
2 changes: 1 addition & 1 deletion docs/hub/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Team & Enterprise organization plans add advanced capabilities to organizations,
| [Resource groups](./enterprise-advanced-security) | ❌ | ✅ | ✅ | ✅ |
| [Tokens admin / management](./enterprise-tokens-management) | ❌ | ✅ | ✅ | ✅ |
| [Token revocation](./enterprise-tokens-management#revoking-via-api) | ❌ | ❌ | ✅ | ✅ |
| [Users Download analytics](./enterprise-network-security) | | | | ✅ |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intended?

| [Download analytics](./download-analytics) | | | | ✅ |
| [Content access / policy controls](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ |
| [Network access controls](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ |
| [Enforced authentication (advanced)](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ |
Expand Down
Loading