This Colab created to make it easier for Odoo/Tryton developers and to show the good results that can be obtained using new technologies. You can translate from English to +100 other languages with only uploading the English base PO file.
I use two pre-trained models:
- Opus-MT: 186 Languages & 300MB size (Quick Translation & lightweight)
- m2m_100_1.2B (Facebook Research): 100 Languages & 5GB size (Recommended by EasyNMT)
Model | Reference | #Languages | Size | Speed GPU (Sentences/Sec on V100) | Speed CPU (Sentences/Sec) | Comment |
---|---|---|---|---|---|---|
opus-mt | Helsinki-NLP | 186 | 300 MB | 50 | 6 | Inidivudal models (~300 MB) per translation direction |
m2m_100_1.2B | Facebook Research | 100 | 5.0 GB | 13 | - |
I also invite you to make some small modifications in the Notebook to be able to translate any type of text/file :)
- Star this repository
- Contribute to this repository
- Help others 😃