diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index 437aa61848..1f1042f230 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -43,6 +43,10 @@ title: Getting Started with Repositories - local: repositories-settings title: Repository Settings + - local: storage-limits + title: Storage Limits + - local: storage-backends + title: Storage Backends - local: repositories-pull-requests-discussions title: Pull Requests & Discussions - local: notifications @@ -60,10 +64,6 @@ title: "How-to: Create automatic metadata quality reports" - local: notebooks title: Notebooks - - local: storage-limits - title: Storage Limits - - local: storage-backends - title: Storage Backends - local: repositories-next-steps title: Next Steps - local: repositories-licenses diff --git a/docs/hub/enterprise-hub-gating-group-collections.md b/docs/hub/enterprise-hub-gating-group-collections.md index 55fc036dae..1e1a1769c9 100644 --- a/docs/hub/enterprise-hub-gating-group-collections.md +++ b/docs/hub/enterprise-hub-gating-group-collections.md @@ -9,7 +9,7 @@ Gating Group Collections allow organizations to grant (or reject) access to all To enable Gating Group in a collection: - the collection owner must be an organization -- the organization must be subscribed to the Enterprise Hub +- the organization must be subscribed to a Team or Enterprise plan - all models and datasets in the collection must be owned by the same organization as the collection - each model or dataset in the collection may only belong to one Gating Group Collection (but they can still be included in non-gating i.e. _regular_ collections). diff --git a/docs/hub/index.md b/docs/hub/index.md index f03a59a33a..812cfb1fe9 100644 --- a/docs/hub/index.md +++ b/docs/hub/index.md @@ -25,11 +25,12 @@ The Hugging Face Hub is a platform with over 1.7M models, 400k datasets, and 600 Introduction Getting Started Repository Settings +Storage Limits +Storage Backends Pull requests and Discussions Notifications Collections Webhooks -Storage Backends Next Steps Licenses @@ -119,7 +120,10 @@ On it, you'll be able to upload and discover... - Datasets: _featuring a wide variety of data for different domains and modalities_ - Spaces: _interactive apps for demonstrating ML models directly in your browser_ -The Hub offers **versioning, commit history, diffs, branches, and over a dozen library integrations**! You can learn more about the features that all repositories share in the [**Repositories documentation**](./repositories). +The Hub offers **versioning, commit history, diffs, branches, and over a dozen library integrations**! +All repositories build on [Xet](https://huggingface.co/join/xet), a new technology to efficiently store Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. + +You can learn more about the features that all repositories share in the [**Repositories documentation**](./repositories). ## Models diff --git a/docs/hub/repositories.md b/docs/hub/repositories.md index 9e602d9747..8a9e7dbfdf 100644 --- a/docs/hub/repositories.md +++ b/docs/hub/repositories.md @@ -2,18 +2,26 @@ Models, Spaces, and Datasets are hosted on the Hugging Face Hub as [Git repositories](https://git-scm.com/about), which means that version control and collaboration are core elements of the Hub. In a nutshell, a repository (also known as a **repo**) is a place where code and assets can be stored to back up your work, share it with the community, and work in a team. -In these pages, you will go over the basics of getting started with Git and interacting with repositories on the Hub. Once you get the hang of it, you can explore the best practices and next steps that we've compiled for effective repository usage. +Unlike other collaboration platforms, our Git repositories are optimized for Machine Learning and AI files – large binary files, usually in specific file formats like Parquet and Safetensors, and up to [Terabyte-scale sizes](https://huggingface.co/blog/from-files-to-chunks)! +To achieve this, we built [Xet](./storage-backends), a modern custom storage system built specifically for AI/ML development, enabling chunk-level deduplication, smaller uploads, and faster downloads. + +
+
+