From 47b84a0dcea5af458d7ae3d8e2e22e274342aa18 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Wed, 17 Jun 2026 23:43:21 +0200 Subject: [PATCH] todo(10): in-progress sekft-train logs run config and each phase (tokenizer load, model load, training, save) via a module logger to stderr; -v/--verbose and -q/--quiet control level; dataset accounting reports keepers->usable with counts dropped for length and empty-mask and warns when any are dropped; transformers verbosity raised so the per-step curve shows during training; inspect() logs likewise; existing sft tests stay green; mypy strict clean. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 78e0ff3..7913b1f 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: open +Status: in-progress Priority: medium Created: 2026-06-17 Module: sekft