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