Skip to content

Commit 7ebb486

Browse files
committed
ml: corrected ledger — greedy numbers, shipped statuses, int4 rung
1 parent a277175 commit 7ebb486

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for (const code of systemCodes) {
4646
against the published reference documents.
4747
</p>
4848
<div class="hero-cta">
49-
<a class="btn btn-accent" href="/demo">Try the live demo →</a>
49+
<a class="btn btn-accent" href="/demo">Try live transliteration →</a>
5050
<a class="btn btn-ghost" href="/maps">Browse {totalSystems} systems</a>
5151
</div>
5252
<dl class="hero-stats tnum">
@@ -277,7 +277,7 @@ end`} /></pre>
277277
<li class="neural-row">
278278
<span class="neural-task">g2p · client</span>
279279
<code class="neural-id">tha-g2p-small-1.0</code>
280-
<span class="neural-metric tnum">int8 · 246 MiB · PER 12.06</span>
280+
<span class="neural-metric tnum">int8/int4 · 246/193 MiB · PER 2.85</span>
281281
</li>
282282
</ul>
283283
<p class="see-all">

src/pages/ml.astro

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,33 @@ const clientModels = [
4949
id: "tha-g2p-small-1.0",
5050
task: "g2p",
5151
pair: "Thai → IPA",
52-
metric: "PER 12.06 (teacher 4.43)",
52+
metric: "PER 2.85 greedy (12.06 beam-4)",
5353
artifact: "int8 · 246 MiB",
54-
status: "releasing",
54+
status: "released",
55+
},
56+
{
57+
id: "tha-g2p-small-1.0-int4",
58+
task: "g2p",
59+
pair: "Thai → IPA",
60+
metric: "same student · 4-bit",
61+
artifact: "int4 · 193 MiB",
62+
status: "released",
5563
},
5664
{
5765
id: "heb-diac-small-1.0",
5866
task: "diacritization",
5967
pair: "Hebrew → niqqud",
6068
metric: "DER 30.37 (teacher 24.79)",
6169
artifact: "fp32 · 1.3 GiB",
62-
status: "releasing",
70+
status: "released",
6371
},
6472
{
6573
id: "fas-g2p-1.0",
6674
task: "g2p",
6775
pair: "Persian → IPA",
6876
metric: "CER ≈1.6 · homograph 77.34%",
69-
artifact: "fp32 · 1.3 GiB",
70-
status: "releasing",
77+
artifact: "fp32 · 2.6 GiB · parts",
78+
status: "released",
7179
},
7280
]
7381
---
@@ -310,7 +318,7 @@ github.com/secryst # runtimes + training</code></pre>
310318
color: var(--color-stone);
311319
text-transform: none;
312320
letter-spacing: 0;
313-
font-family: var(--font-sans);
321+
font-family: var(--font-serif);
314322
font-style: italic;
315323
}
316324
.ledger {

0 commit comments

Comments
 (0)