From f3e224caa1db9df8654e466d17eec44c3936702e Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 19 Sep 2025 23:19:50 +0200 Subject: [PATCH 1/2] Slight precision re. Basic SSO vs. Advanced SSO --- docs/hub/billing.md | 3 ++- docs/hub/enterprise-sso.md | 2 +- docs/hub/index.md | 4 ++-- docs/hub/pro.md | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/hub/billing.md b/docs/hub/billing.md index f79162ac1..02a3aef3a 100644 --- a/docs/hub/billing.md +++ b/docs/hub/billing.md @@ -26,9 +26,10 @@ Private repository storage above the [included storage](./storage-limits) will b The PRO subscription unlocks essential features for serious users, including: - Higher [storage capacity](./storage-limits) for public and private repositories +- Higher bandwidth and API rate limits +- Included credits for [Inference Providers](/docs/inference-providers/) - 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 - Run and schedule serverless [CPU/ GPU Jobs](https://huggingface.co/docs/huggingface_hub/en/guides/jobs) diff --git a/docs/hub/enterprise-sso.md b/docs/hub/enterprise-sso.md index eda4f8744..1dabde56e 100644 --- a/docs/hub/enterprise-sso.md +++ b/docs/hub/enterprise-sso.md @@ -6,7 +6,7 @@ This feature is part of the Team & E Single sign-on (SSO) allows organizations to securely manage user authentication through their own identity provider (IdP). Both SAML 2.0 and OpenID Connect (OIDC) protocols are supported. -Please note that this feature is intended to manage access to organization-specific resources such as private models, datasets, and Spaces. However, it does not replace the core authentication mechanism for the Hugging Face platform, meaning that users still need to login with their own HF account. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our [Advanced SSO documentation](./enterprise-hub-advanced-sso). +Please note that this feature is intended to manage access to organization-specific resources such as private models, datasets, and Spaces. However, by default it does not replace the core authentication mechanism for the Hugging Face platform, meaning that users still need to login with their own HF account. To replace the core authentication, i.e. for enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our [Advanced SSO documentation](./enterprise-hub-advanced-sso).
Date: Sat, 20 Sep 2025 12:13:45 +0200 Subject: [PATCH 2/2] Update docs/hub/index.md Co-authored-by: Pedro Cuenca --- docs/hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/index.md b/docs/hub/index.md index 3d5fb8783..511e3abf8 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -129,7 +129,7 @@ To upload models to the Hub, or download models and integrate them into your wor ## Datasets -The Hub is home to over 400k datasets in more than 8k languages that can be used for a broad range of tasks across NLP, Computer Vision, and Audio. The Hub makes it simple to find, download, and upload datasets. Datasets are accompanied by extensive documentation in the form of [**Dataset Cards**](./datasets-cards) and [**Data Studio**](./datasets-viewer) to let you explore the data directly in your browser. While many datasets are public, [**organizations**](./organizations) and individuals can create private datasets to comply with licensing or privacy issues. You can learn more about [**Datasets here on Hugging Face Hub documentation**](./datasets-overview). +The Hub is home to over 500k public datasets in more than 8k languages that can be used for a broad range of tasks across NLP, Computer Vision, and Audio. The Hub makes it simple to find, download, and upload datasets. Datasets are accompanied by extensive documentation in the form of [**Dataset Cards**](./datasets-cards) and [**Data Studio**](./datasets-viewer) to let you explore the data directly in your browser. While many datasets are public, [**organizations**](./organizations) and individuals can create private datasets to comply with licensing or privacy issues. You can learn more about [**Datasets here on the Hugging Face Hub documentation**](./datasets-overview). The [🤗 `datasets`](https://huggingface.co/docs/datasets/index) library allows you to programmatically interact with the datasets, so you can easily use datasets from the Hub in your projects. With a single line of code, you can access the datasets; even if they are so large they don't fit in your computer, you can use streaming to efficiently access the data.