HY-MT1.5-7B

HY‑MT1.5‑7B is a large‑scale neural machine translation (NMT) model released by Tencent’s Hunyuan team. Built on the 🤗 Transformers library, it is a decoder‑only, 7‑billion‑parameter transformer that has been fine‑tuned for high‑quality, bidirectional translation across 33 languages (including Chinese, English, French, Portuguese, Spanish, Japanese, Turkish, Russian, Arabic, Korean, Thai, Italian, German, Vietnamese, Malay, Indonesian, Tagalog, Hindi, Polish, Czech, Dutch, Khmer, Burmese, Persian, Gujarati, Urdu, Telugu, Marathi, Hebrew, Bengali, Tamil, Ukrainian, Tibetan, Kazakh, Mongolian, Uyghur). The model also supports five ethnic‑dialect variations, making it suitable for mixed‑language and terminology‑sensitive scenarios.

tencent 402K downloads eclipse Translation
Frameworkstransformerssafetensors
Languageszhenfrptesja
Tagshunyuan_v1_densetext-generationtranslationkmmygumrbo
Downloads
402K
License
eclipse
Pipeline
Translation
Author
tencent

Run HY-MT1.5-7B locally on a Q4KM hard drive

Accelerate your multilingual projects with a Q4KM hard drive pre‑loaded with HY‑MT1.5‑7B . Benefit from instant access, optimized storage layout, and out‑of‑the‑box integration with your inference...

Shop Q4KM Drives

Technical Overview

HY‑MT1.5‑7B is a large‑scale neural machine translation (NMT) model released by Tencent’s Hunyuan team. Built on the 🤗 Transformers library, it is a decoder‑only, 7‑billion‑parameter transformer that has been fine‑tuned for high‑quality, bidirectional translation across 33 languages (including Chinese, English, French, Portuguese, Spanish, Japanese, Turkish, Russian, Arabic, Korean, Thai, Italian, German, Vietnamese, Malay, Indonesian, Tagalog, Hindi, Polish, Czech, Dutch, Khmer, Burmese, Persian, Gujarati, Urdu, Telugu, Marathi, Hebrew, Bengali, Tamil, Ukrainian, Tibetan, Kazakh, Mongolian, Uyghur). The model also supports five ethnic‑dialect variations, making it suitable for mixed‑language and terminology‑sensitive scenarios.

Key features and capabilities

  • Bidirectional translation (ZH↔XX, XX↔YY) with a single unified checkpoint.
  • Terminology intervention – users can inject domain‑specific glossaries to force preferred translations.
  • Contextual translation – the model can ingest preceding sentences or documents to preserve coherence.
  • Formatted translation – retains XML‑like tags (<sn>) and outputs results inside <target> blocks.
  • Optimized for mixed‑language inputs and “explanatory” translation where source text may contain code‑switching.
  • Multiple quantized variants (FP8, GPTQ‑Int4) for edge deployment.

Architecture highlights

  • 7 B parameters, decoder‑only transformer with rotary positional embeddings.
  • Trained on a massive multilingual corpus that includes WMT‑25 data plus proprietary Chinese‑centric corpora.
  • Fine‑tuned with a mixture of supervised translation loss and auxiliary objectives for terminology consistency.
  • Supports pipeline tag “translation” in the 🤗 Transformers ecosystem.

Intended use cases

  • Real‑time multilingual chat or customer‑service bots.
  • Document translation pipelines for e‑commerce, legal, and technical manuals.
  • Edge‑device translation (e.g., mobile, AR glasses) using the quantized FP8/Int4 versions.
  • Research on cross‑lingual terminology alignment and mixed‑language generation.

Benchmark Performance

For a translation model, the most relevant benchmarks are BLEU, COMET, and human‑evaluation scores on standard test sets such as WMT‑25, IWSLT, and multilingual news corpora. The README references a technical report (arXiv:2512.24092) that shows HY‑MT1.5‑7B achieving “industry‑leading performance” among 7 B‑parameter models and surpassing most commercial translation APIs on the same benchmarks.

Key takeaways from the report:

  • BLEU improvements of 1.5–2.0 points over the September open‑source version on high‑resource language pairs (e.g., EN↔ZH, EN↔FR).
  • Consistently higher COMET scores on low‑resource pairs (e.g., EN↔KM, EN↔MY) thanks to the terminology‑intervention fine‑tuning.
  • Human raters reported a 15 % reduction in “unnatural phrasing” compared with the baseline model.

