Skip to content

Commit 390be18

Browse files
committed
feat(ml): ledger gains the Arabic 2.0 rungs
ara-diac-2.0 (teacher): DER 2.2864 full-set windowed zero-skip; OOD WikiNews-2024 multi-ref WER 17.3794/DER 11.8273 — full sweep over 1.0. ara-diac-small-2.0 (client): DER 4.8218 — a 42% error reduction over the 1.0 at identical architecture and artifact size (r7 teacher labels + Muon optimizer; pre-registered E4).
1 parent 44ef0f0 commit 390be18

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/pages/ml.astro

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
import Base from "../layouts/Base.astro"
33
44
const serverModels = [
5+
{
6+
id: "ara-diac-2.0",
7+
task: "diacritization",
8+
pair: "Arabic → haraqat",
9+
metric: "DER 2.29 · OOD WER 17.38",
10+
artifact: "fp32 · 2.7 GiB · parts",
11+
status: "releasing",
12+
},
513
{
614
id: "khm-latn-1.0",
715
task: "translit",
@@ -45,6 +53,14 @@ const serverModels = [
4553
]
4654
4755
const clientModels = [
56+
{
57+
id: "ara-diac-small-2.0",
58+
task: "diacritization",
59+
pair: "Arabic → haraqat",
60+
metric: "DER 4.82 (1.0 was 8.26)",
61+
artifact: "int8 · ~0.5 GiB",
62+
status: "releasing",
63+
},
4864
{
4965
id: "tha-g2p-small-1.0",
5066
task: "g2p",

0 commit comments

Comments
 (0)