UlrickBL commited on
Commit
b8fdafb
·
verified ·
1 Parent(s): c18d310

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -300,7 +300,7 @@
300
 
301
  <div class="output" id="output">
302
  <h1>Transformer total number of parameters Calculator</h1>
303
- <h3>Enter model hyperparameters in the console and press calculate (MOE mode incoming ...)</h3>
304
  </div>
305
 
306
  </body>
 
300
 
301
  <div class="output" id="output">
302
  <h1>Transformer total number of parameters Calculator</h1>
303
+ <h3>Enter model hyperparameters in the console and press calculate (curently working for classic transformer/LLM architecture with GQA and GLU - MOE mode incoming ...)</h3>
304
  </div>
305
 
306
  </body>