340 Downloads Updated 1 month ago
ollama run ali6parmak/hy-mt1.5
Updated 1 month ago
1 month ago
7049d5cf3b52 · 4.6GB ·
This repository contains quantized versions of Tencent’s Hunyuan Translation Model (HY-MT1.5).
HY-MT1.5 is a state-of-the-art translation model supporting mutual translation across 33 languages and 5 ethnic/dialect variations. It is optimized for explanatory translation, mixed-language scenarios, terminology intervention, and formatted translation.
Performance
Pull and run the model using Ollama:
# For the 1.8B model (Fast, efficient, edge-ready)
ollama run ali6parmak/hy-mt1.5:1.8b
# For the 7B model (Higher accuracy, complex scenarios)
ollama run ali6parmak/hy-mt1.5:7b
This model works best with specific prompt structures. Do not use a system prompt; instead, use the formats below in the user prompt.
Template:
将以下文本翻译为{target_language},注意只需要输出翻译后的结果,不要额外解释:
{source_text}
Template:
Translate the following segment into {target_language}, without additional explanation.
{source_text}
Use this to force specific terms to be translated a certain way.
Template:
参考下面的翻译:
{source_term} 翻译成 {target_term}
将以下文本翻译为{target_language},注意只需要输出翻译后的结果,不要额外解释:
{source_text}
Use this when the translation depends on previous context.
Template:
{context}
参考上面的信息,把下面的文本翻译成{target_language},注意不需要翻译上文,也不要额外解释:
{source_text}
| Language | Code | Language | Code | Language | Code |
|---|---|---|---|---|---|
| Chinese | zh | English | en | French | fr |
| Portuguese | pt | Spanish | es | Japanese | ja |
| Turkish | tr | Russian | ru | Arabic | ar |
| Korean | ko | Thai | th | Italian | it |
| German | de | Vietnamese | vi | Malay | ms |
| Indonesian | id | Filipino | tl | Hindi | hi |
| Trad. Chinese | zh-Hant | Polish | pl | Czech | cs |
| Dutch | nl | Khmer | km | Burmese | my |
| Persian | fa | Gujarati | gu | Urdu | ur |
| Telugu | te | Marathi | mr | Hebrew | he |
| Bengali | bn | Tamil | ta | Ukrainian | uk |
| Tibetan | bo | Kazakh | kk | Mongolian | mn |
| Uyghur | ug | Cantonese | yue |
This model is based on the work by Tencent Hunyuan. Please refer to the Official Repository for license details.
@misc{hy-mt1.5,
title={HY-MT1.5 Technical Report},
author={Mao Zheng and Zheng Li and Tao Chen and Mingyang Song and Di Wang},
year={2025},
eprint={2512.24092},
archivePrefix={arXiv},
primaryClass={cs.CL}
}