Quick answer: Hy-MT2-1.8B is the lightweight member of Tencent Hunyuan's Hy-MT2 family — a 1.8B-parameter, Apache 2.0-licensed multilingual translation-specialist model supporting 33 languages. It scores 79.77 (XCOMET-XXL) on FLORES-200's full translation matrix and 50.30 on WMT25, and — despite its small size — outperforms commercial translation APIs from Microsoft and Doubao overall. With AngelSlim's 1.25-bit quantization it needs only ~440MB of storage, making it well suited for on-device deployment.
Where Hy-MT2-1.8B leads
Where it lags
Best for: On-device or resource-constrained translation deployments (mobile apps, embedded systems, edge inference) where a dedicated small translation model outperforms general-purpose LLMs of similar size.
Hy-MT2-1.8B is the smallest of three sizes (1.8B, 7B, 30B-A3B) in Tencent Hunyuan's second-generation "fast-thinking" multilingual translation model family, described in the technical report "Hy-MT2: A Family of Fast, Efficient and Powerful Multilingual Translation Models in the Wild." It's a dense transformer (32 layers, 2048 hidden size) trained via a three-stage Family-Centric Post-training (FCPT) pipeline: MT-oriented mid-training on ~1T tokens of translation-related data, followed by Reference-Guided On-Policy Distillation and Family-specific RL training organized around language families (Western European, East Asian, Middle Eastern right-to-left), then a final Cross-family distillation step into a unified model.
Unlike general-purpose LLMs that treat translation as one of many capabilities, Hy-MT2-1.8B is purpose-built and evaluated across four dimensions: general translation (FLORES-200, WMT25, Mandarin⇔Minority), real-world business scenarios (Tencent's own WildMTBench), domain-specific translation (Tencent's own DomainMTBench, covering finance/law/medicine/technology/politics/education), and translation instruction-following (IFMTBench, plus general instruction benchmarks IFBench/IFEval/MaXIFE/Multi-IF). It also supports structured translation-instruction prompting — preserving delimiters, following style constraints, translating only specific fields in structured data, and respecting terminology references.
| Field | Value |
|---|---|
| Organization | Hungyuan (Tencent) |
| Architecture | Dense transformer |
| Parameters | 1.8B |
| Layers | 32 |
| Hidden size | 2,048 |
| Context length | 262,144 tokens |
| Supported languages | 33 |
| License | Apache 2.0 |
| Release date | May 2026 |
| Modality | Text |
| Quantized variants | FP8, Q4_K_M (GGUF), 2-bit, 1.25-bit (AngelSlim, ~440MB) |
Open weights under Apache 2.0 — self-hosted via transformers, vLLM, SGLang, or llama.cpp (GGUF builds available, including 2-bit and 1.25-bit AngelSlim-quantized variants for extreme on-device compression). No API list price; cost is your own inference infrastructure.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| FLORES-200 | 79.77 (XCOMET-XXL) | Hy-MT2 technical report | 2026-05 |
| WMT25 | 50.30 (XCOMET-XXL) | Hy-MT2 technical report | 2026-05 |
Hy-MT2-1.8B also reports scores on Tencent's own in-house evaluation suites (WildMTBench, DomainMTBench, IFMTBench, Mandarin⇔Minority testset) and on general instruction-following benchmarks (IFBench, IFEval, MaXIFE, Multi-IF) — not added as Benchgen leaderboard entries since these either lack an independent public benchmark page (WildMTBench/DomainMTBench/IFMTBench are Tencent-constructed, non-independently-reproducible test sets) or measure general instruction-following rather than translation capability specifically.
| Model | FLORES-200 (XCOMET-XXL) | License | Params |
|---|---|---|---|
| Hy-MT2-1.8B | 79.77 | Apache 2.0 | 1.8B |
| Hy-MT2-7B | 86.89 | Apache 2.0 | 7B |
| Hy-MT2-30B-A3B | 87.47 | Apache 2.0 | 30B (3B active) |
Hy-MT2-1.8B trades peak translation quality for deployability — it's meaningfully behind both larger siblings on FLORES-200, but remains the only model in this family (and one of very few models at this parameter scale generally) purpose-built and independently competitive against commercial translation APIs.
Specs from Tencent Hunyuan's official Hy-MT2-1.8B Hugging Face model card and technical report (arXiv:2605.22064). Last updated 2026-08-31.