mfromm commited on
Commit
c882c68
·
verified ·
1 Parent(s): 56deba6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -1
index.html CHANGED
@@ -105,6 +105,12 @@
105
  </a>
106
  </span>
107
  </div>
 
 
 
 
 
 
108
  </div>
109
  </div>
110
  </div>
@@ -185,7 +191,8 @@
185
  <div class="container content is-max-desktop">
186
  <h2 class="title is-3">📁 Available Artifacts</h2>
187
  <ul>
188
- <li><a href="https://huggingface.co/Soofi-Project" target="_blank">🤗 Soofi S 30B-A3B Base weights and selected intermediate checkpoints</a></li>
 
189
  <li><a href="https://github.com/soofi-project/Soofi-Pretraining" target="_blank">🛠️ Training code and reproducible data-construction scripts</a></li>
190
  <li><a href="https://github.com/ellamind/base-eval" target="_blank">🧪 Evaluation code (base-eval)</a> and <a href="https://github.com/ellamind/eval-hive" target="_blank">eval-hive</a>, incl. parallel English/German suites</li>
191
  <li><a href="https://api.wandb.ai/links/soofi-exchange/j11vi7rg" target="_blank">📈 Weights &amp; Biases dashboard of the full ~27T-token run</a></li>
 
105
  </a>
106
  </span>
107
  </div>
108
+
109
+ <div class="notification is-warning is-light" style="margin-top: 1em;">
110
+ <strong>Note:</strong> During the current beta phase, the model repositories are gated —
111
+ you need to accept the access conditions on Hugging Face before downloading.
112
+ Once the beta phase ends, the models will be freely available without access request.
113
+ </div>
114
  </div>
115
  </div>
116
  </div>
 
191
  <div class="container content is-max-desktop">
192
  <h2 class="title is-3">📁 Available Artifacts</h2>
193
  <ul>
194
+ <li><a href="https://huggingface.co/Soofi-Project" target="_blank">🤗 Soofi S 30B-A3B Base weights and selected intermediate checkpoints</a>
195
+ <em>(currently gated during the beta phase; freely available once the beta ends)</em></li>
196
  <li><a href="https://github.com/soofi-project/Soofi-Pretraining" target="_blank">🛠️ Training code and reproducible data-construction scripts</a></li>
197
  <li><a href="https://github.com/ellamind/base-eval" target="_blank">🧪 Evaluation code (base-eval)</a> and <a href="https://github.com/ellamind/eval-hive" target="_blank">eval-hive</a>, incl. parallel English/German suites</li>
198
  <li><a href="https://api.wandb.ai/links/soofi-exchange/j11vi7rg" target="_blank">📈 Weights &amp; Biases dashboard of the full ~27T-token run</a></li>