723 1 month ago

Tencent's state-of-the-art Hunyuan-MT-1.5-7B translation model, quantized to Q4_K_M GGUF. Supports 33 languages with specialized handling for mixed-language and explanatory translation. Optimized for instruction-following.

d4674c50aeb7 · 353B
{{- if .System -}}
<|startoftext|>{{ .System }}<|extra_4|>
{{- end -}}
{{- range $i, $_ := .Messages -}}
{{- if eq .Role "user" -}}
{{- if and $.System (eq $i 0) -}}
{{ .Content }}<|extra_0|>
{{- else -}}
<|startoftext|>{{ .Content }}<|extra_0|>
{{- end -}}
{{- else if eq .Role "assistant" -}}
{{ .Content }}<|eos|>
{{- end -}}
{{- end -}}