Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
ZimaBlueAI
/
HY-MT1.5-1.8
:1.8b
174
Downloads
Updated
1 month ago
Hunyuan Translation Model Version 1.5 includes a 1.8B translation model. The 1.8B model can be deployed on edge devices and support real-time translation scenarios, making it widely applicable.
Hunyuan Translation Model Version 1.5 includes a 1.8B translation model. The 1.8B model can be deployed on edge devices and support real-time translation scenarios, making it widely applicable.
Cancel
1.8b
7b
HY-MT1.5-1.8:1.8b
...
/
template
6363d7554283 · 484B
{{ $has_head := true }}
{{ if .System }}<|hy_begin▁of▁sentence|>{{ .System }}<|hy_place▁holder▁no▁3|>{{ else }}{{ $has_head = false }}{{ end }}
{{ range $index, $message := .Messages }}
{{ if eq $message.Role "user" }}
{{ if and (eq $index 0) $has_head }}{{ $message.Content }}<|hy_User|>{{ else }}<|hy_begin▁of▁sentence|>{{ $message.Content }}<|hy_User|>{{ end }}
{{ else if eq $message.Role "assistant" }}
{{ $message.Content }}
{{ end }}
{{ end }}