jeffboudier HF Staff commited on
Commit
52a346c
·
1 Parent(s): 7630ce9

built changes

Browse files
dist/fragments/enterprisebanner.html CHANGED
@@ -1,5 +1,7 @@
1
- <div style="height: 200px; width: 100%; overflow: hidden; background: linear-gradient(270deg, red, orange, yellow, green, blue, indigo, violet); background-size: 1400% 1400%; animation: rainbow 10s ease infinite;">
2
-
 
 
3
  </div>
4
 
5
- <style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}</style>
 
1
+ <div style="position: relative; height: 120px; width: 100%; overflow: hidden; background: linear-gradient(270deg, #FFEBEE, #FFF3E0, #FFFDE7, #E8F5E9, #E3F2FD, #F3E5F5); background-size: 1400% 1400%; animation: rainbow 10s ease infinite;">
2
+ <div id=banner-text style="position: absolute; white-space: nowrap; font-size: 24px; font-weight: bold; color: black; animation: text-pan 10s linear infinite;">
3
+ Collaboration
4
+ </div>
5
  </div>
6
 
7
+ <style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes text-pan{0%{left:-100%}16.66%{left:100%}16.67%{content:"Compute";left:-100%}33.33%{left:100%}33.34%{content:"Security";left:-100%}50%{left:100%}50.01%{content:"Governance";left:-100%}66.66%{left:100%}66.67%{content:"Compliance";left:-100%}83.33%{left:100%}83.34%{content:"Support";left:-100%}to{left:100%}}</style><script>let bannerText=document.getElementById("banner-text"),textSequence=["Collaboration","Compute","Security","Governance","Compliance","Support"],currentIndex=0;setInterval(()=>{bannerText.textContent=textSequence[currentIndex],currentIndex=(currentIndex+1)%textSequence.length},1666)</script>
dist/index.html CHANGED
@@ -10,6 +10,11 @@
10
  <base target="_blank">
11
  <title>Enterprise Hub - Why you need it, how to get it</title>
12
  <link rel="stylesheet" href="style.css">
 
 
 
 
 
13
  </head>
14
 
15
  <body>
@@ -37,11 +42,13 @@
37
  <h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
38
  <div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
39
  <div style="display: flex; justify-content: center; position: relative;">
40
- <div style="height: 200px; width: 100%; overflow: hidden; background: linear-gradient(270deg, red, orange, yellow, green, blue, indigo, violet); background-size: 1400% 1400%; animation: rainbow 10s ease infinite;">
41
-
 
 
42
  </div>
43
 
44
- <style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}</style>
45
  </div>
46
  <!--<p style="text-align: cekter; font-style: italic; margin-top: 10px; max-width: 900px; margin-left: auto; margin-right: auto;">banner subtitle</p>-->
47
 
@@ -52,7 +59,7 @@
52
  <d-contents>
53
  </d-contents>
54
 
55
- <p>Welcome! <br/>In this article, you will learn all about the Enterprise features of Hugging Face, and how to get them.</p>
56
 
57
  <aside>Reading time: 10-15 minutes.</aside>
58
 
@@ -71,64 +78,66 @@
71
  <table>
72
  <thead>
73
  <tr>
74
- <th></th>
75
- <th><strong>Free Organizations</strong></th>
76
- <th><strong>Enterprise Hub</strong></th>
77
- <th><strong>Enterprise Plus</strong></th>
78
  </tr>
79
  </thead>
80
  <tbody>
81
- <tr>
82
- <td>Collaboration</td>
83
- <td>DIY Admin</td>
84
- <td>Resource Groups<br/>
85
  Private Datasets Viewer<br/>
86
  Download Analytics<br/>
87
  Extended Private Storage</td>
88
- <td>Resource Groups<br/>
89
  Private Datasets Viewer<br/>
90
  Download Analytics<br/>
91
  Extended Private Storage</td>
92
  </tr>
93
- <tr>
94
- <td>Compute</td>
95
- <td></td>
96
- <td>Inference Providers<br/>
97
  Inference Endpoints GPU Quotas<br/>
98
- Spaces ZeroGPU, Dev Mode</td>
99
- <td>Inference Providers<br/>
 
100
  Inference Endpoints GPU Quotas<br/>
