Views
No views yet
BabyLM-community/BabyLM-2026-Strict-Small (≤100M words, counting
repeated exposures, per CfP §4.2). Uniform ~10 passes via bin-packing (each segment
once per epoch).causal backend.chck_1M … chck_100M
(words seen), per the BabyLM checkpoint convention.1from transformers import AutoTokenizer, AutoModelForCausalLM
2tok = AutoTokenizer.from_pretrained("JimK28/moe-causal-top2-generalist", trust_remote_code=True)
3model = AutoModelForCausalLM.from_pretrained("JimK28/moe-causal-top2-generalist", trust_remote_code=True)trust_remote_code=True is required (config auto_map points at
modeling_moe_causal). Trained with the NTUA BabyLM pipeline
(https://github.com/emhadzi/BabyLM).