From db3c1ba58a16609ea49ae5c82cc6a4bd0beb47ab Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:03:55 +0200 Subject: [PATCH 1/8] start moving things around --- docs/hub/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/hub/index.md b/docs/hub/index.md index 08251541a..d16d9c2cb 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -4,6 +4,13 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
+
+
+ Subscriptions & Plans
+Team & Enterprise plans +PRO plan +
+
Repositories
@@ -70,7 +77,6 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
Other
Organizations -Team & Enterprise plans Billing Security Moderation From 0767f7989c20bd27d1fb95a0537d13ccebaf943a Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:10:33 +0200 Subject: [PATCH 2/8] better --- docs/hub/enterprise-hub.md | 4 ++-- docs/hub/index.md | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/hub/enterprise-hub.md b/docs/hub/enterprise-hub.md index eb8ed43a8..1e0d00261 100644 --- a/docs/hub/enterprise-hub.md +++ b/docs/hub/enterprise-hub.md @@ -18,12 +18,12 @@ In this section we will document the following Enterprise Hub features: - [User Provisioning (SCIM)](./enterprise-hub-scim) - [Audit Logs](./audit-logs) - [Storage Regions](./storage-regions) -- [Dataset viewer for Private datasets](./enterprise-hub-datasets) +- [Data Studio for Private datasets](./enterprise-hub-datasets) - [Resource Groups](./security-resource-groups) - [Advanced Compute Options](./advanced-compute-options) - [Advanced Security](./enterprise-hub-advanced-security) - [Tokens Management](./enterprise-hub-tokens-management) -- [Analytics](./enterprise-hub-analytics) +- [Publisher Analytics](./enterprise-hub-analytics) - [Network Security](./enterprise-hub-network-security) - [Gating Group Collections](./enterprise-hub-gating-group-collections) diff --git a/docs/hub/index.md b/docs/hub/index.md index d16d9c2cb..1b5e50f20 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -7,8 +7,16 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
From 1ca843b2783ac6b7de79f8ebd06e185e36bd9d53 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:25:05 +0200 Subject: [PATCH 3/8] moev things around --- docs/hub/_toctree.yml | 62 ++++++++++++++------------- docs/hub/datasets-adding.md | 2 +- docs/hub/datasets-viewer-configure.md | 2 +- docs/hub/datasets-viewer.md | 2 +- docs/hub/organizations.md | 16 ++----- docs/hub/pro-subscription.md | 0 docs/hub/storage-backends.md | 2 +- docs/hub/storage-limits.md | 2 +- 8 files changed, 42 insertions(+), 46 deletions(-) create mode 100644 docs/hub/pro-subscription.md diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index 67c4c6299..c6c7dafbc 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -1,5 +1,38 @@ - local: index title: 🤗 Hugging Face Hub +- local: enterprise-hub + title: Team & Enterprise Plans + sections: + - local: enterprise-sso + title: Single Sign-On (SSO) + - local: enterprise-hub-advanced-sso + title: Advanced Single Sign-On (SSO) + - local: enterprise-hub-scim + title: User Provisioning (SCIM) + - local: audit-logs + title: Audit Logs + - local: storage-regions + title: Storage Regions + - local: enterprise-hub-datasets + title: Data Studio for Private datasets + - local: enterprise-hub-resource-groups + title: Resource Groups (Access Control) + - local: advanced-compute-options + title: Advanced Compute Options + - local: enterprise-hub-advanced-security + title: Advanced Security + - local: enterprise-hub-tokens-management + title: Tokens Management + - local: enterprise-hub-analytics + title: Publisher Analytics + - local: enterprise-hub-network-security + title: Network Security + - local: enterprise-hub-gating-group-collections + title: Gating Group Collections + +- local: pro-subscription + title: PRO Plan + - local: repositories title: Repositories isExpanded: true @@ -349,35 +382,6 @@ title: Organization Cards - local: organizations-security title: Access Control in Organizations - - local: enterprise-hub - title: Team & Enterprise Plans - sections: - - local: enterprise-sso - title: Single Sign-On (SSO) - - local: enterprise-hub-advanced-sso - title: Advanced Single Sign-On (SSO) - - local: enterprise-hub-scim - title: User Provisioning (SCIM) - - local: audit-logs - title: Audit Logs - - local: storage-regions - title: Storage Regions - - local: enterprise-hub-datasets - title: Data Studio for Private datasets - - local: enterprise-hub-resource-groups - title: Resource Groups (Access Control) - - local: advanced-compute-options - title: Advanced Compute Options - - local: enterprise-hub-advanced-security - title: Advanced Security - - local: enterprise-hub-tokens-management - title: Tokens Management - - local: enterprise-hub-analytics - title: Publisher Analytics - - local: enterprise-hub-network-security - title: Network Security - - local: enterprise-hub-gating-group-collections - title: Gating Group Collections - local: billing title: Billing - local: security diff --git a/docs/hub/datasets-adding.md b/docs/hub/datasets-adding.md index 19ccef83f..7e345a688 100644 --- a/docs/hub/datasets-adding.md +++ b/docs/hub/datasets-adding.md @@ -102,7 +102,7 @@ For most types of datasets, **Parquet** is the recommended format due to its eff ### Data Studio The [Data Studio](./datasets-viewer) is useful to know how the data actually looks like before you download it. -It is enabled by default for all public datasets. It is also available for private datasets owned by a [PRO user](https://huggingface.co/pricing) or an [Enterprise Hub organization](https://huggingface.co/enterprise). +It is enabled by default for all public datasets. It is also available for private datasets owned by a [PRO user](https://huggingface.co/pricing) or a [Team or Enterprise organization](https://huggingface.co/enterprise). After uploading your dataset, make sure the Dataset Viewer correctly shows your data, or [Configure the Dataset Viewer](./datasets-viewer-configure). diff --git a/docs/hub/datasets-viewer-configure.md b/docs/hub/datasets-viewer-configure.md index dc4449e9c..2e3630f5a 100644 --- a/docs/hub/datasets-viewer-configure.md +++ b/docs/hub/datasets-viewer-configure.md @@ -26,4 +26,4 @@ viewer: false ## Private datasets -For **private** datasets, the Dataset Viewer is enabled for [PRO users](https://huggingface.co/pricing) and [Enterprise Hub organizations](https://huggingface.co/enterprise). +For **private** datasets, the Dataset Viewer is enabled for [PRO users](https://huggingface.co/pricing) and [Team or Enterprise organizations](https://huggingface.co/enterprise). diff --git a/docs/hub/datasets-viewer.md b/docs/hub/datasets-viewer.md index 3e242e968..212124593 100644 --- a/docs/hub/datasets-viewer.md +++ b/docs/hub/datasets-viewer.md @@ -99,6 +99,6 @@ For more information see our guide on [How to embed the Dataset Viewer in a webp To have a properly working Dataset Viewer for your dataset, make sure your dataset is in a supported format and structure. There is also an option to configure your dataset using YAML. -For **private** datasets, the Dataset Viewer is enabled for [PRO users](https://huggingface.co/pricing) and [Enterprise Hub organizations](https://huggingface.co/enterprise). +For **private** datasets, the Dataset Viewer is enabled for [PRO users](https://huggingface.co/pricing) and [Team or Enterprise organizations](https://huggingface.co/enterprise). For more information see our guide on [How to configure the Dataset Viewer](./datasets-viewer-configure). diff --git a/docs/hub/organizations.md b/docs/hub/organizations.md index 886d90fa2..374d33cf5 100644 --- a/docs/hub/organizations.md +++ b/docs/hub/organizations.md @@ -9,15 +9,7 @@ If an organization needs to track user access to a dataset or a model due to lic - [Managing Organizations](./organizations-managing) - [Organization Cards](./organizations-cards) - [Access Control in Organizations](./organizations-security) -- [Enterprise Hub features](./enterprise-hub) - - [SSO](./enterprise-sso) - - [Advanced SSO](./enterprise-hub-advanced-sso) - - [User Provisioning (SCIM)](./enterprise-hub-scim) - - [Audit Logs](./audit-logs) - - [Storage Regions](./storage-regions) - - [Dataset viewer for Private datasets](./enterprise-hub-datasets) - - [Resource Groups](./security-resource-groups) - - [Advanced Compute Options](./advanced-compute-options) - - [Advanced Security](./enterprise-hub-advanced-security) - - [Tokens Management](./enterprise-hub-tokens-management) - - [Analytics](./enterprise-hub-analytics) + +## Next: Power up your organization + +- [Team & Enterprise Plans](./enterprise-hub) diff --git a/docs/hub/pro-subscription.md b/docs/hub/pro-subscription.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/hub/storage-backends.md b/docs/hub/storage-backends.md index 165c09765..12687b539 100644 --- a/docs/hub/storage-backends.md +++ b/docs/hub/storage-backends.md @@ -47,7 +47,7 @@ To start using Xet Storage, you need a Xet-enabled repository and a Xet-aware ve For user and organization profiles created before May 23rd, 2025, you can make Xet the default for all your repositories by [signing up here](https://huggingface.co/join/xet). You can apply for yourself or your entire organization (requires [admin permissions](https://huggingface.co/docs/hub/organizations-security)). Once approved, all existing repositories will be automatically migrated to Xet and future repositories will be Xet-enabled by default. -PRO users and Enterprise Hub organizations will be fast-tracked for access. +PRO users and Team or Enterprise organizations will be fast-tracked for access. diff --git a/docs/hub/storage-limits.md b/docs/hub/storage-limits.md index 92a78c4bc..7fb2e880e 100644 --- a/docs/hub/storage-limits.md +++ b/docs/hub/storage-limits.md @@ -121,7 +121,7 @@ If you need more model/ dataset storage than your allocated private storage for ## How can I free up storage space in my account/organization? -There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, consider upgrading to PRO or Enterprise Hub plans for increased storage limits. +There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, consider upgrading to a PRO, Team or Enterprise plan for increased storage limits. ⚠️ **Important**: Deleting LFS files is a destructive operation that cannot be undone. Make sure to backup your files before proceeding. From 693e2819541e9e6cb52b3ae6365ca34095e50c02 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:36:42 +0200 Subject: [PATCH 4/8] very basic PRO page --- docs/hub/_toctree.yml | 2 +- docs/hub/billing.md | 16 ++++++++-------- docs/hub/index.md | 2 +- docs/hub/pro-subscription.md | 0 docs/hub/pro.md | 12 ++++++++++++ docs/hub/storage-limits.md | 2 +- 6 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 docs/hub/pro-subscription.md create mode 100644 docs/hub/pro.md diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index c6c7dafbc..aceb62098 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -30,7 +30,7 @@ - local: enterprise-hub-gating-group-collections title: Gating Group Collections -- local: pro-subscription +- local: pro title: PRO Plan - local: repositories diff --git a/docs/hub/billing.md b/docs/hub/billing.md index a9b015fea..07c452c00 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -6,9 +6,9 @@ Any feedback or support request related to billing is welcome at billing@hugging ## Team and Enterprise subscriptions -We offer advanced security and compliance features for organizations through our Team or Enterprise subscription, including [Single Sign-On](./enterprise-sso), [Advanced Access Control](./enterprise-hub-resource-groups) for repositories, control over your data location, higher [storage capacity](./storage-limits) for private repositories, and more. +We offer advanced security and compliance features for organizations through our Team or Enterprise plans, which include [Single Sign-On](./enterprise-sso), [Advanced Access Control](./enterprise-hub-resource-groups) for repositories, control over your data location, higher [storage capacity](./storage-limits) for public and private repositories, and more. -The Enterprise Hub is billed like a typical subscription. It renews automatically, but you can choose to cancel it at any time in the organization's billing settings. +Team and Enterprise plans are billed like a typical subscription. They renew automatically, but you can choose to cancel at any time in the organization's billing settings. You can pay for a Team subscription with a credit card or your AWS account, or upgrade to Enterprise via an annual contract. @@ -23,23 +23,23 @@ Private repository storage above the [included storage](./storage-limits) will b ## PRO subscription -The PRO subscription unlocks additional features for users, including: +The PRO subscription unlocks essential features for serious users, including: +- Higher [storage capacity](./storage-limits) for public and private repositories - Higher tier for ZeroGPU Spaces usage - Ability to create ZeroGPU Spaces and use Dev Mode - Included credits for [Inference Providers](/docs/inference-providers/) -- Higher [storage capacity](./storage-limits) for private repositories -- Ability to write Social Posts and Community Blogs -- Leverage the Dataset Viewer on private datasets +- Ability to publish Social Posts and Community Blogs +- Leverage the Data Studio on private datasets -View the full list of benefits at https://huggingface.co/subscribe/pro +View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro Similarly to the Enterprise Hub subscription, PRO subscriptions are billed like a typical subscription. The subscription renews automatically for you. You can choose to cancel the subscription at anytime in your billing settings: https://huggingface.co/settings/billing You can only pay for the PRO subscription with a credit card. The subscription is billed separately from any pay-as-you-go compute usage. Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal. -Note: PRO benefits are also included in the Enterprise Hub subscription. +Note: PRO benefits are also included in the Enterprise subscription. ## Pay-as-you-go private storage diff --git a/docs/hub/index.md b/docs/hub/index.md index 1b5e50f20..f03a59a33 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -7,7 +7,7 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
Subscriptions & Plans
-PRO subscription +PRO subscription Team & Enterprise Plans Single Sign-On (SSO) Audit Logs diff --git a/docs/hub/pro-subscription.md b/docs/hub/pro-subscription.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/hub/pro.md b/docs/hub/pro.md new file mode 100644 index 000000000..2fbe3dc83 --- /dev/null +++ b/docs/hub/pro.md @@ -0,0 +1,12 @@ +# The HF PRO subscription 🔥 + +The PRO subscription unlocks essential features for serious users, including: + +- Higher [storage capacity](./storage-limits) for public and private repositories +- Higher tier for ZeroGPU Spaces usage +- Ability to create ZeroGPU Spaces and use Dev Mode +- Included credits for [Inference Providers](/docs/inference-providers/) +- Ability to publish Social Posts and Community Blogs +- Leverage the Data Studio on private datasets + +View the full list of benefits at **https://huggingface.co/pro** then subscribe over at https://huggingface.co/subscribe/pro \ No newline at end of file diff --git a/docs/hub/storage-limits.md b/docs/hub/storage-limits.md index 7fb2e880e..539e13699 100644 --- a/docs/hub/storage-limits.md +++ b/docs/hub/storage-limits.md @@ -20,7 +20,7 @@ We do have mitigations in place to prevent abuse of free public storage, and in 💡 [Team or Enterprise Organizations](https://huggingface.co/enterprise) include 1TB of private storage per seat in the subscription: for example, if your organization has 40 members, then you have 40TB of included private storage. -\*We aim to continue providing the AI community with free storage space for public repositories. Please use this resource responsibly by uploading content that offers genuine value to other users - not dozens of TBs with limited community interest. If you need substantial storage space, you need to upgrade to [PRO, Team or Enterprise](https://huggingface.co/pricing). +\*We aim to continue providing the AI community with free storage space for public repositories. Beyond the first few gigabytes, please use this resource responsibly by uploading content that offers genuine value to other users. If you need substantial storage space, you will need to upgrade to [PRO, Team or Enterprise](https://huggingface.co/pricing). ### Pay-as-you-go price From a12d93e24e762e875a5194b5174e80a2a81cd5cd Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:39:35 +0200 Subject: [PATCH 5/8] unrelated but add TOC entry about Academia Hub cc @adrianlepers @VioletteLepercq --- docs/hub/_toctree.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index aceb62098..483bb0989 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -1,5 +1,6 @@ - local: index title: 🤗 Hugging Face Hub + - local: enterprise-hub title: Team & Enterprise Plans sections: @@ -66,6 +67,7 @@ title: Next Steps - local: repositories-licenses title: Licenses + - title: Models local: models isExpanded: true @@ -187,6 +189,7 @@ title: GGUF usage with Ollama - local: dduf title: DDUF + - title: Datasets local: datasets isExpanded: true @@ -274,6 +277,7 @@ title: Image Dataset - local: datasets-video title: Video Dataset + - local: spaces title: Spaces isExpanded: true @@ -369,6 +373,7 @@ title: Cookie limitations in Spaces - local: spaces-handle-url-parameters title: Set URL query and hash + - local: other title: Other isExpanded: true @@ -412,7 +417,6 @@ title: How to configure SCIM with EntraID (Azure AD) - local: security-sso-google-saml title: How to configure SAML with Google Workspace - - local: security-resource-groups title: Advanced Access Control (Resource Groups) - local: security-malware @@ -431,6 +435,8 @@ title: Moderation - local: paper-pages title: Paper Pages + - local: academia-hub + title: Academia Hub - local: search title: Search - local: doi From 229d53706a7c42515c6e5a626153166dba48d3bd Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 13:49:04 +0200 Subject: [PATCH 6/8] Update _toctree.yml --- docs/hub/_toctree.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index 483bb0989..57db7a66a 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -3,6 +3,7 @@ - local: enterprise-hub title: Team & Enterprise Plans + isExpanded: true sections: - local: enterprise-sso title: Single Sign-On (SSO) From fa4a340245e705c61fd44f4c5c457a4d8b72636b Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 15:01:13 +0200 Subject: [PATCH 7/8] Apply suggestions from Pedro and VB Co-authored-by: vb Co-authored-by: Pedro Cuenca --- docs/hub/billing.md | 3 ++- docs/hub/pro.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/hub/billing.md b/docs/hub/billing.md index 07c452c00..f79162ac1 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -31,6 +31,7 @@ The PRO subscription unlocks essential features for serious users, including: - Included credits for [Inference Providers](/docs/inference-providers/) - Ability to publish Social Posts and Community Blogs - Leverage the Data Studio on private datasets +- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) View the full list of benefits at https://huggingface.co/pro then subscribe over at https://huggingface.co/subscribe/pro @@ -39,7 +40,7 @@ Similarly to the Enterprise Hub subscription, PRO subscriptions are billed like You can only pay for the PRO subscription with a credit card. The subscription is billed separately from any pay-as-you-go compute usage. Private repository storage above the [included storage](./storage-limits) will be billed along with your subscription renewal. -Note: PRO benefits are also included in the Enterprise subscription. +Note: PRO benefits are also included in the [Enterprise subscription](https://huggingface.co/enterprise). ## Pay-as-you-go private storage diff --git a/docs/hub/pro.md b/docs/hub/pro.md index 2fbe3dc83..7bb7f5ff9 100644 --- a/docs/hub/pro.md +++ b/docs/hub/pro.md @@ -3,10 +3,11 @@ The PRO subscription unlocks essential features for serious users, including: - Higher [storage capacity](./storage-limits) for public and private repositories -- Higher tier for ZeroGPU Spaces usage -- Ability to create ZeroGPU Spaces and use Dev Mode +- Higher tier for [ZeroGPU Spaces](./spaces-zerogpu) usage +- Ability to create ZeroGPU Spaces and use [Dev Mode](./spaces-dev-mode) - Included credits for [Inference Providers](/docs/inference-providers/) - Ability to publish Social Posts and Community Blogs - Leverage the Data Studio on private datasets +- Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) View the full list of benefits at **https://huggingface.co/pro** then subscribe over at https://huggingface.co/subscribe/pro \ No newline at end of file From b18a1fda7d8aaad7846488e81f51e555ed1dbfa6 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 10 Sep 2025 15:10:15 +0200 Subject: [PATCH 8/8] Update docs/hub/storage-limits.md Co-authored-by: Daniel van Strien --- docs/hub/storage-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/storage-limits.md b/docs/hub/storage-limits.md index 539e13699..37c9c6066 100644 --- a/docs/hub/storage-limits.md +++ b/docs/hub/storage-limits.md @@ -121,7 +121,7 @@ If you need more model/ dataset storage than your allocated private storage for ## How can I free up storage space in my account/organization? -There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, consider upgrading to a PRO, Team or Enterprise plan for increased storage limits. +There are several ways to manage and free some storage space in your account or organization. First, if you need more storage space, upgrade to a PRO, Team or Enterprise plan for increased storage limits. ⚠️ **Important**: Deleting LFS files is a destructive operation that cannot be undone. Make sure to backup your files before proceeding.