tencent / Hunyuan-MT-7B

huggingface.co
Total runs: 3.0K
24-hour runs: 0
7-day runs: 317
30-day runs: -136
Model's Last Updated: December 30 2025
translation

Introduction of Hunyuan-MT-7B

Model Details of Hunyuan-MT-7B


🤗 Hugging Face | ModelScope |

🖥️ Official Website |   🕹️ Demo

GITHUB

Model Introduction

The Hunyuan Translation Model comprises a translation model, Hunyuan-MT-7B, and an ensemble model, Hunyuan-MT-Chimera. The translation model is used to translate source text into the target language, while the ensemble model integrates multiple translation outputs to produce a higher-quality result. It primarily supports mutual translation among 33 languages, including five ethnic minority languages in China.

Key Features and Advantages
  • In the WMT25 competition, the model achieved first place in 30 out of the 31 language categories it participated in.
  • Hunyuan-MT-7B achieves industry-leading performance among models of comparable scale
  • Hunyuan-MT-Chimera-7B is the industry’s first open-source translation ensemble model, elevating translation quality to a new level
  • A comprehensive training framework for translation models has been proposed, spanning from pretrain → cross-lingual pretraining (CPT) → supervised fine-tuning (SFT) → translation enhancement → ensemble refinement, achieving state-of-the-art (SOTA) results for models of similar size
Related News
  • 2025.9.1 We have open-sourced Hunyuan-MT-7B , Hunyuan-MT-Chimera-7B on Hugging Face.

模型链接
Model Name Description Download
Hunyuan-MT-7B Hunyuan 7B translation model 🤗 Model
Hunyuan-MT-7B-fp8 Hunyuan 7B translation model,fp8 quant 🤗 Model
Hunyuan-MT-Chimera Hunyuan 7B translation ensemble model 🤗 Model
Hunyuan-MT-Chimera-fp8 Hunyuan 7B translation ensemble model,fp8 quant 🤗 Model
Prompts
Prompt Template for ZH<=>XX Translation.

把下面的文本翻译成 <target_language> ,不要额外解释。

<source_text>


Prompt Template for XX<=>XX Translation, excluding ZH<=>XX.

Translate the following segment into <target_language> , without additional explanation.

<source_text>

Prompt Template for Hunyuan-MT-Chmeria-7B

Analyze the following multiple <target_language> translations of the <source_language> segment surrounded in triple backticks and generate a single refined <target_language> translation. Only output the refined translation, do not explain.

The <source_language> segment: <source_text>

The multiple <target_language> translations:

  1. <translated_text1>
  2. <translated_text2>
  3. <translated_text3>
  4. <translated_text4>
  5. <translated_text5>
  6. <translated_text6>

Use with transformers

First, please install transformers, recommends v4.55.4

pip install transformers==4.55.4

The following code snippet shows how to use the transformers library to load and apply the model.

we use tencent/Hunyuan-MT-7B for example

from transformers import AutoModelForCausalLM, AutoTokenizer
import os

model_name_or_path = "tencent/Hunyuan-MT-7B"

tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
model = AutoModelForCausalLM.from_pretrained(model_name_or_path, device_map="auto")  # You may want to use bfloat16 and/or move to GPU here
messages = [
    {"role": "user", "content": "Translate the following segment into Chinese, without additional explanation.\n\nIt’s on the house."},
]
tokenized_chat = tokenizer.apply_chat_template(
    messages,
    tokenize=True
    add_generation_prompt=False,
    return_tensors="pt"
)

outputs = model.generate(tokenized_chat.to(model.device), max_new_tokens=2048)
output_text = tokenizer.decode(outputs[0])

We recommend using the following set of parameters for inference. Note that our model does not have the default system_prompt.

{
  "top_k": 20,
  "top_p": 0.6,
  "repetition_penalty": 1.05,
  "temperature": 0.7
}

Runs of tencent Hunyuan-MT-7B on huggingface.co

3.0K
Total runs
0
24-hour runs
254
3-day runs
317
7-day runs
-136
30-day runs

More Information About Hunyuan-MT-7B huggingface.co Model

Hunyuan-MT-7B huggingface.co

