A 110M-param Llama-style decoder pre-trained from scratch on the BabyBabelLM
trilingual corpus (English, Dutch, Chinese), under the BabyLM 2026
MultiLingual track rules: 100M reference tokens, byte-premium adjusted,
≤10 epochs.
This is the baseline zero-point of our ablation grid. Subsequent runs vary
the mixture allocation (loss-weighted, simultaneous-bilingual, typological-bridge
curriculum, register-controlled) on top of an identical scaffold. The matching
ablation paper is in preparation.
Joint byte-level BPE, 32,768 vocab, trained on a balanced 50M-char sample from
each of EN/NL/ZH. The same tokenizer is shared across all three languages (see
the data card for why a joint tokenizer is required: ZH is 6.8% Latin script).
Training
Data:BabyLM-community/babylm-eng + babylm-nld + babylm-zho
(BabyBabelLM 2026 100M tier). Full corpora loaded in memory and shuffled
(the Hub layout is category-clustered; streaming with reasonable buffers
produces a biased sample).
Mixture: byte-premium-uniform — equal share of reference tokens per
language (1/3 each), achieved by deficit-driven selection, not uniform doc
sampling (mean doc sizes differ across languages).
Optimizer: AdamW (β₁=0.9, β₂=0.95, wd=0.1), lr 6e-4, cosine to 10%, 100-step warmup