Views
No views yet
1from transformers import pipeline
2
3pipe = pipeline(
4 "translation",
5 model="byumatrixlab/mapudungun-nllb-600M-arn-es-joint-bpe",
6 src_lang="arn_Latn",
7 tgt_lang="spa_Latn",
8)
9print(pipe("your text here", max_length=256))1@inproceedings{thompson2026mapudungun,
2 title = {Bringing {Mapudungun} into the Modern {MT} Ecosystem: Morphology-Aware Tokenization for {NLLB}-200 Fine-Tuning},
3 author = {Thompson, Isaac},
4 booktitle = {Proceedings of the 5th Workshop on NLP for Indigenous Languages of the Americas (AmericasNLP 2026)},
5 year = {2026},
6}