diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index 67c4c6299..57db7a66a 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -1,5 +1,40 @@ - local: index title: 🤗 Hugging Face Hub + +- local: enterprise-hub + title: Team & Enterprise Plans + isExpanded: true + 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 + title: PRO Plan + - local: repositories title: Repositories isExpanded: true @@ -33,6 +68,7 @@ title: Next Steps - local: repositories-licenses title: Licenses + - title: Models local: models isExpanded: true @@ -154,6 +190,7 @@ title: GGUF usage with Ollama - local: dduf title: DDUF + - title: Datasets local: datasets isExpanded: true @@ -241,6 +278,7 @@ title: Image Dataset - local: datasets-video title: Video Dataset + - local: spaces title: Spaces isExpanded: true @@ -336,6 +374,7 @@ title: Cookie limitations in Spaces - local: spaces-handle-url-parameters title: Set URL query and hash + - local: other title: Other isExpanded: true @@ -349,35 +388,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 @@ -408,7 +418,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 @@ -427,6 +436,8 @@ title: Moderation - local: paper-pages title: Paper Pages + - local: academia-hub + title: Academia Hub - local: search title: Search - local: doi diff --git a/docs/hub/billing.md b/docs/hub/billing.md index a9b015fea..f79162ac1 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,24 @@ 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 +- 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/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](https://huggingface.co/enterprise). ## Pay-as-you-go private storage 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/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 08251541a..f03a59a33 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -4,6 +4,21 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
+
+
+ Subscriptions & Plans
+PRO subscription +Team & Enterprise Plans +Single Sign-On (SSO) +Audit Logs +Storage Regions +Data Studio for Private datasets +Resource Groups +Advanced Security +Tokens Management +Network Security +
+
Repositories
@@ -70,7 +85,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 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.md b/docs/hub/pro.md new file mode 100644 index 000000000..7bb7f5ff9 --- /dev/null +++ b/docs/hub/pro.md @@ -0,0 +1,13 @@ +# 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](./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 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..37c9c6066 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 @@ -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, 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.