Skip to content

Commit a6bf145

Browse files
authored
update the 300GB limit (#2007)
* public storage * minor * Update storage-limits.md * Update storage-limits.md
1 parent 148298e commit a6bf145

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/hub/datasets-upload-guide-llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ hub_limits:
7979
8080
- Free: 100GB private datasets
8181
- Pro (for individuals) | Team or Enterprise (for organizations): 1TB+ private storage per seat (see [pricing](https://huggingface.co/pricing))
82-
- Public: 300GB (contact [email protected] for larger)
82+
- Public: 1TB (contact [email protected] for larger)
8383
- Per file: 50GB max, 20GB recommended
8484
- Per folder: <10k files
8585

docs/hub/storage-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Under the hood, the Hub uses Git to version the data, which has structural impli
6161
If your repo is crossing some of the numbers mentioned in the previous section, **we strongly encourage you to check out [`git-sizer`](https://github.com/github/git-sizer)**,
6262
which has very detailed documentation about the different factors that will impact your experience. Here is a TL;DR of factors to consider:
6363

64-
- **Repository size**: The total size of the data you're planning to upload. We generally support repositories up to 300GB. If you would like to upload more than 300 GBs (or even TBs) of data, you will need to ask us to grant more storage. To do that, please send an email with details of your project to [email protected] (for datasets) or [email protected] (for models).
64+
- **Repository size**: The total size of the data you're planning to upload. If you would like to upload more than 1TB, you will need to subscribe to Team/Enterprise or ask us to grant more storage. We consider storage grants for impactful work and when a subscription is not an option. To do that, please send an email with details of your project to [email protected] (for datasets) or [email protected] (for models).
6565
- **Number of files**:
6666
- For optimal experience, we recommend keeping the total number of files under 100k, and ideally much less. Try merging the data into fewer files if you have more.
6767
For example, json files can be merged into a single jsonl file, or large datasets can be exported as Parquet files or in [WebDataset](https://github.com/webdataset/webdataset) format.
@@ -89,7 +89,7 @@ adding around 50-100 files per commit.
8989

9090
### Sharing large datasets on the Hub
9191

92-
One key way Hugging Face supports the machine learning ecosystem is by hosting datasets on the Hub, including very large ones. However, if your dataset is bigger than 300GB, you will need to ask us to grant more storage.
92+
One key way Hugging Face supports the machine learning ecosystem is by hosting datasets on the Hub, including very large ones. However, if your dataset is bigger than 1TB, you will need to subscribe to Team/Enterprise or ask us to grant more storage.
9393

9494
In this case, to ensure we can effectively support the open-source ecosystem, we require you to let us know via [email protected].
9595

@@ -111,7 +111,7 @@ Please get in touch with us if any of these requirements are difficult for you t
111111

112112
### Sharing large volumes of models on the Hub
113113

114-
Similarly to datasets, if you host models bigger than 300GB or if you plan on uploading a large number of smaller sized models (for instance, hundreds of automated quants) totalling more than 1TB, you will need to ask us to grant more storage.
114+
Similarly to datasets, if you host models bigger than 1TB or if you plan on uploading a large number of smaller sized models (for instance, hundreds of automated quants) totalling more than 1TB, you will need to subscribe to Team/Enterprise or ask us to grant more storage.
115115

116116
To do that, to ensure we can effectively support the open-source ecosystem, please send an email with details of your project to [email protected].
117117

0 commit comments

Comments
 (0)