StableLearn Logo

Search Content

News 4 min read

Tencent's 440MB On-Device Translation: 1.25bit Quantization, 33 Languages, Beats 72B Models

Tencent open-sources Hy-MT1.5-1.8B-1.25bit on-device translation model, only 440MB supporting 33 languages and 1,056 translation directions.

Cover image for Tencent's 440MB On-Device Translation: 1.25bit Quantization, 33 Languages, Beats 72B Models

Published 143 days ago. Content may be outdated.

On April 29, 2026, Tencent Hunyuan Team open-sourced Hy-MT1.5-1.8B-1.25bit on-device translation model through AngelSlim.

Key metrics: Model size only 440MB (87% compression rate), natively supports 33 languages and 1,056 translation directions, translation quality comprehensively surpasses large-parameter models like Tower-Plus-72B and Qwen3-32B, as well as mainstream commercial APIs like Microsoft Translator and Doubao Translator.

Technical breakthrough: Employs Sherry 1.25bit quantization (accepted at ACL 2026), using 3:4 fine-grained sparsity strategy to compress the original 3.3GB FP16 model to 440MB with minimal accuracy loss. Paired with custom STQ mobile CPU kernel, ordinary phones can run high-quality offline translation smoothly.

Model Versions: Two Quantization Options

Hy-MT1.5-1.8B provides two quantized versions:

VersionModel SizeQuantizationCompressionUse Cases
Hy-MT1.5-1.8B-1.25bit440MB1.25bit87%Memory-constrained devices, extreme size
Hy-MT1.5-1.8B-2bit574MB2bit83%Balance performance and size

Both versions support full 33 languages and 1,056 translation directions, with both weight files and GGUF format available.

Core Features

1. World-Class Translation Quality

Hy-MT1.5-1.8B-1.25bit is built upon the Hy-MT1.5-1.8B foundation model developed by Tencent Hunyuan Team.

Training Pipeline:

  • MT-oriented pre-training
  • Supervised fine-tuning (SFT)
  • On-policy distillation
  • Reinforcement learning (RL)

Language Coverage:

  • Natively supports 33 languages
  • Supports 5 dialects/minority languages
  • Covers 1,056 translation directions

Performance Comparison:

ComparisonHy-MT1.5-1.8B (1.8B)Tower-Plus (72B)Qwen3 (32B)
Parameters1.8B72B32B
Translation Quality✅ Comprehensively surpasses❌ Behind❌ Behind
Model Size (1.25bit)440MB--

With only 1.8B parameters, comprehensively surpasses 72B and 32B large-parameter models, while also beating mainstream commercial APIs like Microsoft Translator and Doubao Translator.

2. Sherry: Extreme 1.25bit Quantization

Most eye-catching is the Sherry quantization framework (accepted at ACL 2026).

Core Innovation: 3:4 Fine-grained Sparsity

Sherry introduces a hardware-efficient ternary quantization strategy:

  • For every 4 model weights, keep the 3 most important weights, stored in 1-bit (1)
  • Remaining 1 weight is zeroed out
  • 4 weights require only 5 bits storage
  • Achieves effective 1.25-bit width with power-of-two alignment

Compression Results:

  • Original FP16 model: 3.3GB
  • After 1.25bit quantization: 440MB
  • Compression rate: 87%
  • Accuracy loss: Minimal

Technical Advantages:

Technical MetricSherry 1.25bitTraditional Quantization
Bit Width1.25bitUsually 4-8bit
Compression Rate87%50-75%
Hardware Alignment✅ Power-of-two aligned❌ May not align
SIMD Optimization✅ Perfect alignment❌ Lower efficiency
Accuracy LossMinimalModerate

3. On-Device Deployment: Runs on Ordinary Phones

Paired with custom STQ kernel (designed specifically for mobile CPUs), the 1.25bit model achieves perfect SIMD instruction set alignment.

Deployment Advantages:

  • Ordinary phones (memory-constrained) can run smoothly
  • No internet required
  • Data never leaves device
  • High-quality offline translation
  • One-time download, permanent use

Speed Comparison:

Tested on Snapdragon 888, 8GB RAM device:

  • FP16 model: Baseline speed
  • 1.25bit model: 8x speedup

Translation Performance: Flores-200 Benchmark

On Flores-200 Chinese-Foreign mutual translation benchmark, Hy-MT1.5-1.8B demonstrates excellent performance:

Performance Comparison Across Model Sizes:

