spuuntries commited on
Commit
521a01e
·
1 Parent(s): 4896b48

docs: tidy up metrics

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -168,7 +168,7 @@ tags:
168
  .fo-row .fo-v:only-child { grid-column: 1 / -1; }
169
 
170
  /* ── Metric cards ── */
171
- .fo-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
172
  .fo-metric {
173
  background: var(--card); border: 1px solid var(--edge);
174
  border-radius: 8px; padding: 16px 10px 14px;
@@ -437,10 +437,6 @@ tags:
437
  <div class="fo-mval">77.3</div>
438
  <div class="fo-mlbl">BERTScore F1</div>
439
  </div>
440
- <div class="fo-metric">
441
- <div class="fo-mval">31.6</div>
442
- <div class="fo-mlbl">ROUGE-L F1</div>
443
- </div>
444
  </div>
445
 
446
  <h3 class="fo-sub">Text-Only Task</h3>
@@ -457,10 +453,6 @@ tags:
457
  <div class="fo-mval">77.6</div>
458
  <div class="fo-mlbl">BERTScore F1</div>
459
  </div>
460
- <div class="fo-metric">
461
- <div class="fo-mval">31.5</div>
462
- <div class="fo-mlbl">ROUGE-L F1</div>
463
- </div>
464
  </div>
465
 
466
  <details>
@@ -471,12 +463,14 @@ tags:
471
  <thead>
472
  <tr>
473
  <th>Model</th>
474
- <th>Multimodal Acc</th>
475
- <th>Multimodal F1w</th>
476
- <th>Multimodal BERT</th>
 
477
  <th>Text Acc</th>
478
  <th>Text F1w</th>
479
  <th>Text BERT</th>
 
480
  </tr>
481
  </thead>
482
  <tbody>
@@ -485,27 +479,33 @@ tags:
485
  <td class="fo-cmp-warm">92.5</td>
486
  <td class="fo-cmp-warm">92.3</td>
487
  <td class="fo-cmp-warm">80.0</td>
 
488
  <td class="fo-cmp-dim">77.5</td>
489
  <td class="fo-cmp-dim">70.8</td>
490
  <td class="fo-cmp-dim">73.1</td>
 
491
  </tr>
492
  <tr>
493
  <td>Text Adapter</td>
494
  <td class="fo-cmp-dim">1.5</td>
495
  <td class="fo-cmp-dim">2.8</td>
496
  <td class="fo-cmp-dim">69.6</td>
 
497
  <td class="fo-cmp-warm">84.0</td>
498
  <td class="fo-cmp-warm">89.0</td>
499
  <td class="fo-cmp-warm">80.7</td>
 
500
  </tr>
501
  <tr class="fo-cmp-row-merge">
502
  <td><strong>SLERP Merge</strong></td>
503
  <td class="fo-cmp-sage">88.5</td>
504
  <td class="fo-cmp-sage">89.4</td>
505
  <td class="fo-cmp-sage">77.3</td>
 
506
  <td class="fo-cmp-sage">91.0</td>
507
  <td class="fo-cmp-sage">92.9</td>
508
  <td class="fo-cmp-sage">77.6</td>
 
509
  </tr>
510
  </tbody>
511
  </table>
 
168
  .fo-row .fo-v:only-child { grid-column: 1 / -1; }
169
 
170
  /* ── Metric cards ── */
171
+ .fo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
172
  .fo-metric {
173
  background: var(--card); border: 1px solid var(--edge);
174
  border-radius: 8px; padding: 16px 10px 14px;
 
437
  <div class="fo-mval">77.3</div>
438
  <div class="fo-mlbl">BERTScore F1</div>
439
  </div>
 
 
 
 
440
  </div>
441
 
442
  <h3 class="fo-sub">Text-Only Task</h3>
 
453
  <div class="fo-mval">77.6</div>
454
  <div class="fo-mlbl">BERTScore F1</div>
455
  </div>
 
 
 
 
456
  </div>
457
 
458
  <details>
 
463
  <thead>
464
  <tr>
465
  <th>Model</th>
466
+ <th>MM Acc</th>
467
+ <th>MM F1w</th>
468
+ <th>MM BERT</th>
469
+ <th>MM ROUGE</th>
470
  <th>Text Acc</th>
471
  <th>Text F1w</th>
472
  <th>Text BERT</th>
473
+ <th>Text ROUGE</th>
474
  </tr>
475
  </thead>
476
  <tbody>
 
479
  <td class="fo-cmp-warm">92.5</td>
480
  <td class="fo-cmp-warm">92.3</td>
481
  <td class="fo-cmp-warm">80.0</td>
482
+ <td class="fo-cmp-warm">38.7</td>
483
  <td class="fo-cmp-dim">77.5</td>
484
  <td class="fo-cmp-dim">70.8</td>
485
  <td class="fo-cmp-dim">73.1</td>
486
+ <td class="fo-cmp-dim">19.0</td>
487
  </tr>
488
  <tr>
489
  <td>Text Adapter</td>
490
  <td class="fo-cmp-dim">1.5</td>
491
  <td class="fo-cmp-dim">2.8</td>
492
  <td class="fo-cmp-dim">69.6</td>
493
+ <td class="fo-cmp-dim">16.2</td>
494
  <td class="fo-cmp-warm">84.0</td>
495
  <td class="fo-cmp-warm">89.0</td>
496
  <td class="fo-cmp-warm">80.7</td>
497
+ <td class="fo-cmp-warm">41.6</td>
498
  </tr>
499
  <tr class="fo-cmp-row-merge">
500
  <td><strong>SLERP Merge</strong></td>
501
  <td class="fo-cmp-sage">88.5</td>
502
  <td class="fo-cmp-sage">89.4</td>
503
  <td class="fo-cmp-sage">77.3</td>
504
+ <td class="fo-cmp-sage">31.6</td>
505
  <td class="fo-cmp-sage">91.0</td>
506
  <td class="fo-cmp-sage">92.9</td>
507
  <td class="fo-cmp-sage">77.6</td>
508
+ <td class="fo-cmp-sage">31.5</td>
509
  </tr>
510
  </tbody>
511
  </table>