101
- Spaces ZeroGPU, Dev Mode</td>
 
102
  </tr>
103
- <tr>
104
- <td>Security</td>
105
- <td></td>
106
- <td>Standard SSO<br/>
107
  2 Factor Authentification<br/>
108
  Access Token Management</td>
109
- <td><strong>Advanced SSO</strong><br/>
110
  2 Factor Authentification<br/>
111
  Access Token Management</td>
112
  </tr>
113
- <tr>
114
- <td>Governance</td>
115
- <td></td>
116
- <td>Audit Logs</td>
117
- <td>Audit Logs<br/>
118
  <strong>HF Model Gateway (preview)</strong></td>
119
  </tr>
120
- <tr>
121
- <td>Compliance</td>
122
- <td></td>
123
- <td>Storage Regions</td>
124
- <td>Storage Regions</br/>
125
  <strong>Network Security</strong></td>
126
  </tr>
127
- <tr>
128
- <td>Support</td>
129
- <td>Community Support (Forum)</td>
130
- <td>Email Support</td>
131
- <td><strong>Direct Expert Support (Slack)</strong></td>
132
  </tr>
133
  </tbody>
134
  </table>
@@ -140,7 +149,7 @@
140
 
141
  <h2>Why upgrade to an Enterprise organization</h2>
142
 
143
- <h3>Advanced Collaboration</h3>
144
 
145
  <p>Enterprise Hub and Enterprise Plus organizations allow their members to privately host and share unlimited models, datasets and Spaces repositories. Members of Enterprise organizations benefit from <strong>higher rate limits</strong> accessing all Hugging Face services from the Hub and the Hugging Face open source libraries.</p>
146
 
@@ -157,7 +166,7 @@
157
  <aside>Learn more about <a href="https://huggingface.co/docs/hub/en/enterprise-hub-analytics">Download Analytics</a>.<br/><br/>
158
  Learn more about <a href="https://huggingface.co/docs/hub/en/enterprise-hub-gating-group-collections">Gating Group Collections</a>.</aside>
159
 
160
- <h3>Advanced Compute</h3>
161
 
162
  <p>When upgrading their organization to Enterprise, companies provide their employees with powerful compute options to build and host AI applications.</p>
163
 
@@ -176,7 +185,7 @@
176
  </ul>
177
  </p>
178
 
179
- <h3>Advanced Security</h3>
180
 
181
  <p>Free organizations are designed for minimum friction adding collaborators, students, professionals to foster transparent collaboration. For companies that require security processes, Enterprise organizations offer many features to enforce security rules and make sure appropriate access controls and rules are in place.</p>
182
 
@@ -206,7 +215,7 @@
206
  </ul>
207
  </p>
208
 
209
- <h3>Advanced Governance and Compliance</h3>
210
 
211
  <p>Enterprises need traceability and auditability of their confidential information. Enterprise organization admins on Hugging Face have access to <strong>Audit Logs</strong> to inspect and retrieve all changes made to their organization, such as new users, access tokens or repositories, changes to resource groups, access controls and more. Each log entry includes information about the user, their location, the action, change and time. Lots can be easily downloaded as JSON files for analysis.</p>
212
  <aside>Learn more about <a href="https://huggingface.co/docs/hub/audit-logs">Audit Logs</a>.</aside>
@@ -232,7 +241,7 @@
232
  </ul>
233
  <p>Model Gateway is a new feature currently in preview for select Enterprise Plus organizations.</p>
234
 
235
- <h3>Advanced Support</h3>
236
 
237
  <p>Enterprise Hub organization members enjoy priority support covering their usage of Hugging Face via email requests.</p>
238
  <p>Enterprise Plus organization members enjoy direct expert support from the Hugging Face team via a dedicated, private Slack channel hosted by Hugging Face.</p>
@@ -251,7 +260,7 @@
251
  <p>Enterprise organizations can purchase <strong>Compute Credits</strong> toward usage of premium features by their members, such as Inference Providers, Inference Endpoints and Spaces premium hardware. Compute Credits can be purchased upon request via an Order Form, are applied to the organization upon payment, and are valid for one year. Compute Credits purchases of $200k or higher qualify for volume discounts.</p>
