It is named
eMG-RNN in reference to the closest computational implementation of the core Minimalist Grammar:
expectation-based Minimalist Grammar.
It employs a
BPE tokenizer with
min_freq=3, producing a lexicon of 67,572 tokens using the
BabyLM 2024 10M dataset (
Small-strict track) as the training corpus.
The model’s architecture, preprocessing routines, lm-eval modules for evaluation, and an alternative (unused here for English) tokenization procedure (
MorPiece) are all available on GitHub at:
cristianochesi/babylm-2024