Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
dnotitia
/
dna
:8b-instruct-q4_K
699
Downloads
Updated
9 months ago
DNA 1.0 8B Instruct is a state-of-the-art (SOTA) bilingual language model specifically optimized for Korean language, while also maintaining strong English capabilities.
DNA 1.0 8B Instruct is a state-of-the-art (SOTA) bilingual language model specifically optimized for Korean language, while also maintaining strong English capabilities.
Cancel
8b
dna:8b-instruct-q4_K
...
/
template
e989ec5a5306 · 530B
{{- if or .System }}<|start_header_id|>system<|end_header_id|>
{{- if .System }}
{{ .System }}
{{- end }}
<|eot_id|>
{{- end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
{{ .Content }}<|eot_id|>
{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
{{ end }}
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
{{ .Content }}
{{ if not $last }}<|eot_id|>{{ end }}
{{- end }}
{{- end }}