252
  <aside>See <a href="https://huggingface.co/pricing">pricing</a> for Hub premium usage-based features</aside>
253
 
254
- <p>To contact the Hugging Face sales team, please email <a href=mailto:enterprise-contracts@huggingface.co>enterprise-contracts@huggingface.co</a></p>
255
 
256
  <h3>Contracting</h3>
257
 
@@ -266,10 +275,10 @@
266
  Enterprise Hub features can be tested for as little as $20 with a credit card, and we do not offer free trials.</p>
267
 
268
  <p><strong><i>How do I follow my internal new vendor onboarding processes?</i></strong><br/>
269
- Any vendor, security or legal review process requires to purchase Enterprise Hub or Enterprise Plus via a contract. Our team will be happy to follow your new vendor onboarding process requirements at <a href=mailto:enterprise-contracts@huggingface.co>enterprise-contracts@huggingface.co</a></p>
270
 
271
  <p><strong><i>How do I set up a security review of Hugging Face prior to purchase?</i></strong><br/>
272
- Security reviews are only possible when purchasing Enterprise Hub or Enterprise Plus via a contract. Please contact our team at <a href=mailto:enterprise-contracts@huggingface.co>enterprise-contracts@huggingface.co</a>, upon signing a unilateral NDA, Hugging Face will share our SOC2 Type2 report detailing all the information required in security reviews. Our security team can accommodate custom security questionnaires for contract values above $120k.</p>
273
 
274
  <p><strong><i>Can the standard contract terms be modified after my legal team reviews them?</i></strong><br/>
275
  We only allow legal review for contract values above $120k, the Hugging Face legal team can review change requests to be added to the Order Form, which includes all contract legal terms. </p>
 
10
  <base target="_blank">
11
  <title>Enterprise Hub - Why you need it, how to get it</title>
12
  <link rel="stylesheet" href="style.css">
13
+ <style>
14
+ html {
15
+ scroll-behavior: smooth;
16
+ }
17
+ </style>
18
  </head>
19
 
20
  <body>
 
42
  <h1 class="l-page" style="text-align: center;">Enterprise Hub:<br>Why you need it, how to get it</h1>
43
  <div id="title-plot" class="main-plot-container l-screen" style="overflow-x: hidden; width: 100%; text-align: center;">
44
  <div style="display: flex; justify-content: center; position: relative;">
45
+ <div style="position: relative; height: 120px; width: 100%; overflow: hidden; background: linear-gradient(270deg, #FFEBEE, #FFF3E0, #FFFDE7, #E8F5E9, #E3F2FD, #F3E5F5); background-size: 1400% 1400%; animation: rainbow 10s ease infinite;">
46
+ <div id=banner-text style="position: absolute; white-space: nowrap; font-size: 24px; font-weight: bold; color: black; animation: text-pan 10s linear infinite;">
47
+ Collaboration
48
+ </div>
49
  </div>
50
 
51
+ <style>@keyframes rainbow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes text-pan{0%{left:-100%}16.66%{left:100%}16.67%{content:"Compute";left:-100%}33.33%{left:100%}33.34%{content:"Security";left:-100%}50%{left:100%}50.01%{content:"Governance";left:-100%}66.66%{left:100%}66.67%{content:"Compliance";left:-100%}83.33%{left:100%}83.34%{content:"Support";left:-100%}to{left:100%}}</style><script>let bannerText=document.getElementById("banner-text"),textSequence=["Collaboration","Compute","Security","Governance","Compliance","Support"],currentIndex=0;setInterval(()=>{bannerText.textContent=textSequence[currentIndex],currentIndex=(currentIndex+1)%textSequence.length},1666)</script>
52
  </div>
53
  <!--<p style="text-align: cekter; font-style: italic; margin-top: 10px; max-width: 900px; margin-left: auto; margin-right: auto;">banner subtitle</p>-->
54
 
 
59
  <d-contents>
60
  </d-contents>
61
 
62
+ <p>In this article, you will learn all about the Enterprise features of Hugging Face, and how to get them.</p>
63
 
64
  <aside>Reading time: 10-15 minutes.</aside>
65
 
 
78
  <table>
79
  <thead>
80
  <tr>
