1
0
Fork 0
forked from lthn/LEM
LEM/cmd/scorer/go.mod
Snider 74ef174ec8 feat: add faithful 12B training scripts (P0-P6) — 1:1 port of 4B curriculum
Exact reproduction of all 7 CL-BPL phases for Gemma3-12B:
- P0: LEK sandwich ethics (400 iters, LR 2e-5)
- P1: Zen composure (300 iters, LR 1e-5)
- P2: LEK sandwich reinforcement (300 iters, LR 1e-5)
- P3: Freeflow multi-source (300 iters, LR 1e-5)
- P4: 1B teacher tension distillation (300 iters, LR 1e-5)
- P5: 1B teacher creative distillation (300 iters, LR 1e-5)
- P6: Golden set graduation (13479 iters, LR 1e-5)

Only model-size differences from 4B: 48GB/12GB Metal limits,
24 LoRA layers (vs 16), 12B base model path.

All phases score at checkpoint cadence via lem-scorer.
Previous wrong 12B models preserved as -no-axioms control group.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 20:44:03 +00:00

12 lines
265 B
Modula-2

module forge.lthn.ai/lthn/lem/cmd/scorer
go 1.26.0
require forge.lthn.ai/core/go-i18n v0.0.0
require (
forge.lthn.ai/core/go-inference v0.0.2 // indirect
golang.org/x/text v0.34.0 // indirect
)
replace forge.lthn.ai/core/go-i18n => /Users/snider/Code/go-i18n