Hunyuan-MT-7B huggingface.co is an AI model on huggingface.co that provides Hunyuan-MT-7B's model effect (), which can be used instantly with this tencent Hunyuan-MT-7B model. huggingface.co supports a free trial of the Hunyuan-MT-7B model, and also provides paid use of the Hunyuan-MT-7B. Support call Hunyuan-MT-7B model through api, including Node.js, Python, http.

Hunyuan-MT-7B huggingface.co Url

https://huggingface.co/tencent/Hunyuan-MT-7B

tencent Hunyuan-MT-7B online free

Hunyuan-MT-7B huggingface.co is an online trial and call api platform, which integrates Hunyuan-MT-7B's modeling effects, including api services, and provides a free online trial of Hunyuan-MT-7B, you can try Hunyuan-MT-7B online for free by clicking the link below.

tencent Hunyuan-MT-7B online free url in huggingface.co:

https://huggingface.co/tencent/Hunyuan-MT-7B

Hunyuan-MT-7B install

Hunyuan-MT-7B is an open source model from GitHub that offers a free installation service, and any user can find Hunyuan-MT-7B on GitHub to install. At the same time, huggingface.co provides the effect of Hunyuan-MT-7B install, users can directly use Hunyuan-MT-7B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Hunyuan-MT-7B install url in huggingface.co:

https://huggingface.co/tencent/Hunyuan-MT-7B

Url of Hunyuan-MT-7B

Hunyuan-MT-7B huggingface.co Url

Provider of Hunyuan-MT-7B huggingface.co

tencent
ORGANIZATIONS

Other API from tencent

huggingface.co

Total runs: 649.6K
Run Growth: 145.0K
Growth Rate: 22.12%
Updated:August 29 2026
huggingface.co

Total runs: 98.7K
Run Growth: -32.1K
Growth Rate: -32.77%
Updated:October 17 2025
huggingface.co

Total runs: 90.7K
Run Growth: -582.4K
Growth Rate: -642.43%
Updated:September 12 2025
huggingface.co

Total runs: 55.0K
Run Growth: -3.2K
Growth Rate: -5.79%
Updated:October 17 2025
huggingface.co

Total runs: 26.6K
Run Growth: -6.0K
Growth Rate: -23.37%
Updated:May 26 2026
huggingface.co

Total runs: 13.7K
Run Growth: -1.1K
Growth Rate: -7.62%
Updated:May 26 2026
huggingface.co

Total runs: 12.5K
Run Growth: -360
Growth Rate: -2.88%
Updated:July 30 2025
huggingface.co

Total runs: 9.2K
Run Growth: 2.6K
Growth Rate: 27.83%
Updated:October 17 2025
huggingface.co

Total runs: 7.3K
Run Growth: -1.6K
Growth Rate: -21.77%
Updated:January 01 2026
huggingface.co

Total runs: 3.5K
Run Growth: 861
Growth Rate: 25.80%
Updated:May 21 2026
huggingface.co

Total runs: 2.9K
Run Growth: 115
Growth Rate: 3.95%
Updated:February 24 2026
huggingface.co

Total runs: 2.4K
Run Growth: 1.9K
Growth Rate: 98.44%
Updated:September 10 2026
huggingface.co

Total runs: 1.7K
Run Growth: 1.4K
Growth Rate: 97.83%
Updated:September 09 2026
huggingface.co

Total runs: 1.2K
Run Growth: -353
Growth Rate: -28.89%
Updated:October 17 2025
huggingface.co

Total runs: 1.0K
Run Growth: 1.0K
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 982
Run Growth: -3.5K
Growth Rate: -374.25%
Updated:June 01 2026
huggingface.co

Total runs: 756
Run Growth: -171
Growth Rate: -22.65%
Updated:March 06 2025
huggingface.co

Total runs: 626
Run Growth: 626
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 372
Run Growth: -3.0K
Growth Rate: -804.03%
Updated:September 15 2025
huggingface.co

Total runs: 323
Run Growth: -92
Growth Rate: -29.49%
Updated:March 06 2026
huggingface.co

Total runs: 299
Run Growth: -213
Growth Rate: -73.45%
Updated:March 11 2026
huggingface.co

Total runs: 183
Run Growth: 156
Growth Rate: 86.19%
Updated:February 04 2026