Views
No views yet
nllb_model.pte - ExecutorTorch model filetokenizer.json - Tokenizer configurationreact-native-executorch in mobile applications.1import { useExecutorchModule } from 'react-native-executorch';
2
3const model = useExecutorchModule({
4 modelSource: require('./nllb_model.pte'),
5});1@article{nllb2022,
2 title={No Language Left Behind: Scaling Human-Centered Machine Translation},
3 author={Costa-jussà, Marta R. and Cross, James and Çelebi, Onur and others},
4 journal={arXiv preprint arXiv:2207.04672},
5 year={2022}
6}