Skip to content

Commit 38bcf18

Browse files
committed
fix(ml page): client tier — 2.1 + lite rungs, corrected 2.0 number
The withdrawn 4.82 was the last public surface carrying it; the tier now leads with the 95MiB lite artifact and shows 2.1 with its CI.
1 parent c2c7898 commit 38bcf18

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

src/pages/ml.astro

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,29 @@ const serverModels = [
5353
]
5454
5555
const clientModels = [
56+
{
57+
id: "ara-diac-layerdrop-1.0-int4",
58+
task: "diacritization",
59+
pair: "Arabic → haraqat (lite, encoder 12→6)",
60+
metric: "DER 5.78 · depth premium 1.21pp (CI-separated)",
61+
artifact: "int4 · 95 MiB",
62+
status: "released",
63+
},
64+
{
65+
id: "ara-diac-small-2.1",
66+
task: "diacritization",
67+
pair: "Arabic → haraqat",
68+
metric: "DER 4.57 [1.91, 2.35] vs teacher",
69+
artifact: "int8 · 264 MiB",
70+
status: "released",
71+
},
5672
{
5773
id: "ara-diac-small-2.0",
5874
task: "diacritization",
5975
pair: "Arabic → haraqat",
60-
metric: "DER 4.82 (1.0 was 8.26)",
76+
metric: "DER 5.08 (corrected 2026-09-05; 1.0 was 8.26)",
6177
artifact: "int8 · ~0.5 GiB",
62-
status: "releasing",
78+
status: "released",
6379
},
6480
{
6581
id: "tha-g2p-small-1.0",

0 commit comments

Comments
 (0)