Skip to content

Commit 39eb4bc

Browse files
authored
Merge pull request #162 from interscript/ml-corrections
fix(ml page): corrected numbers + whitespace guard
2 parents 39a7f6f + 6df21ff commit 39eb4bc

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

src/pages/ml.astro

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const clientModels = [
5757
id: "ara-diac-small-2.1",
5858
task: "diacritization",
5959
pair: "Arabic → haraqat",
60-
metric: "DER 4.57 (2.0 was 4.82 · 1.0 was 8.26)",
60+
metric: "DER 4.57 [1.91, 2.35] vs teacher (1.0 was 8.26)",
6161
artifact: "int8 · 264 MiB · fp16 · 674 MiB",
6262
status: "released",
6363
},
@@ -302,10 +302,9 @@ const clientModels = [
302302
</table>
303303
</div>
304304
<p class="lb-note">
305-
WER columns, decode protocols, and paired bootstrap CIs for every row:
306-
<a href="https://github.com/interscript/rababa/blob/main/docs/RESULTS.md"
307-
>rababa/docs/RESULTS.md</a
308-
>. The GLM-5.3 family cannot disable thinking; low effort is its plainest protocol.
305+
WER columns, decode protocols, and paired bootstrap CIs for every row live
306+
in <a href="https://github.com/interscript/rababa/blob/main/docs/RESULTS.md">rababa/docs/RESULTS.md</a>.
307+
The GLM-5.3 family cannot disable thinking; low effort is its plainest protocol.
309308
</p>
310309

311310
<h3 class="tier-label">
@@ -327,8 +326,8 @@ const clientModels = [
327326
<li class="ledger-row">
328327
<span class="ledger-task">+ r7 labels</span>
329328
<span class="ledger-body"><code class="ledger-id">fresher teacher labels</code></span>
330-
<span class="ledger-metric tnum">4.82</span>
331-
<span class="ledger-artifact">−0.47pp</span>
329+
<span class="ledger-metric tnum">5.08</span>
330+
<span class="ledger-artifact">−0.18pp (corrected 2026-09-05)</span>
332331
</li>
333332
<li class="ledger-row">
334333
<span class="ledger-task">+ 6 epochs</span>

src/pages/neural.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import Base from "../layouts/Base.astro"
2323
<option value="tha-g2p-small-1.0">Thai G2P — small (int8, 202 MB)</option>
2424
</select>
2525
<p class="tier-hint">
26-
Full-set numbers for every tier — the leaderboard and the client ladder — on
27-
<a href="/ml#leaderboard">the neural layer page</a>.
26+
Full-set numbers for every tier — the leaderboard and the client ladder —
27+
on <a href="/ml#leaderboard">the neural layer page</a>.
2828
</p>
2929

3030
<label for="input">Input</label>

0 commit comments

Comments
 (0)