Skip to content

Commit dce35a8

Browse files
committed
Update model count to 20 in index.html
1 parent e6a0492 commit dce35a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ <h2>Per-Problem Results</h2>
778778
<tbody></tbody>
779779
</table>
780780
</div>
781-
<p class="section-note">Per-problem QYI, Yield, and Quality for all 19 evaluated models. Original 9 models ran 10 iterations (T=0); the 10 recent models ran 5 iterations (T=0).</p>
781+
<p class="section-note">Per-problem QYI, Yield, and Quality for all 20 evaluated models. Original 9 models ran 10 iterations (T=0); the 11 recent models ran 5 iterations (T=0).</p>
782782
</div>
783783
</section>
784784

@@ -1317,7 +1317,7 @@ <h2>Solve Metrics (T = 0)</h2>
13171317
lbData.forEach(d => { d.Release_Date = (metadata.find(m=>m.Model===d.Model)||{}).Release_Date||""; });
13181318
drawScatter(lbData);
13191319
renderLeaderboard();
1320-
// Cost chart always uses T=0 data (all 19 models have cost there)
1320+
// Cost chart always uses T=0 data (all 20 models have cost there)
13211321
drawCostChart(t0Data.length ? t0Data : lbData);
13221322
} catch(e) {
13231323
console.error("Failed to load", file, e);

0 commit comments

Comments
 (0)