Skip to content

Commit 2941905

Browse files
committed
storage regions wording
1 parent bbabd86 commit 2941905

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/hub/storage-regions.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,55 @@
1+
I'll help improve the wording while keeping changes minimal. Here's my suggestion:
2+
13
# Storage Regions on the Hub
24

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.
46

57
<Tip warning={true}>
68
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
79
</Tip>
810

9-
This has two main benefits:
11+
This offers two key benefits:
1012

1113
- Regulatory and legal compliance
12-
- Performance (improved download and upload speeds and latency)
14+
- Performance (faster download/upload speeds and lower latency)
1315

14-
Currently we support the following regions:
16+
Currently available regions:
1517

1618
- US 🇺🇸
1719
- EU 🇪🇺
18-
- coming soon: Asia-Pacific 🌏
20+
- Coming soon: Asia-Pacific 🌏
1921

2022
## How to set up
2123

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:
2325

2426
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/feature-annotated.png)
2527

26-
On that page you can see:
28+
This page displays:
2729

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
3032

3133
## Repository Tag
3234

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.
3436

3537
<div class="flex justify-center">
3638
<img class="block" width="400" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/tag-on-repo.png"/>
3739
</div>
3840

3941
## Regulatory and legal compliance
4042

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.
4244

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.
4446

4547
## Performance
4648

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.
4850

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.
5052

5153
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/storage-regions/upload-speed.png)
5254

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

Comments
 (0)