|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
5 | | -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. |
| 5 | +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)! |
| 6 | +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. |
| 7 | + |
| 8 | +<div class="flex justify-center"> |
| 9 | +<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/xet-speed.gif"/> |
| 10 | +<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/xet-speed-dark.gif"/> |
| 11 | +</div> |
| 12 | + |
| 13 | +In these pages, you will go over the basics of getting started with Git and Xet 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. |
6 | 14 |
|
7 | 15 | ## Contents |
8 | 16 |
|
9 | 17 | - [Getting Started with Repositories](./repositories-getting-started) |
10 | 18 | - [Settings](./repositories-settings) |
| 19 | +- [Storage Limits](./storage-limits) |
| 20 | +- [Storage Backends](./storage-backends) |
11 | 21 | - [Pull Requests & Discussions](./repositories-pull-requests-discussions) |
12 | 22 | - [Pull Requests advanced usage](./repositories-pull-requests-discussions#pull-requests-advanced-usage) |
13 | | -- [Webhooks](./webhooks) |
14 | | -- [Notifications](./notifications) |
15 | 23 | - [Collections](./collections) |
16 | | -- [Storage Backends](./storage-backends) |
17 | | -- [Storage Limits](./storage-limits) |
| 24 | +- [Notifications](./notifications) |
| 25 | +- [Webhooks](./webhooks) |
18 | 26 | - [Next Steps](./repositories-next-steps) |
19 | 27 | - [Licenses](./repositories-licenses) |
0 commit comments