🇲🇳 Argos Translate Mongolian Models
These are offline translation packages (.argosmodel) for Argos Translate, optimized for Mongolian ↔ English translation.
📦 Contents
This repository includes two models:
mn-en.argosmodel: Mongolian to Englishen-mn.argosmodel: English to Mongolian
🛠️ Installation
To use these models with Argos Translate:
- Download the
.argosmodelfile. - Install via Python or GUI:
argos-translate-cli install-package mn-en.argosmodel - Translate:
argos-translate-cli translate --from mn --to en "Сайн байна уу?"
🧠 Technical Details
These models were trained using OpenNMT-py and converted to CTranslate2 for high-speed CPU inference.
- Architecture: Transformer
- Training Steps: 500,000
- Tokenization: SentencePiece
- Quantization: Float16 / Int8 (depending on version)
⚖️ License
Licensed under Apache License 2.0.