284 2 weeks ago

Hunyuan Translation Model Version 1.5 includes a 1.8B translation model, HY-MT1.5-1.8B, and a 7B translation model, HY-MT1.5-7B. Both models focus on supporting mutual translation across 33 languages and incorporating 5 ethnic and dialect variations.

1.8b 7b
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 -}}