Open Source Neural Machine Translation
449
Document language:English | 简体中文
Install using Docker and open in your browser at http://your-server
docker run --name mynmt -d \
--env EASYNMT_MODEL=mbart50_m2m \
--volume ./cache:/cache \
rehiy/open-translator
docker logs -f mynmt/cache directory to avoid re-downloading models when updatingBy default, the opus-mt model is used when the EASYNMT_MODEL environment variable is not specified. This model has a smaller size and faster response. If you are not satisfied with the translation results, you can also try loading the following models.
| Model | Reference Link | Languages | Size |
|---|---|---|---|
| opus-mt | Helsinki-NLP | 186 | 300 MB |
| mbart50_m2m | Facebook Research | 52 | 2.3 GB |
| m2m_100_1.2B | Facebook Research | 100 | 5.0 GB |
For more information, please visit EasyNMT.
Content type
Image
Digest
sha256:3db81131d…
Size
2.9 GB
Last updated
over 2 years ago
docker pull rehiy/open-translator:nllb