mapudungun-nllb-600M-arn-es-mono-bpe

Fine-tuned NLLB-200 distilled 600M for Mapudungun→Spanish translation using the Mono BPE tokenization condition.

Monolingual Mapudungun BPE using the Gowda & May (2020) 95%-coverage vocabulary heuristic.

Part of the paper: Bringing Mapudungun into the Modern MT Ecosystem: Morphology-Aware Tokenization for NLLB-200 Fine-Tuning (AmericasNLP 2026 @ ACL).

Usage

from transformers import pipeline

pipe = pipeline(
    "translation",
    model="byumatrixlab/mapudungun-nllb-600M-arn-es-mono-bpe",
    src_lang="arn_Latn",
    tgt_lang="spa_Latn",
)
print(pipe("your text here", max_length=256))

Citation

@inproceedings{thompson2026mapudungun,
  title     = {Bringing {Mapudungun} into the Modern {MT} Ecosystem: Morphology-Aware Tokenization for {NLLB}-200 Fine-Tuning},
  author    = {Thompson, Isaac},
  booktitle = {Proceedings of the 5th Workshop on NLP for Indigenous Languages of the Americas (AmericasNLP 2026)},
  year      = {2026},
}
Downloads last month
3
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including byumatrixlab/mapudungun-nllb-600M-arn-es-mono-bpe