From 38bcf1848f91d75ca8bd4f8693b33388391f16f7 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Mon, 7 Sep 2026 02:41:44 +0200 Subject: [PATCH] =?UTF-8?q?fix(ml=20page):=20client=20tier=20=E2=80=94=202?= =?UTF-8?q?.1=20+=20lite=20rungs,=20corrected=202.0=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/pages/ml.astro | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/ml.astro b/src/pages/ml.astro index 422a1fc..c458853 100644 --- a/src/pages/ml.astro +++ b/src/pages/ml.astro @@ -53,13 +53,29 @@ const serverModels = [ ] const clientModels = [ + { + id: "ara-diac-layerdrop-1.0-int4", + task: "diacritization", + pair: "Arabic → haraqat (lite, encoder 12→6)", + metric: "DER 5.78 · depth premium 1.21pp (CI-separated)", + artifact: "int4 · 95 MiB", + status: "released", + }, + { + id: "ara-diac-small-2.1", + task: "diacritization", + pair: "Arabic → haraqat", + metric: "DER 4.57 [1.91, 2.35] vs teacher", + artifact: "int8 · 264 MiB", + status: "released", + }, { id: "ara-diac-small-2.0", task: "diacritization", pair: "Arabic → haraqat", - metric: "DER 4.82 (1.0 was 8.26)", + metric: "DER 5.08 (corrected 2026-09-05; 1.0 was 8.26)", artifact: "int8 · ~0.5 GiB", - status: "releasing", + status: "released", }, { id: "tha-g2p-small-1.0",