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.
This commit is contained in:
Tiara Rodney 2026-06-17 23:47:52 +02:00
parent e4e88c5c18
commit 7673e47002
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -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