SecludedCorner/bind1-babylm2026-ablations
bind1 — trained-ablation checkpoints (BabyLM 2026 Strict-Small)
Companion repo to the entry `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.
Branches
Loading any branch:
model = AutoModelForCausalLM.from_pretrained(
"SecludedCorner/bind1-babylm2026-ablations", revision="tt1_seed0", trust_remote_code=True)Per-item evaluation outputs for all of these live in the eval-artifacts dataset. Internal ids: tt1_seedN = bind1_tt1_sN; novg_seedN = bind1_tt3_sN_novg (physical loop2_novg(_sN)).
Honest note
These are the ablations that disagreed with us as often as they agreed: the ten-seed test falsified the "single-pass training might suffice" reading, and seed 3 of the frozen-edge family falsified "the edge is strictly necessary." Released so the disagreements are verifiable too.
Citation
Yulin Yang (ORCID 0009-0007-4827-8449). A Microkernel Language Model: Reasoning as Mutually-Supporting Aggregates, and Why Its Parts Must Be Judged Together. BabyLM Challenge 2026 (Strict-Small track) submission.
