Instructions to use Rekin226/nllb-600M-moore-lora-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rekin226/nllb-600M-moore-lora-v0 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-200-distilled-600M") model = PeftModel.from_pretrained(base_model, "Rekin226/nllb-600M-moore-lora-v0") - Notebooks
- Google Colab
- Kaggle
NLLB-200 Mooré LoRA (600M)
LoRA adapter for facebook/nllb-200-distilled-600M fine-tuned on ~205k cleaned Mooré↔French/English sentence pairs, all four directions (eng_Latn↔mos_Latn, fra_Latn↔mos_Latn).
Part of Mooré-Voice — open translation
and speech recognition for Mooré (Mòoré / Mossi, ISO 639-3 mos), spoken by
~8 million people in and around Burkina Faso.
Evaluation
| Model | Direction | BLEU | chrF++ |
|---|---|---|---|
| zero-shot base | eng_Latn→mos_Latn |
2.94 | 20.5 |
| zero-shot base | fra_Latn→mos_Latn |
2.54 | 20.37 |
| zero-shot base | mos_Latn→eng_Latn |
8.71 | 29.01 |
| zero-shot base | mos_Latn→fra_Latn |
7.04 | 26.49 |
| fine-tuned | eng_Latn→mos_Latn |
3.19 | 21.82 |
| fine-tuned | fra_Latn→mos_Latn |
3.1 | 22.01 |
| fine-tuned | mos_Latn→eng_Latn |
8.92 | 30.13 |
| fine-tuned | mos_Latn→fra_Latn |
8.32 | 29.16 |
Training data
Curated corpus v0.1 (see repo data/CORPORA.md): MT560 (Bible-register, ~89%), community instruction pairs, NLLB-mined bitext (LASER ≥ 1.15), translatewiki. Detokenised, LID-gated, FLORES-decontaminated. FLORES-200 devtest held out for eval.
Limitations
- Register skew: mostly religious text → weaker on administrative/technical register.
- Mooré orthography follows the 1976/2003 standard as used by the source corpora; diacritic usage varies upstream.
- Not human-evaluated yet; BLEU/chrF++ on FLORES only.
License note
Released CC-BY-NC-4.0 because a large share of the training text derives
from sources whose redistribution terms are research-use-only or undeclared
(see the repo's data/CORPORA.md / data/AUDIO_CORPORA.md). A fully
permissive release is planned once the corpus is rebuilt on cleared sources
(Common Voice mos + translatewiki + NLLB-mined).
- Downloads last month
- 149
Model tree for Rekin226/nllb-600M-moore-lora-v0
Base model
facebook/nllb-200-distilled-600M