From f9155b28e3a3e5b21c55726c6e4df9ac49f766a5 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Thu, 26 Mar 2026 12:32:08 -0400 Subject: [PATCH] =?UTF-8?q?v1.0=20rejected=20=E2=80=94=20NaN=20from=20wron?= =?UTF-8?q?g=20tokenizer,=20Morrowind=20MCP=20pipeline=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autolora/manifest.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autolora/manifest.yaml b/autolora/manifest.yaml index 76f82278..7ce27d1a 100644 --- a/autolora/manifest.yaml +++ b/autolora/manifest.yaml @@ -55,7 +55,8 @@ adapters: timmy-v1.0: base: hermes4-14b-4bit date: 2026-03-26 - status: training - data: 1125 train / 126 valid (same curated set, reused) + status: rejected + data: 1125 train / 126 valid (same curated set, reused from 8B — NOT re-tokenized) training: { lr: 1e-6, rank: 16, iters: 800 } - notes: "First 14B adapter. Conservative lr for new arch." + eval: "Val NaN iter 100, train NaN iter 160. Dead." + notes: "Data was pre-truncated for Llama3 tokenizer, not Qwen3. Must re-run clean_data.py with 14B tokenizer before v1.1."