maternion/ hy-mt2:7b-q4_K_M

28 yesterday

HY-MT2 1.8B, 7B, and 30B-A3B (MoE) multilingual translation models designed for complex real-world scenarios, it supports translation among 33 languages and effectively follows translation instructions.

1.8b 7b 30b
ce76812f1438 · 510B
<|hy_begin▁of▁sentence|>
{{- if .System }}{{ .System }}<|hy_place▁holder▁no▁3|>{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if eq .Role "user" -}}
<|hy_User|>{{ .Content }}
{{- end }}
{{- if eq .Role "assistant" -}}
<|hy_Assistant|>{{ .Content }}<|hy_place▁holder▁no▁2|>
{{- end }}
{{- if and $last (ne .Role "assistant") -}}
<|hy_Assistant|>
{{- else -}}
<|hy_place▁holder▁no▁8|>
{{- end }}
{{- end -}}