Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -268,7 +268,7 @@
|
|
268 |
</div>
|
269 |
<div class="metric-card winner">
|
270 |
<h4>Enhanced Vocabulary Usage</h4>
|
271 |
-
<p>
|
272 |
</div>
|
273 |
<div class="metric-card">
|
274 |
<h4>Speed Comparison</h4>
|
@@ -312,7 +312,7 @@
|
|
312 |
new Chart(ngramCtx, {
|
313 |
type: 'bar',
|
314 |
data: {
|
315 |
-
labels: ['
|
316 |
datasets: [
|
317 |
{
|
318 |
label: 'Bigram',
|
@@ -379,7 +379,7 @@
|
|
379 |
new Chart(speedCtx, {
|
380 |
type: 'bar',
|
381 |
data: {
|
382 |
-
labels: ['
|
383 |
datasets: [{
|
384 |
label: 'Tokens per Second',
|
385 |
data: [22.12, 22.13, 47.73], /* Updated data */
|
@@ -433,7 +433,7 @@
|
|
433 |
new Chart(repetitionCtx, {
|
434 |
type: 'bar',
|
435 |
data: {
|
436 |
-
labels: ['
|
437 |
datasets: [
|
438 |
{
|
439 |
label: 'Bigram',
|
@@ -500,7 +500,7 @@
|
|
500 |
new Chart(vocabCtx, {
|
501 |
type: 'bar',
|
502 |
data: {
|
503 |
-
labels: ['
|
504 |
datasets: [{
|
505 |
label: 'Vocabulary Diversity Ratio',
|
506 |
data: [0.2780, 0.3440, 0.2590], /* Updated data */
|
|
|
268 |
</div>
|
269 |
<div class="metric-card winner">
|
270 |
<h4>Enhanced Vocabulary Usage</h4>
|
271 |
+
<p>G1-Tiny2 achieves the highest vocabulary diversity ratio.</p>
|
272 |
</div>
|
273 |
<div class="metric-card">
|
274 |
<h4>Speed Comparison</h4>
|
|
|
312 |
new Chart(ngramCtx, {
|
313 |
type: 'bar',
|
314 |
data: {
|
315 |
+
labels: ['G1-Tiny', 'G1-Tiny2', 'GPT-2'],
|
316 |
datasets: [
|
317 |
{
|
318 |
label: 'Bigram',
|
|
|
379 |
new Chart(speedCtx, {
|
380 |
type: 'bar',
|
381 |
data: {
|
382 |
+
labels: ['G1-Tiny', 'G1-Tiny2', 'GPT-2'],
|
383 |
datasets: [{
|
384 |
label: 'Tokens per Second',
|
385 |
data: [22.12, 22.13, 47.73], /* Updated data */
|
|
|
433 |
new Chart(repetitionCtx, {
|
434 |
type: 'bar',
|
435 |
data: {
|
436 |
+
labels: ['G1-Tiny', 'G1-Tiny2', 'GPT-2'],
|
437 |
datasets: [
|
438 |
{
|
439 |
label: 'Bigram',
|
|
|
500 |
new Chart(vocabCtx, {
|
501 |
type: 'bar',
|
502 |
data: {
|
503 |
+
labels: ['G1-Tiny', 'G1-Tiny2', 'GPT-2'],
|
504 |
datasets: [{
|
505 |
label: 'Vocabulary Diversity Ratio',
|
506 |
data: [0.2780, 0.3440, 0.2590], /* Updated data */
|