Views
No views yet
| Task | Score |
|---|---|
| BLiMP (filtered) | 68.55% |
| Entity Tracking (CLM) | 22.45% |
| EWoK | 50.46% |
| COMPS | 52.55% |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained(
4 "yashmahe2018/birwkv7-strict-small-babylm2026",
5 trust_remote_code=True
6)
7tokenizer = AutoTokenizer.from_pretrained(
8 "yashmahe2018/birwkv7-strict-small-babylm2026",
9 trust_remote_code=True
10)1@misc{maheshwari2026halved,
2 title={Halved CLM Exposure Mitigates Late-Training Collapse in Small Recurrent Language Models},
3 author={Maheshwari, Yash},
4 year={2026},
5 note={BabyLM 2026 submission}
6}