model releaseTencent

Tencent Releases Hy-MT2: 1.8B Translation Model Compressed to 440MB With 1.25-Bit Quantization

TL;DR

Tencent has open-sourced Hy-MT2, a family of multilingual translation models available in 1.8B, 7B, and 30B-A3B parameter sizes. The models support translation across 33 languages and include extreme quantization down to 1.25-bit, reducing the 1.8B model to 440MB storage while increasing inference speed by 1.5x.

2 min read
0

Tencent Releases Hy-MT2: 1.8B Translation Model Compressed to 440MB With 1.25-Bit Quantization

Tencent has open-sourced Hy-MT2, a family of multilingual translation models designed for complex real-world scenarios, released on May 21, 2025. The family includes three model sizes: 1.8B, 7B, and 30B-A3B (mixture-of-experts architecture).

Model Specifications

All three models support translation among 33 languages and can follow translation instructions in multiple languages. The 1.8B base model is available in multiple quantization formats:

  • Standard FP8 quantization
  • GGUF format for llama.cpp deployment
  • 2-bit quantization
  • 1.25-bit extreme quantization via AngelSlim

The 1.25-bit quantization reduces storage requirements to just 440MB and improves inference speed by 1.5x compared to the unquantized version, according to Tencent.

Performance Claims

Tencent claims the 7B and 30B-A3B models outperform open-source models including DeepSeek-V4-Pro and Kimi K2.6 in "fast-thinking mode." The company states the lightweight 1.8B model surpasses mainstream commercial translation APIs from Microsoft and Doubao (ByteDance's service) overall.

The models were evaluated across general translation, real-world business scenarios, domain-specific tasks, and instruction-following capabilities. Tencent has released IFMTBench, a new benchmark specifically for evaluating translation instruction-following performance.

Inference Configuration

For the 1.8B and 7B models, Tencent recommends:

  • Temperature: 0.7
  • Top-p: 0.6
  • Top-k: 20
  • Repetition penalty: 1.05
  • Max tokens: 4096

The 30B-A3B model uses different parameters: top-p of 1.0, top-k of -1, and no repetition penalty.

Deployment and Training

The models support deployment via transformers (version 5.6.0+), vLLM, and SGLang. Tencent provides a complete training pipeline supporting both full-parameter fine-tuning and LoRA fine-tuning with DeepSpeed ZeRO configurations and LLaMA-Factory integration.

The company has also released Hy-MT2-Translator Skill for easier integration of the model series into translation workflows.

WMT26 Partnership

Tencent announced an official partnership with WMT26 (Workshop on Machine Translation) for the "Video Subtitle Translation Task." Participants using Hy-MT models in the general machine translation and video subtitle translation tasks are eligible for special awards sponsored by Hunyuan.

All models are available on HuggingFace and ModelScope. Pricing for API access has not been disclosed.

What This Means

The 1.25-bit quantization achieving 440MB storage is notable for on-device deployment scenarios where model size is a critical constraint. However, Tencent's performance claims require independent verification—benchmarks against commercial APIs like Microsoft Translator need reproducible methodology. The partnership with WMT26 suggests Tencent is positioning these models for academic credibility in addition to commercial deployment. The extreme quantization approach, if validated, could enable translation models on resource-constrained devices that previously couldn't run models of this capability level.

Related Articles

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

model release

Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks

Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.

model release

Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier

Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.

Comments

Loading...