From 7673e47002b7b266b2cfb0d44b2f0798eb73d517 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Wed, 17 Jun 2026 23:47:52 +0200 Subject: [PATCH] todo(10): done sekft-train logs run config and each phase (tokenizer/model load, build, training, save) via a sekft.train logger to stderr; -v/--verbose and -q/--quiet added; dataset accounting reports keepers->usable with over-length/empty-mask drop counts and a warning; build loop logs per-trajectory (debug) and every 100 (info); transformers verbosity raised so the per-step curve shows; inspect() logs likewise; 6 tests pass; mypy strict clean on sft.py + _log.py (verified loop logging fires with FakeTok). No submodule changes. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 7913b1f..12b64a3 100644 --- a/TODO +++ b/TODO @@ -155,7 +155,7 @@ Content-Type: application/issue ID: 10 Type: feature Title: structured logging for the trainer (sft) -Status: in-progress +Status: done Priority: medium Created: 2026-06-17 Module: sekft