Models
Turbo
Sign in
Download
Models
Download
Sign in
deepcoder
:14b-preview-q4_K_M
244.1K
Downloads
Updated
4 months ago
DeepCoder is a fully open-Source 14B coder model at O3-mini level, with a 1.5B version also available.
DeepCoder is a fully open-Source 14B coder model at O3-mini level, with a 1.5B version also available.
Cancel
1.5b
14b
deepcoder:14b-preview-q4_K_M
...
/
template
369ca498f347 · 387B
{{- if .System }}{{ .System }}{{ end }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1}}
{{- if eq .Role "user" }}<|User|>{{ .Content }}
{{- else if eq .Role "assistant" }}<|Assistant|>{{ .Content }}{{- if not $last }}<|end▁of▁sentence|>{{- end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|Assistant|>{{- end }}
{{- end }}