todo(12): in-progress

sft.load_turns(data, hub, revision) yields turns from a raw rollout dir (keep-filtered), a curated .jsonl file, or the published corpus via posix-sdc load_trajectories (Hub fallback), imported lazily; sekft-train gains --hub and --revision and dispatches --data by dir-vs-.jsonl; train() and inspect() use it; unit tests cover the raw-dir and jsonl paths; existing tests stay green; mypy strict clean.
This commit is contained in:
Tiara Rodney 2026-06-18 00:03:19 +02:00
parent d47ba8a56e
commit d78a8028d2
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -197,7 +197,7 @@ Content-Type: application/issue
ID: 12
Type: feature
Title: load training data from a raw dir, a curated jsonl, or the Hub
Status: open
Status: in-progress
Priority: medium
Created: 2026-06-17
Module: sekft