File size: 1,129 Bytes
e639761 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
language:
- mn
- en
license: apache-2.0
tags:
- translation
- argos-translate
- offline-translation
- mongolian
---
# 🇲🇳 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 English
- `en-mn.argosmodel`: English to Mongolian
## 🛠️ Installation
To use these models with Argos Translate:
1. **Download** the `.argosmodel` file.
2. **Install** via Python or GUI:
```bash
argos-translate-cli install-package mn-en.argosmodel
```
3. **Translate**:
```bash
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**.
|