dwidlee/systemone-lite-general
systemone-lite-general Synthetic typed-decision rows for systemone-lite (letter-alias choice labels for causal LM SFT). Not affiliated with TypeSafe AI / Jev. Labels are rule-based, not human prefs. Splits Split Rows Notes train 32 400 Stratified mix of 3 gyms test 3 600 iid held-out by task test_hard 5 400 layout / paraphrase / option-subset shift full 36 000 train + iid test Gyms TicketDungeon: ticket.route… See the full description on the dataset page: https://huggingface.co/datasets/dwidlee/systemone-lite-general.
systemone-lite-general
Synthetic typed-decision rows for `systemone-lite` (letter-alias choice labels for causal LM SFT).
Not affiliated with TypeSafe AI / Jev. Labels are rule-based, not human prefs.
Splits
Gyms
- TicketDungeon:
ticket.route,ticket.needs_human,ticket.urgency - ResourceAllocator:
alloc.fund_next,alloc.can_fund_all,alloc.pressure - DebateJudge:
debate.winner,debate.enough_evidence,debate.confidence
Downstream numbers (same repo)
Fine-tune → `dwidlee/systemone-lite-0.5b`:
Load
from datasets import load_dataset
ds = load_dataset("dwidlee/systemone-lite-general")
print(ds)