mizo-mt-baseline
Mizo to English, plain source. BLEU 49.21
Trained on the Mizo NER corpus, 441,178 sentences with silver-standard labels.
Usage
from transformers import pipeline
mt = pipeline("translation", model="haulai/mizo-mt-baseline")
print(mt("Kar thum chawlh Liana-an a la."))
Important
The entity-marked model expects markup produced by the projection pipeline. Feeding it markup from a recognizer removes the BLEU gain and lowers entity retention — see the paper.
Trained only on entity-bearing sentences, so behaviour on entity-sparse text is untested.
Citation
See the code repository.
- Downloads last month
- -
Model tree for haulai/mizo-mt-baseline
Base model
Helsinki-NLP/opus-mt-mul-en