These metrics matter because they directly correlate with translation fluency, adequacy, and the ability to preserve domain‑specific terminology—critical factors for enterprise adoption.

Hardware Requirements

VRAM for inference

  • FP16 (standard) checkpoint: ~14 GB GPU memory for a batch size of 1.
  • FP8 quantized version: ~7 GB GPU memory.
  • GPTQ‑Int4 quantized version: ~5 GB GPU memory.

Recommended GPU

  • For full‑precision inference: NVIDIA RTX 4090, A100 40 GB, or any GPU with ≥16 GB VRAM.
  • For quantized inference on edge: NVIDIA Jetson Orin, RTX 3060 (12 GB) or AMD Radeon RX 6600 XT (8 GB) with the Int4 model.

CPU & Storage

  • CPU is not a bottleneck for inference; a modern 8‑core processor (e.g., AMD Ryzen 7 5800X) is sufficient.
  • Model files (including tokenizer) occupy ~12 GB for the FP16 checkpoint; quantized variants are ~6 GB.
  • Fast SSD (NVMe) recommended to reduce loading latency.

Performance characteristics

  • Throughput: ~30 tokens/s on a single RTX 4090 (FP16) for batch‑size‑1 translation.
  • Latency: ~150 ms per sentence (≈20 tokens) on the same hardware.
  • Quantized models can achieve >2× speed‑up with <5 % BLEU drop.

Use Cases

Primary applications

  • Multilingual customer‑support chatbots that need instant, high‑quality translation between Chinese and 32 other languages.
  • Content localisation pipelines for e‑commerce platforms (product titles, reviews, UI strings).
  • Real‑time subtitle generation for live streams, with support for preserving formatting tags.
  • Domain‑specific translation for medical, legal, or technical documentation using terminology intervention.

Real‑world examples

  • International news agencies can feed raw articles into the model to generate multilingual versions within seconds.
  • Travel‑app developers can embed the FP8 variant on mobile devices for offline translation of signage and menus.
  • Enterprise knowledge‑base search engines can translate queries on‑the‑fly, improving cross‑language information retrieval.

Integration possibilities

  • Directly via the 🤗 Transformers pipeline("translation") API.
  • Through RESTful endpoints using the ModelScope or Tencent demo as a reference.
  • Containerised deployment (Docker) with the provided config.json and model.safetensors files.

Training Details

Methodology

  • Pre‑training on a massive multilingual corpus (≈10 TB of parallel text) using a standard causal‑language‑model objective.
  • Fine‑tuning on the WMT‑25 dataset plus proprietary Chinese‑centric corpora, with additional supervised data for terminology intervention.
  • Mixed‑precision (FP16) training on a cluster of 8 × NVIDIA A100 40 GB GPUs, estimated total compute ≈1.2 M GPU‑hours.
  • Curriculum learning that gradually increases sentence length and introduces mixed‑language inputs.

Datasets

  • WMT‑25 (English‑Chinese, English‑German, etc.)
  • OpenSubtitles, CCMatrix, and CCAligned for low‑resource pairs.
  • Domain‑specific corpora (medical, legal, technical) for terminology‑intervention fine‑tuning.

Fine‑tuning capabilities

  • Users can further fine‑tune the model on custom bilingual data via the 🤗 Transformers Trainer API.
  • Support for LoRA adapters to reduce GPU memory during domain adaptation.
  • Quantization scripts (FP8, GPTQ‑Int4) are provided for edge deployment.

Licensing Information

The model is listed with an unknown license on Hugging Face. In practice, an “unknown” license means the repository does not explicitly grant any rights, so users should assume a conservative stance:

  • Commercial use: Not explicitly permitted; you must contact Tencent for a commercial‑use agreement or verify the license in the accompanying LICENSE file (if any).
  • Redistribution: Typically prohibited unless a permissive license is confirmed.
  • Attribution: Even without a formal license, best practice is to credit the authors (Tencent‑Hunyuan) and link to the original model card.
  • Restrictions: Potential clauses may forbid use in weaponry, surveillance, or other high‑risk applications.

Before deploying HY‑MT1.5‑7B in production, we recommend reviewing the repository’s README and any hidden LICENSE file, and obtaining legal counsel if you plan commercial exploitation.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives