From 6dda3eb87e79b581dcb6a6f00516b3a9060cd0a9 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 5 Sep 2025 14:02:24 +0200 Subject: [PATCH] Update docs for Team & Enterprise plans terminology - Renamed 'Enterprise Hub' references to 'Team & Enterprise plans' across documentation files for consistency. - revised storage limits language to reflect current offerings and encourage responsible usage.- Updated analytics section to 'Publisher Analytics', - clarified notebook rendering and Colab launch details --- docs/hub/_toctree.yml | 8 ++++---- docs/hub/enterprise-hub-analytics.md | 6 +++--- docs/hub/enterprise-hub.md | 4 ++-- docs/hub/index.md | 4 ++-- docs/hub/notebooks.md | 8 +++++--- docs/hub/storage-limits.md | 8 ++++---- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index 378d272fd..427fa59e9 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -25,10 +25,10 @@ title: "How-to: Create automatic metadata quality reports" - local: notebooks title: Notebooks - - local: storage-backends - title: Storage Backends - local: storage-limits title: Storage Limits + - local: storage-backends + title: Storage Backends - local: repositories-next-steps title: Next Steps - local: repositories-licenses @@ -346,7 +346,7 @@ - local: organizations-security title: Access Control in Organizations - local: enterprise-hub - title: Enterprise Hub + title: Team & Enterprise plans sections: - local: enterprise-sso title: Single Sign-On (SSO) @@ -369,7 +369,7 @@ - local: enterprise-hub-tokens-management title: Tokens Management - local: enterprise-hub-analytics - title: Analytics + title: Publisher Analytics - local: enterprise-hub-network-security title: Network Security - local: enterprise-hub-gating-group-collections diff --git a/docs/hub/enterprise-hub-analytics.md b/docs/hub/enterprise-hub-analytics.md index 82b75edd2..bba9eeda2 100644 --- a/docs/hub/enterprise-hub-analytics.md +++ b/docs/hub/enterprise-hub-analytics.md @@ -4,9 +4,9 @@ This feature is part of the Team & Enterprise plans. -## Analytics Dashboard +## Publisher Analytics Dashboard -Track all your repository activity with a detailed downloads overview that shows total downloads for all your Models and Datasets. Toggle between "All Time" and "Last Month" views to gain insights into your repository's downloads over different periods. +Track all your repository activity with a detailed downloads overview that shows total downloads for all the Models and Datasets published by your organization. Toggle between "All Time" and "Last Month" views to gain insights into your repository's downloads over different periods.
screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization. @@ -17,7 +17,7 @@ Track all your repository activity with a detailed downloads overview that shows Explore the metrics of individual repositories with the per-repository drill-down table. Utilize the built-in search feature to quickly locate specific repositories. Each row also features a time-series graph that illustrates the trend of downloads over time. -## Export Analytics as CSV +## Export Publisher Analytics as CSV Download a comprehensive CSV file containing analytics for all your repositories, including model and dataset download activity. diff --git a/docs/hub/enterprise-hub.md b/docs/hub/enterprise-hub.md index 5909d708e..eb8ed43a8 100644 --- a/docs/hub/enterprise-hub.md +++ b/docs/hub/enterprise-hub.md @@ -1,10 +1,10 @@ -# Enterprise Hub +# Team & Enterprise plans Subscribe to a Team or Enterprise plan to get access to advanced features for your organization. -Enterprise Hub adds advanced capabilities to organizations, enabling safe, compliant and managed collaboration for companies and teams on Hugging Face. +Team & Enterprise organization plans add advanced capabilities to organizations, enabling safe, compliant and managed collaboration for companies and teams on Hugging Face. diff --git a/docs/hub/index.md b/docs/hub/index.md index 9601b296f..cb21f24bf 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -70,7 +70,7 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600
Other
Organizations -Enterprise Hub +Team & Enterprise plans Billing Security Moderation @@ -123,7 +123,7 @@ The [🤗 `datasets`](https://huggingface.co/docs/datasets/index) library allows [Spaces](https://huggingface.co/spaces) is a simple way to host ML demo apps on the Hub. They allow you to build your ML portfolio, showcase your projects at conferences or to stakeholders, and work collaboratively with other people in the ML ecosystem. -We currently support two awesome Python SDKs (**[Gradio](https://gradio.app/)** and **[Streamlit](https://streamlit.io/)**) that let you build cool apps in a matter of minutes. Users can also create static Spaces which are simple HTML/CSS/JavaScript page within a Space. +We currently support two awesome Python SDKs (**[Gradio](https://gradio.app/)** and **[Streamlit](https://streamlit.io/)**) that let you build cool apps in a matter of minutes. Users can also create static Spaces which are simple HTML/CSS/JavaScript page within a Space, or deploy any Docker-based application. After you've explored a few Spaces (take a look at our [Space of the Week!](https://huggingface.co/spaces)), dive into the [**Spaces documentation**](./spaces-overview) to learn all about how you can create your own Space. You'll also be able to upgrade your Space to run on a GPU or other accelerated hardware. ⚡️ diff --git a/docs/hub/notebooks.md b/docs/hub/notebooks.md index 5f4dbe064..18ef9456d 100644 --- a/docs/hub/notebooks.md +++ b/docs/hub/notebooks.md @@ -22,7 +22,7 @@ If a model repository includes a file called `notebook.ipynb`, we will use it fo ![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/hf-google-colab/genstruct-notebook-dark.png) -## Rendering Jupyter notebooks on the Hub +## Rendering .ipynb Jupyter notebooks on the Hub Under the hood, Jupyter Notebook files (usually shared with a `.ipynb` extension) are JSON files. While viewing these files directly is possible, it's not a format intended to be read by humans. The Hub has rendering support for notebooks hosted on the Hub. This means that notebooks are displayed in a human-readable format. @@ -30,6 +30,8 @@ Under the hood, Jupyter Notebook files (usually shared with a `.ipynb` extension Notebooks will be rendered when included in any type of repository on the Hub. This includes models, datasets, and Spaces. -## Launch in Google Colab +### Launch in Google Colab -[Google Colab](https://colab.google/) is a free Jupyter Notebook environment that requires no setup and runs entirely in the cloud. It's a great way to run Jupyter Notebooks without having to install anything on your local machine. Notebooks hosted on the Hub are automatically given a "Open in Colab" button. This allows you to open the notebook in Colab with a single click. +[Google Colab](https://colab.google/) is a free Jupyter Notebook environment that requires no setup and runs entirely in the cloud. It's a great way to run Jupyter Notebooks without having to install anything on your local machine. + +All .ipynb files hosted on the Hub are automatically given a "Open in Colab" button. This allows you to open the notebook in Colab with a single click. diff --git a/docs/hub/storage-limits.md b/docs/hub/storage-limits.md index 48d6582c5..92a78c4bc 100644 --- a/docs/hub/storage-limits.md +++ b/docs/hub/storage-limits.md @@ -1,14 +1,14 @@ # Storage limits -At Hugging Face our intent is to provide the AI community with **free storage space for public repositories**. We do bill for storage space for **private repositories**, above a free tier (see table below). +At Hugging Face our intent is to provide the AI community with as much **free storage space for public repositories** as we can. We do bill for storage space for **private repositories**, above a free tier (see table below). Storage limits and policies apply to both model and dataset repositories on the Hub. -We [optimize our infrastructure](https://huggingface.co/blog/xethub-joins-hf) continuously to [scale our storage](https://x.com/julien_c/status/1821540661973160339) for the coming years of growth in Machine learning. +We [optimize our infrastructure](https://huggingface.co/blog/xethub-joins-hf) continuously to [scale our storage](https://x.com/julien_c/status/1821540661973160339) for the coming years of growth in AI and Machine learning. -We do have mitigations in place to prevent abuse of free public storage, and in general we ask users and organizations to make sure any uploaded large model or dataset is **as useful to the community as possible** (as represented by numbers of likes or downloads, for instance). +We do have mitigations in place to prevent abuse of free public storage, and in general we ask users and organizations to make sure any uploaded large model or dataset is **as useful to the community as possible** (as represented by numbers of likes or downloads, for instance). Finally, upgrade to a paid Organization or User (PRO) account to unlock higher limits. ## Storage plans @@ -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 should 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. 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). ### Pay-as-you-go price