CoolFace
Modelpublic

Tsengel-mn/argos-mongolian

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
Model Card

🇲🇳 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. 1.Download the .argosmodel file.
  2. 2.Install via Python or GUI:
bash
    argos-translate-cli install-package mn-en.argosmodel
  1. 1.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.