820 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.

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|>