Update index.html
Browse files- index.html +18 -18
index.html
CHANGED
@@ -273,7 +273,7 @@
|
|
273 |
<div class="metric-card">
|
274 |
<h4>Speed Comparison</h4>
|
275 |
<p>GPT-2 is faster at ~47 tok/sec compared to SnowflakeCore's ~22-23 tok/sec.</p>
|
276 |
-
</
|
277 |
</div>
|
278 |
</div>
|
279 |
|
@@ -281,22 +281,22 @@
|
|
281 |
<h2>Model Specifications</h2>
|
282 |
<div class="specs-grid">
|
283 |
<div class="spec-item snowflake">
|
284 |
-
<h4>SnowflakeCore
|
285 |
-
<p><strong>Parameters:</strong>
|
286 |
-
<p><strong>Size:</strong>
|
287 |
-
<p><strong>Speed:</strong>
|
288 |
</div>
|
289 |
<div class="spec-item snowflake">
|
290 |
-
<h4>SnowflakeCore
|
291 |
-
<p><strong>Parameters:</strong>
|
292 |
-
<p><strong>Size:</strong>
|
293 |
-
<p><strong>Speed:</strong>
|
294 |
</div>
|
295 |
<div class="spec-item gpt2">
|
296 |
<h4>GPT-2</h4>
|
297 |
-
<p><strong>Parameters:</strong>
|
298 |
-
<p><strong>Size:</strong>
|
299 |
-
<p><strong>Speed:</strong>
|
300 |
</div>
|
301 |
</div>
|
302 |
</div>
|
@@ -316,14 +316,14 @@
|
|
316 |
datasets: [
|
317 |
{
|
318 |
label: 'Bigram',
|
319 |
-
data: [0.
|
320 |
backgroundColor: 'rgba(139, 233, 253, 0.7)', /* Consistent light blue */
|
321 |
borderColor: 'rgba(139, 233, 253, 1)',
|
322 |
borderWidth: 1
|
323 |
},
|
324 |
{
|
325 |
label: 'Trigram',
|
326 |
-
data: [0.
|
327 |
backgroundColor: 'rgba(80, 250, 123, 0.7)', /* Consistent green */
|
328 |
borderColor: 'rgba(80, 250, 123, 1)',
|
329 |
borderWidth: 1
|
@@ -382,7 +382,7 @@
|
|
382 |
labels: ['GT-Tiny', 'GT-Tiny2', 'GPT-2'],
|
383 |
datasets: [{
|
384 |
label: 'Tokens per Second',
|
385 |
-
data: [22,
|
386 |
backgroundColor: 'rgba(139, 233, 253, 0.7)', /* Single color for all bars */
|
387 |
borderColor: 'rgba(139, 233, 253, 1)',
|
388 |
borderWidth: 1
|
@@ -437,14 +437,14 @@
|
|
437 |
datasets: [
|
438 |
{
|
439 |
label: 'Bigram',
|
440 |
-
data: [0.
|
441 |
backgroundColor: 'rgba(189, 147, 249, 0.7)', /* Consistent purple */
|
442 |
borderColor: 'rgba(189, 147, 249, 1)',
|
443 |
borderWidth: 1
|
444 |
},
|
445 |
{
|
446 |
label: 'Trigram',
|
447 |
-
data: [0.
|
448 |
backgroundColor: 'rgba(255, 85, 85, 0.7)', /* Consistent red */
|
449 |
borderColor: 'rgba(255, 85, 85, 1)',
|
450 |
borderWidth: 1
|
@@ -503,7 +503,7 @@
|
|
503 |
labels: ['GT-Tiny', 'GT-Tiny2', 'GPT-2'],
|
504 |
datasets: [{
|
505 |
label: 'Vocabulary Diversity Ratio',
|
506 |
-
data: [0.
|
507 |
backgroundColor: 'rgba(80, 250, 123, 0.7)', /* Single color for all bars */
|
508 |
borderColor: 'rgba(80, 250, 123, 1)',
|
509 |
borderWidth: 1
|
|
|
273 |
<div class="metric-card">
|
274 |
<h4>Speed Comparison</h4>
|
275 |
<p>GPT-2 is faster at ~47 tok/sec compared to SnowflakeCore's ~22-23 tok/sec.</p>
|
276 |
+
</div>
|
277 |
</div>
|
278 |
</div>
|
279 |
|
|
|
281 |
<h2>Model Specifications</h2>
|
282 |
<div class="specs-grid">
|
283 |
<div class="spec-item snowflake">
|
284 |
+
<h4>SnowflakeCore-G1-Tiny</h4>
|
285 |
+
<p><strong>Parameters:</strong> 355,871,744</p>
|
286 |
+
<p><strong>Size:</strong> 1357.54 MB</p>
|
287 |
+
<p><strong>Speed:</strong> 22.12 tok/sec</p>
|
288 |
</div>
|
289 |
<div class="spec-item snowflake">
|
290 |
+
<h4>SnowflakeCore-G1-Tiny2</h4>
|
291 |
+
<p><strong>Parameters:</strong> 355,871,744</p>
|
292 |
+
<p><strong>Size:</strong> 1357.54 MB</p>
|
293 |
+
<p><strong>Speed:</strong> 22.13 tok/sec</p>
|
294 |
</div>
|
295 |
<div class="spec-item gpt2">
|
296 |
<h4>GPT-2</h4>
|
297 |
+
<p><strong>Parameters:</strong> 124,439,808</p>
|
298 |
+
<p><strong>Size:</strong> 474.70 MB</p>
|
299 |
+
<p><strong>Speed:</strong> 47.73 tok/sec</p>
|
300 |
</div>
|
301 |
</div>
|
302 |
</div>
|
|
|
316 |
datasets: [
|
317 |
{
|
318 |
label: 'Bigram',
|
319 |
+
data: [0.6111, 0.7408, 0.6408], /* Updated data */
|
320 |
backgroundColor: 'rgba(139, 233, 253, 0.7)', /* Consistent light blue */
|
321 |
borderColor: 'rgba(139, 233, 253, 1)',
|
322 |
borderWidth: 1
|
323 |
},
|
324 |
{
|
325 |
label: 'Trigram',
|
326 |
+
data: [0.7421, 0.8834, 0.7946], /* Updated data */
|
327 |
backgroundColor: 'rgba(80, 250, 123, 0.7)', /* Consistent green */
|
328 |
borderColor: 'rgba(80, 250, 123, 1)',
|
329 |
borderWidth: 1
|
|
|
382 |
labels: ['GT-Tiny', 'GT-Tiny2', 'GPT-2'],
|
383 |
datasets: [{
|
384 |
label: 'Tokens per Second',
|
385 |
+
data: [22.12, 22.13, 47.73], /* Updated data */
|
386 |
backgroundColor: 'rgba(139, 233, 253, 0.7)', /* Single color for all bars */
|
387 |
borderColor: 'rgba(139, 233, 253, 1)',
|
388 |
borderWidth: 1
|
|
|
437 |
datasets: [
|
438 |
{
|
439 |
label: 'Bigram',
|
440 |
+
data: [0.3889, 0.2592, 0.3592], /* Updated data */
|
441 |
backgroundColor: 'rgba(189, 147, 249, 0.7)', /* Consistent purple */
|
442 |
borderColor: 'rgba(189, 147, 249, 1)',
|
443 |
borderWidth: 1
|
444 |
},
|
445 |
{
|
446 |
label: 'Trigram',
|
447 |
+
data: [0.2579, 0.1166, 0.2054], /* Updated data */
|
448 |
backgroundColor: 'rgba(255, 85, 85, 0.7)', /* Consistent red */
|
449 |
borderColor: 'rgba(255, 85, 85, 1)',
|
450 |
borderWidth: 1
|
|
|
503 |
labels: ['GT-Tiny', 'GT-Tiny2', 'GPT-2'],
|
504 |
datasets: [{
|
505 |
label: 'Vocabulary Diversity Ratio',
|
506 |
+
data: [0.2780, 0.3440, 0.2590], /* Updated data */
|
507 |
backgroundColor: 'rgba(80, 250, 123, 0.7)', /* Single color for all bars */
|
508 |
borderColor: 'rgba(80, 250, 123, 1)',
|
509 |
borderWidth: 1
|