|
| 1 | +I'll help improve the wording while keeping changes minimal. Here's my suggestion: |
| 2 | + |
1 | 3 | # Storage Regions on the Hub |
2 | 4 |
|
3 | | -Regions let you decide where your org's models and datasets will be stored. |
| 5 | +Regions allow you to specify where your organization's models and datasets are stored. |
4 | 6 |
|
5 | 7 | <Tip warning={true}> |
6 | 8 | This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>. |
7 | 9 | </Tip> |
8 | 10 |
|
9 | | -This has two main benefits: |
| 11 | +This offers two key benefits: |
10 | 12 |
|
11 | 13 | - Regulatory and legal compliance |
12 | | -- Performance (improved download and upload speeds and latency) |
| 14 | +- Performance (faster download/upload speeds and lower latency) |
13 | 15 |
|
14 | | -Currently we support the following regions: |
| 16 | +Currently available regions: |
15 | 17 |
|
16 | 18 | - US 🇺🇸 |
17 | 19 | - EU 🇪🇺 |
18 | | -- coming soon: Asia-Pacific 🌏 |
| 20 | +- Coming soon: Asia-Pacific 🌏 |
19 | 21 |
|
20 | 22 | ## How to set up |
21 | 23 |
|
22 | | -If your organization is subscribed to Enterprise Hub, you will be able to see the Regions settings page: |
| 24 | +Organizations subscribed to Enterprise Hub can access the Regions settings page: |
23 | 25 |
|
24 | 26 |  |
25 | 27 |
|
26 | | -On that page you can see: |
| 28 | +This page displays: |
27 | 29 |
|
28 | | -- an audit of where your organization repos are currently located |
29 | | -- dropdowns to select where your repos will be created |
| 30 | +- An audit of your organization's repository locations |
| 31 | +- Options to select where new repositories will be stored |
30 | 32 |
|
31 | 33 | ## Repository Tag |
32 | 34 |
|
33 | | -Any repo (model or dataset) stored in a non-default location will display its Region directly as a tag. That way your organization's members can see at a glance where repos are located. |
| 35 | +Any repository (model or dataset) stored in a non-default location displays its Region as a tag, allowing organization members to quickly identify repository locations. |
34 | 36 |
|
35 | 37 | <div class="flex justify-center"> |
36 | 38 | <img class="block" width="400" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/tag-on-repo.png"/> |
37 | 39 | </div> |
38 | 40 |
|
39 | 41 | ## Regulatory and legal compliance |
40 | 42 |
|
41 | | -In regulated industries, companies may be required to store data in a specific region. |
| 43 | +Regulated industries often require data storage in specific regions. |
42 | 44 |
|
43 | | -For companies in the EU, that means you can use the Hub to build ML in a GDPR compliant way: with datasets, models and inference endpoints all stored within EU data centers. |
| 45 | +For EU companies, this means you can use the Hub for ML development in a GDPR-compliant manner, with datasets, models and inference endpoints stored in EU data centers. |
44 | 46 |
|
45 | 47 | ## Performance |
46 | 48 |
|
47 | | -Storing your models or your datasets closer to your team and infrastructure also means significantly improved performance, for both uploads and downloads. |
| 49 | +Storing models and datasets closer to your team and infrastructure significantly improves performance for both uploads and downloads. |
48 | 50 |
|
49 | | -This makes a big difference considering model weights and dataset files are usually very large. |
| 51 | +This impact is substantial given the typically large size of model weights and dataset files. |
50 | 52 |
|
51 | 53 |  |
52 | 54 |
|
53 | | -As an example, if you are located in Europe and store your repositories in the EU region, you can expect to see ~4-5x faster upload and download speeds vs. if they were stored in the US. |
| 55 | +For example, European users storing repositories in the EU region can expect approximately 4-5x faster upload and download speeds compared to US storage. |
0 commit comments