AIAny
AI Model2026
Icon for item

Tencent Hy-MT2-1.8B

A family of multilingual translation models optimized for real-world, instruction-following translation across 33 languages. The 1.8B model targets on-device use with extreme quantization (≈440 MB via AngelSlim), while 7B/30B variants trade size for higher accuracy.

Introduction

Most production translation stacks must trade latency, model size, and the ability to follow translation instructions. Hy‑MT2 narrows that trade-off by shipping a family of models designed for "fast-thinking" translation: a compact 1.8B variant for on-device and low-latency scenarios, plus 7B and MoE 30B-A3B variants for higher-quality outputs and instruction-following.

Key Capabilities
  • Multilingual instruction following: supports translation among 33 languages and can follow translation-style, terminology, and formatting instructions for structured or free-form inputs.
  • Small-model on-device option: AngelSlim 1.25-bit quantization reduces the 1.8B model to roughly 440 MB and improves inference speed (~1.5× reported), enabling deployment on constrained hardware.
  • Scalable quality/performance tiers: 7B and 30B-A3B models offer higher accuracy and robustness for domain-specific or business translation tasks, while the 1.8B focuses on cost and latency.
  • Evaluation and ecosystem: the release includes IFMTBench (an instruction-following translation benchmark) and integration examples for transformers, vLLM, and llama.cpp/gguf formats to ease adoption.
Who it's for and tradeoffs

Great fit if you need a multilingual translation model that can be deployed across a range of environments — from on-device mobile/embedded inference to server-side, higher-capacity instances — and if instruction-following (terminology, style, structured-data preservation) matters. Look elsewhere if you require open datasets or permissive licensing details not provided with this release, or if you need models pre-integrated with a specific commercial API ecosystem; larger commercial MT systems may still outperform on some narrow, high-resource language pairs or specialized SLT benchmarks.

Where it fits

Hy‑MT2 sits between tiny translation models intended only for basic bilingual tasks and very large commercial models: it offers a pragmatic middle path (compact 1.8B with aggressive quantization vs. 7B/30B for accuracy) and positions itself as an accessible, research-backed option for teams who want to run multilingual translation at varying cost/latency points. The authors also highlight participation in WMT26 tasks and published evaluations (see the model card and report) for benchmark comparisons.

Information

  • Websitehuggingface.co
  • AuthorsTencent Hunyuan (Tencent)
  • Published date2026/05/11

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.