Paar, F. (Ferdinand) commited on
Commit
4e93d08
·
1 Parent(s): c8ab699

limit textarea to 200 chars and adjust thumbnail sizing2

Browse files
Files changed (1) hide show
  1. frontend/index.html +3 -2
frontend/index.html CHANGED
@@ -71,7 +71,7 @@
71
  a rich and nuanced understanding of the language. Despite the critical role that these attention mechanisms play,
72
  it's interesting to note that only about one third of all the weights in a large language model are actually in the
73
  attention blocks. So while the famous slogan "attention is all you need" highlights the importance of these connections,
74
- in terms of sheer weight, it's only one third of what you really need!
75
  </p>
76
  </section>
77
 
@@ -170,7 +170,7 @@
170
 
171
  const gridContainer = document.createElement("div");
172
  gridContainer.style.display = "grid";
173
- gridContainer.style.gridTemplateColumns = "repeat(12, 120px)";
174
  gridContainer.style.gridGap = "10px";
175
  gridContainer.style.padding = "20px";
176
 
@@ -396,5 +396,6 @@
396
  <div class="credits-container">
397
  Created by Samu and Ferdi - Credits to <a href="https://github.com/jessevig/bertviz" target="_blank">BertViz</a>
398
  </div>
 
399
  </body>
400
  </html>
 
71
  a rich and nuanced understanding of the language. Despite the critical role that these attention mechanisms play,
72
  it's interesting to note that only about one third of all the weights in a large language model are actually in the
73
  attention blocks. So while the famous slogan "attention is all you need" highlights the importance of these connections,
74
+ in terms of sheer weight, it's only one third of what you really need!1.0
75
  </p>
76
  </section>
77
 
 
170
 
171
  const gridContainer = document.createElement("div");
172
  gridContainer.style.display = "grid";
173
+ gridContainer.style.gridTemplateColumns = "repeat(12, 80px)";
174
  gridContainer.style.gridGap = "10px";
175
  gridContainer.style.padding = "20px";
176
 
 
396
  <div class="credits-container">
397
  Created by Samu and Ferdi - Credits to <a href="https://github.com/jessevig/bertviz" target="_blank">BertViz</a>
398
  </div>
399
+ <script src="static/script.js?v=2025001fe143433"></script>
400
  </body>
401
  </html>