CoolFace
Modelpublic

UCLNLP/monoweb

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
Model Card

MonoWeb Models

Pretrained language models released alongside the paper:

[The Role of Mixed-Language Documents for Multilingual Large Language Model Pretraining](https://arxiv.org/pdf/2601.00364)

Associated dataset: UCLNLP/monoweb-dataset

Model Details

All models are decoder-only transformers with 1.35B parameters, trained from scratch using the Llama-2 tokenizer (32K vocabulary). Architecture: 24 layers, hidden dimension 2048, 16 attention heads, context length 2048. Training was performed with Megatron-LM for ~143B tokens (34K steps).

Model Variants

Models are organized by language pair and training data configuration:

FolderLanguage PairTraining Data
ckpt_exp_en_de_baselineEnglish–GermanFineWeb (full corpus, including bilingual docs)
ckpt_exp_en_de_monowebEnglish–GermanMonoWeb (bilingual docs removed)
ckpt_exp_en_de_onlyparallelEnglish–GermanMonoWeb + parallel docs reintroduced
ckpt_exp_en_de_onlycodeswitchEnglish–GermanMonoWeb + code-switching docs reintroduced
ckpt_exp_en_es_baselineEnglish–SpanishFineWeb (full corpus, including bilingual docs)
ckpt_exp_en_es_monowebEnglish–SpanishMonoWeb (bilingual docs removed)
ckpt_exp_en_es_onlyparallelEnglish–SpanishMonoWeb + parallel docs reintroduced
ckpt_exp_en_es_onlycodeswitchEnglish–SpanishMonoWeb + code-switching docs reintroduced
ckpt_exp_en_fr_baselineEnglish–FrenchFineWeb (full corpus, including bilingual docs)
ckpt_exp_en_fr_monowebEnglish–FrenchMonoWeb (bilingual docs removed)
ckpt_exp_en_fr_onlyparallelEnglish–FrenchMonoWeb + parallel docs reintroduced
ckpt_exp_en_fr_onlycodeswitchEnglish–FrenchMonoWeb + code-switching docs reintroduced

Each folder contains checkpoints saved every 2,000 steps from iter_2000 to iter_36000 (18 checkpoints per model).