Skip to content

Commit cff7c60

Browse files
committed
storage regions wording
1 parent bbabd86 commit cff7c60

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/hub/storage-regions.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
# Storage Regions on the Hub
22

3-
Regions let you decide where your org's models and datasets will be stored.
3+
Regions allow you to specify where your organization's models and datasets are stored.
44

55
<Tip warning={true}>
66
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
77
</Tip>
88

9-
This has two main benefits:
9+
This offers two key benefits:
1010

1111
- Regulatory and legal compliance
12-
- Performance (improved download and upload speeds and latency)
12+
- Performance (faster download/upload speeds and lower latency)
1313

14-
Currently we support the following regions:
14+
Currently available regions:
1515

1616
- US 🇺🇸
1717
- EU 🇪🇺
18-
- coming soon: Asia-Pacific 🌏
18+
- Coming soon: Asia-Pacific 🌏
1919

2020
## How to set up
2121

22-
If your organization is subscribed to Enterprise Hub, you will be able to see the Regions settings page:
22+
Organizations subscribed to Enterprise Hub can access the Regions settings page:
2323

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

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

28-
- an audit of where your organization repos are currently located
29-
- dropdowns to select where your repos will be created
28+
- An audit of your organization's repository locations
29+
- Options to select where new repositories will be stored
3030

3131
## Repository Tag
3232

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.
33+
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.
3434

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

3939
## Regulatory and legal compliance
4040

41-
In regulated industries, companies may be required to store data in a specific region.
41+
Regulated industries often require data storage in specific regions.
4242

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.
43+
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.
4444

4545
## Performance
4646

47-
Storing your models or your datasets closer to your team and infrastructure also means significantly improved performance, for both uploads and downloads.
47+
Storing models and datasets closer to your team and infrastructure significantly improves performance for both uploads and downloads.
4848

49-
This makes a big difference considering model weights and dataset files are usually very large.
49+
This impact is substantial given the typically large size of model weights and dataset files.
5050

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

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.
53+
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)