Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
demonbyron
/
HY-MT1.5-1.8B
:bf16
860
Downloads
Updated
1 month ago
Tencent's state-of-the-art Hunyuan-MT-1.5-1.8B translation model, quantized to Q4_K_M GGUF. Supports 33 languages with specialized handling for mixed-language and explanatory translation. Optimized for instruction-following.
Tencent's state-of-the-art Hunyuan-MT-1.5-1.8B translation model, quantized to Q4_K_M GGUF. Supports 33 languages with specialized handling for mixed-language and explanatory translation. Optimized for instruction-following.
Cancel
HY-MT1.5-1.8B:bf16
...
/
template
390ad3bbe29f · 400B
{{- if .System -}}
<|hy_begin▁of▁sentence|>{{ .System }}<|hy_place▁holder▁no▁3|>
{{- else -}}
<|hy_begin▁of▁sentence|>
{{- end -}}
{{- range .Messages -}}
{{- if eq .Role "user" -}}
<|hy_User|>{{ .Content }}
{{- else if eq .Role "assistant" -}}
<|hy_Assistant|>{{ .Content }}<|hy_place▁holder▁no▁2|>
{{- end -}}
{{- end -}}
<|hy_Assistant|>