81
+ <th style="vertical-align: top;"></th>
82
+ <th style="vertical-align: top;"><strong>Free Orgs</strong></th>
83
+ <th style="vertical-align: top;"><strong>Enterprise Hub</strong></th>
84
+ <th style="vertical-align: top;"><strong>Enterprise Plus</strong></th>
85
  </tr>
86
  </thead>
87
  <tbody>
88
+ <tr style="background-color: #FFEBEE;"> <!-- Light pastel red -->
89
+ <td style="vertical-align: top;"><strong><a href="#advanced_collaboration">Collaboration</a></strong></td>
90
+ <td style="vertical-align: top;">DIY Admin</td>
91
+ <td style="vertical-align: top;">Resource Groups<br/>
92
  Private Datasets Viewer<br/>
93
  Download Analytics<br/>
94
  Extended Private Storage</td>
95
+ <td style="vertical-align: top;">Resource Groups<br/>
96
  Private Datasets Viewer<br/>
97
  Download Analytics<br/>
98
  Extended Private Storage</td>
99
  </tr>
100
+ <tr style="background-color: #FFF3E0;"> <!-- Light pastel orange -->
101
+ <td style="vertical-align: top;"><strong><a href="#advanced_compute">Compute</a></strong></td>
102
+ <td style="vertical-align: top;"></td>
103
+ <td style="vertical-align: top;">Inference Providers<br/>
104
  Inference Endpoints GPU Quotas<br/>
105
+ Spaces ZeroGPU<br/>
106
+ Spaces Dev Mode</td>
107
+ <td style="vertical-align: top;">Inference Providers<br/>
108
  Inference Endpoints GPU Quotas<br/>
109
+ Spaces ZeroGPU<br/>
110
+ Spaces Dev Mode</td>
111
  </tr>
112
+ <tr style="background-color: #FFFDE7;"> <!-- Light pastel yellow -->
113
+ <td style="vertical-align: top;"><strong><a href="#advanced_security">Security</a></strong></td>
114
+ <td style="vertical-align: top;"></td>
115
+ <td style="vertical-align: top;">Standard SSO<br/>
116
  2 Factor Authentification<br/>
117
  Access Token Management</td>
118
+ <td style="vertical-align: top;"><strong>Advanced SSO</strong><br/>
119
  2 Factor Authentification<br/>
120
  Access Token Management</td>
121
  </tr>
122
+ <tr style="background-color: #E8F5E9;"> <!-- Light pastel green -->
123
+ <td style="vertical-align: top;"><strong><a href="#advanced_governance_and_compliance">Governance</a></strong></td>
124
+ <td style="vertical-align: top;"></td>
125
+ <td style="vertical-align: top;">Audit Logs</td>
126
+ <td style="vertical-align: top;">Audit Logs<br/>
127
  <strong>HF Model Gateway (preview)</strong></td>
128
  </tr>
129
+ <tr style="background-color: #E3F2FD;"> <!-- Light pastel blue -->
130
+ <td style="vertical-align: top;"><strong><a href="#advanced_governance_and_compliance">Compliance</a></strong></td>
131
+ <td style="vertical-align: top;"></td>
132
+ <td style="vertical-align: top;">Storage Regions</td>
133
+ <td style="vertical-align: top;">Storage Regions</br/>
134
  <strong>Network Security</strong></td>
135
  </tr>
136
+ <tr style="background-color: #F3E5F5;"> <!-- Light pastel purple -->
137
+ <td style="vertical-align: top;"><strong><a href="#advanced_support">Support</a></strong></td>
138
+ <td style="vertical-align: top;">Forum</td>
139
+ <td style="vertical-align: top;">Email </td>
140
+ <td style="vertical-align: top;"><strong>Slack</strong></td>
141
  </tr>
142
  </tbody>
143
  </table>
 
149
 
150
  <h2>Why upgrade to an Enterprise organization</h2>
151
 
152
+ <h3 style="background-color: #FFEBEE;">Advanced Collaboration</h3>
153
 
154
  <p>Enterprise Hub and Enterprise Plus organizations allow their members to privately host and share unlimited models, datasets and Spaces repositories. Members of Enterprise organizations benefit from <strong>higher rate limits</strong> accessing all Hugging Face services from the Hub and the Hugging Face open source libraries.</p>