ModelParametersTranslation Quality (BLEU)Model Size (1.25bit)
Hy-MT1.5-1.8B1.8B✅ Highest440MB
Tower-Plus72B❌ Lower-
Qwen332B❌ Lower-

The data doesn’t lie: 1.8B parameter Hy-MT1.5 comprehensively surpasses 72B and 32B large-parameter models in translation quality.

Android Demo: Ready-to-Use Offline Translation

Tencent Hunyuan Team provides a ready-to-use Android Demo showcasing on-device translation capabilities.

Core Features:

1. Offline Translation

  • Supports 33 language mutual translation
  • No internet required
  • No data upload
  • One-time download, permanent use

2. Background Word Extraction Mode (Highlight Feature)

Cross-App Word Translation:

  • While browsing emails, webpages, chat messages
  • No app switching required
  • Instant translation
  • Completely offline

Use Cases:

  • Reading foreign emails
  • Browsing foreign webpages
  • Viewing foreign chat messages
  • Learning foreign language content

Test Devices:

  • Translation Demo: Snapdragon 865, 8GB RAM
  • Background Word Demo: Snapdragon 7+ Gen 2, 16GB RAM

Model Weights

VersionWeight FilesGGUF Format
1.25bitModelScopeGGUF
2bitModelScopeGGUF

Android Demo

Download: https://modelscope.cn/models/AngelSlim/Hy-MT1.5-1.8B-1.25bit-GGUF/resolve/master/Hy-MT-demo.apk

Technical Reports

ReportLink
HY-MT1.5 Technical Reporthttps://arxiv.org/abs/2512.24092
Sherry Paper (ACL 2026)https://arxiv.org/abs/2601.07892
AngelSlim Technical Reporthttps://arxiv.org/abs/2602.21233

AngelSlim: Tencent’s LLM Compression Toolkit

Hy-MT1.5-1.8B-1.25bit is one of the achievements from the AngelSlim toolkit.

AngelSlim Overview:

  • Tencent’s self-developed large language model compression toolkit
  • Dedicated to building more accessible, comprehensive, and efficient compression solutions

Open-Source Algorithms:

  • Quantization
  • Speculative Sampling
  • Sparsification
  • Distillation

Coverage:

  • Mainstream cutting-edge large models
  • End-to-end pipeline from compression to deployment

GitHub: https://github.com/Tencent/AngelSlim

Significance of Technical Breakthrough

1. New Benchmark for On-Device AI

Hy-MT1.5-1.8B-1.25bit proves that:

  • On-device models can achieve world-class quality
  • Extreme compression doesn’t mean performance compromise
  • 440MB can support 33 languages and 1,056 translation directions

2. New Breakthrough in Quantization

Sherry 1.25bit quantization:

  • Breaks traditional quantization bit-width limits
  • Achieves hardware-efficient ternary quantization
  • 87% compression rate + minimal accuracy loss

3. New Solution for Privacy Protection

Completely offline operation:

  • No data upload
  • No network dependency
  • Complete privacy protection

Application Scenarios

ScenarioCore CapabilityPractical Value
Offline Translation33 language mutual translationTranslation needs without network
Cross-App Word ExtractionBackground word translationInstant translation while reading foreign content
Privacy TranslationCompletely offlineSensitive content translation, no data leakage
Learning AssistantHigh-quality translationForeign language learning, literature reading
Business CommunicationMulti-language supportCross-border business communication, email translation

Final Thoughts

The release of Hy-MT1.5-1.8B-1.25bit marks a new phase for on-device AI.

It’s no longer about “can run on phones” to call it an on-device model, but achieving: 440MB size + 33 languages + world-class translation quality + completely offline operation.

More importantly, Tencent Hunyuan Team not only open-sourced the model weights but also provided:

  • Complete technical reports (HY-MT1.5, Sherry, AngelSlim)
  • Ready-to-use Android Demo
  • GGUF format support
  • Open-source compression toolkit (AngelSlim)

From technical innovation perspective, Sherry 1.25bit quantization (accepted at ACL 2026) achieved:

  • 3:4 fine-grained sparsity
  • Hardware-efficient ternary quantization
  • 87% compression rate + minimal accuracy loss
  • Perfect SIMD instruction set alignment

From practical application perspective, the 1.8B parameter model comprehensively surpasses 72B and 32B large-parameter models in translation quality, proving the “small but precise” technical approach is completely viable.

The future of on-device AI may come faster than we think.

Share Article

More Articles