Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
ingu627
/
EXAONE-Deep-7.8B
:latest
45
Downloads
Updated
7 months ago
EXAONE Deep exhibits superior capabilities in various reasoning tasks including math and coding benchmarks released by LG AI Research.
EXAONE Deep exhibits superior capabilities in various reasoning tasks including math and coding benchmarks released by LG AI Research.
Cancel
EXAONE-Deep-7.8B:latest
...
/
template
37cddd3bd818 · 375B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{ if eq .Role "system" }}[|system|]{{ .Content }}[|endofturn|]
{{ continue }}
{{ else if eq .Role "user" }}[|user|]{{ .Content }}
{{ else if eq .Role "assistant" }}[|assistant|]{{ .Content }}[|endofturn|]
{{ end }}
{{- if and (ne .Role "assistant") $last }}[|assistant|]{{ end }}
{{- end -}}