155
 
 
166
  <aside>Learn more about <a href="https://huggingface.co/docs/hub/en/enterprise-hub-analytics">Download Analytics</a>.<br/><br/>
167
  Learn more about <a href="https://huggingface.co/docs/hub/en/enterprise-hub-gating-group-collections">Gating Group Collections</a>.</aside>
168
 
169
+ <h3 style="background-color: #FFF3E0;">Advanced Compute</h3>
170
 
171
  <p>When upgrading their organization to Enterprise, companies provide their employees with powerful compute options to build and host AI applications.</p>
172
 
 
185
  </ul>
186
  </p>
187
 
188
+ <h3 style="background-color: #FFFDE7;">Advanced Security</h3>
189
 
190
  <p>Free organizations are designed for minimum friction adding collaborators, students, professionals to foster transparent collaboration. For companies that require security processes, Enterprise organizations offer many features to enforce security rules and make sure appropriate access controls and rules are in place.</p>
191
 
 
215
  </ul>
216
  </p>
217
 
218
+ <h3 style="background-color: #E8F5E9;">Advanced Governance and Compliance</h3>
219
 
220
  <p>Enterprises need traceability and auditability of their confidential information. Enterprise organization admins on Hugging Face have access to <strong>Audit Logs</strong> to inspect and retrieve all changes made to their organization, such as new users, access tokens or repositories, changes to resource groups, access controls and more. Each log entry includes information about the user, their location, the action, change and time. Lots can be easily downloaded as JSON files for analysis.</p>
221
  <aside>Learn more about <a href="https://huggingface.co/docs/hub/audit-logs">Audit Logs</a>.</aside>
 
241
  </ul>
242
  <p>Model Gateway is a new feature currently in preview for select Enterprise Plus organizations.</p>
243
 
244
+ <h3 style="background-color: #F3E5F5;">Advanced Support</h3>
245
 
246
  <p>Enterprise Hub organization members enjoy priority support covering their usage of Hugging Face via email requests.</p>
247
  <p>Enterprise Plus organization members enjoy direct expert support from the Hugging Face team via a dedicated, private Slack channel hosted by Hugging Face.</p>
 
260
  <p>Enterprise organizations can purchase <strong>Compute Credits</strong> toward usage of premium features by their members, such as Inference Providers, Inference Endpoints and Spaces premium hardware. Compute Credits can be purchased upon request via an Order Form, are applied to the organization upon payment, and are valid for one year. Compute Credits purchases of $200k or higher qualify for volume discounts.</p>
261
  <aside>See <a href="https://huggingface.co/pricing">pricing</a> for Hub premium usage-based features</aside>
262
 
263
+ <p>To contact the Hugging Face sales team, please email <a href=mailto:enterprise-contract@huggingface.co>enterprise-contract@huggingface.co</a></p>
264
 
265
  <h3>Contracting</h3>
266
 
 
275
  Enterprise Hub features can be tested for as little as $20 with a credit card, and we do not offer free trials.</p>
276
 
277
  <p><strong><i>How do I follow my internal new vendor onboarding processes?</i></strong><br/>
278
+ Any vendor, security or legal review process requires to purchase Enterprise Hub or Enterprise Plus via a contract. Our team will be happy to follow your new vendor onboarding process requirements at <a href=mailto:enterprise-contract@huggingface.co>enterprise-contract@huggingface.co</a></p>
279
 
280
  <p><strong><i>How do I set up a security review of Hugging Face prior to purchase?</i></strong><br/>
281
+ Security reviews are only possible when purchasing Enterprise Hub or Enterprise Plus via a contract. Please contact our team at <a href=mailto:enterprise-contract@huggingface.co>enterprise-contract@huggingface.co</a>, upon signing a unilateral NDA, Hugging Face will share our SOC2 Type2 report detailing all the information required in security reviews. Our security team can accommodate custom security questionnaires for contract values above $120k.</p>
282
 
283
  <p><strong><i>Can the standard contract terms be modified after my legal team reviews them?</i></strong><br/>
284
  We only allow legal review for contract values above $120k, the Hugging Face legal team can review change requests to be added to the Order Form, which includes all contract legal terms. </p>