Instructions to use tencent/Hunyuan-MT-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tencent/Hunyuan-MT-7B with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="tencent/Hunyuan-MT-7B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("tencent/Hunyuan-MT-7B") model = AutoModelForCausalLM.from_pretrained("tencent/Hunyuan-MT-7B") - Notebooks
- Google Colab
- Kaggle
Performance issues related to official models and self-deployed models.
#24 opened 3 months ago
by
hugo1024
Update README.md
#23 opened 5 months ago
by
LittleTaro
短语翻译有些过了,正常嘛
#22 opened 5 months ago
by
medisean
json格式输入,输出json格式容易出错。官网和kaggle都不行。
#21 opened 6 months ago
by
ganluo960214
从维吾尔语翻译到汉语是总是输出些额外的解释、换行或注释,即使使用了官方的提示词也是如此
#20 opened 7 months ago
by
lzx-hgginface
Can not load model
#19 opened 7 months ago
by
tridm
建议-个人使用感觉
➕ 2
#18 opened 7 months ago
by
aries-bhf
vllm (docker)not support
1
#17 opened 8 months ago
by
1q1q11
Improve model card for Hunyuan-MT: Add pipeline tag, license, paper abstract, and comprehensive content from GitHub
#14 opened 8 months ago
by
nielsr
why are you using query/key layer norm AFTER rotary
4
#11 opened 9 months ago
by
vince62s
TypeError: 'NoneType' object is not iterable,Tencent-Hunyuan/Hunyuan-MT-7B-fp8 。 Mac-M4
1
#10 opened 9 months ago
by
xingyyyyyyyy
tensorrt-llm demo
👍 1
#9 opened 9 months ago
by
weege007
finetune guide
👍 1
1
#6 opened 9 months ago
by
rastegar
can you provide onnx model weights?
2
#5 opened 9 months ago
by
ningpp
Hello, where can I find the translation languages supported by this model
1
#4 opened 9 months ago
by
LJWaaaaa
This is not open-source
🔥👀 3
4
#3 opened 9 months ago
by
ilintar