No Language Left Behind: Scaling Human-Centered Machine Translation
Paper
•
2207.04672
•
Published
•
2
This is a pruned version of the NLLB-200 model exported to ExecutorTorch (.pte) format for mobile deployment.
nllb_model.pte - ExecutorTorch model filetokenizer.json - Tokenizer configurationThis model is designed for use with react-native-executorch in mobile applications.
import { useExecutorchModule } from 'react-native-executorch';
const model = useExecutorchModule({
modelSource: require('./nllb_model.pte'),
});
The model supports translation between the following languages:
This model follows the license of the base NLLB-200 model (CC-BY-NC-4.0).
If you use this model, please cite the original NLLB paper:
@article{nllb2022,
title={No Language Left Behind: Scaling Human-Centered Machine Translation},
author={Costa-jussà, Marta R. and Cross, James and Çelebi, Onur and others},
journal={arXiv preprint arXiv:2207.04672},
year={2022}
}