Views
No views yet
SecludedCorner/bind1-babylm2026-strict-small:
every retrained ablation family behind the papers' claims, as loadable checkpoints
(one branch each, trust_remote_code). Eval-time ablations (severed edge, forced-$T$) need no
weights of their own — they are config-only clones of the entry; scripts in the
code repo.| Branch | What it is | Headline number |
|---|---|---|
tt1_seed0 … tt1_seed9 | identical architecture trained single-pass ($T{=}1$), ten seeds | entity tracking never forms: 17.4±2.4 (chance ≈ 20.0) in 10/10, grammar healthy (BLiMP 65.4±0.9) — training-time iteration is the scaffold |
novg_seed0 … novg_seed3 | trained with the verdict-to-trust edge frozen at zero, four seeds | single-pass write fails to form in 3/4 (19–30) and formed anyway in one (39.7) — the edge raises the odds, not strictly necessary |
1model = AutoModelForCausalLM.from_pretrained(
2 "SecludedCorner/bind1-babylm2026-ablations", revision="tt1_seed0", trust_remote_code=True)tt1_seedN = bind1_tt1_sN; novg_seedN = bind1_tt3_sN_novg
(physical loop2_novg(_sN)).