Pacific-i64 commited on
Commit
07ed192
路
verified 路
1 Parent(s): f7446bb

Clarify source versus SFT measurements

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -500,7 +500,7 @@
500
  <div class="tr-run-head">
501
  <div>
502
  <strong>Recorded training diagnostics</strong>
503
- <div class="text-small text-muted">Initial and final scheduled evaluations 路 NLL, lower is better</div>
504
  </div>
505
  </div>
506
  <div class="tr-result-chart" role="img" aria-label="Held-out SFT NLL decreased from 1.7628 to 1.2209. PIQA normalized accuracy increased from 68.39 percent at the refinement source to 69.31 percent at selected SFT epoch 2.">
@@ -516,14 +516,14 @@
516
  </div>
517
  </div>
518
  <div class="tr-legend text-small" style="margin-top:30px">
519
- <span class="tr-swatch"></span><span>Initial</span>
520
- <span class="tr-swatch routed"></span><span>Final</span>
521
  </div>
522
  </div>
523
  <div class="card">
524
  <table class="table table-sm">
525
  <thead>
526
- <tr><th>Measurement</th><th class="text-end">Initial</th><th class="text-end">Final</th></tr>
527
  </thead>
528
  <tbody>
529
  <tr><td>Held-out SFT NLL</td><td class="text-end">1.7628 @ source</td><td class="text-end">1.2209 @ epoch 3</td></tr>
 
500
  <div class="tr-run-head">
501
  <div>
502
  <strong>Recorded training diagnostics</strong>
503
+ <div class="text-small text-muted">Source and scheduled SFT evaluations 路 NLL, lower is better</div>
504
  </div>
505
  </div>
506
  <div class="tr-result-chart" role="img" aria-label="Held-out SFT NLL decreased from 1.7628 to 1.2209. PIQA normalized accuracy increased from 68.39 percent at the refinement source to 69.31 percent at selected SFT epoch 2.">
 
516
  </div>
517
  </div>
518
  <div class="tr-legend text-small" style="margin-top:30px">
519
+ <span class="tr-swatch"></span><span>Source</span>
520
+ <span class="tr-swatch routed"></span><span>SFT measurement</span>
521
  </div>
522
  </div>
523
  <div class="card">
524
  <table class="table table-sm">
525
  <thead>
526
+ <tr><th>Measurement</th><th class="text-end">Source</th><th class="text-end">SFT checkpoint</th></tr>
527
  </thead>
528
  <tbody>
529
  <tr><td>Held-out SFT NLL</td><td class="text-end">1.7628 @ source</td><td class="text-end">1.2209 @ epoch 3</td></tr>