You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/collections.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Collections have many use cases:
11
11
- Showcase and share a complete project with its paper(s), dataset(s), model(s) and Space(s).
12
12
- Bookmark things you find on the Hub in categories.
13
13
- Have a dedicated page of curated things to share with others.
14
+
- Gate a group of models/datasets (Enterprise only)
14
15
15
16
This is just a list of possible uses, but remember that collections are just a way of grouping things, so use them in the way that best fits your use case.
16
17
@@ -54,6 +55,14 @@ Use the **history feature** to keep track of who has edited the collection.
54
55
55
56
Set your collection to **private** if you don't want it to be accessible via its URL (it will not be displayed on your profile/organization page). For organizations, private collections are only available to members of the organization.
56
57
58
+
### Gating Group Collection (Enterprise only)
59
+
60
+
For [Enterprise](https://huggingface.co/docs/hub/en/enterprise-hub) subscribers, you can gate all the repos in a collection, enabling **access requests** for all models and datasets in it.
61
+
62
+
This feature allows you to restrict access to specific collections: users must agree to share their contact information (username and email address) with the organization to access the models and datasets files when enabled.
63
+
64
+
Please note that this feature is only available to Enterprise subscribers: more information about Gating Group Collection can be found in [our doc](https://huggingface.co/docs/hub/en/enterprise-hub-gating-group-collections).
65
+
57
66
### Ordering your collections and their items
58
67
59
68
You can use the drag and drop handles in the collections list (on the left side of your collections page) to change the order of your collections (1). The first two collections will be directly visible on your profile/organization pages.
@@ -85,7 +94,6 @@ To start adding images to your collection, you can click on the image icon in th
85
94
86
95
Then, add images by dragging and dropping images from your computer. You can also click on the gray zone to select image files from your computer's file system.
87
96
88
-
89
97

90
98
91
99
You can re-order images by drag-and-dropping them. Clicking on an image will open it in full-screen mode.
### Manage gated datasets as an organization (Enterprise)
129
+
130
+
For [Enterprise](https://huggingface.co/docs/hub/en/enterprise-hub) subscribers, you can gate all the repos in a Gating Group collection, enabling **access requests** for all datasets (and/or models) in it.
131
+
132
+
More information about Gating Group collections can be found in [our doc](https://huggingface.co/docs/hub/en/enterprise-hub-gating-group-collections).
-[Gating Group Collections](./enterprise-hub-gating-group-collections)
26
27
27
28
Finally, Enterprise Hub includes 1TB of [private repository storage](./storage-limits) per seat in the subscription, i.e. if your organization has 40 members, then you have 40TB included storage for your private models and datasets.
Copy file name to clipboardExpand all lines: docs/hub/models-gated.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,12 @@ Possible use cases of programmatic management include:
139
139
- Here's an [example repo](https://huggingface.co/Trelis/openchat_3.5-function-calling-v3) from TrelisResearch that uses this use case.
140
140
-[@RonanMcGovern](https://huggingface.co/RonanMcGovern) has posted a [video about the flow](https://www.youtube.com/watch?v=2OT2SI5auQU) and tips on how to implement it.
141
141
142
+
### Manage gated models as an organization (Enterprise)
143
+
144
+
For [Enterprise](https://huggingface.co/docs/hub/en/enterprise-hub) subscribers, you can gate all the repos in a Gating Group collection, enabling **access requests** for all models (and/or datasets) in it.
145
+
146
+
More information about Gating Group collections can be found in [our doc](https://huggingface.co/docs/hub/en/enterprise-hub-gating-group-collections).
0 commit comments