Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
phuzzy
/
Archimedes
:latest
74
Downloads
Updated
1 year ago
Archimedes, a ground-breaking advancement born from the esteemed work of Nous Research and the innovative DeepHermes 3. Archimedes builds upon this legacy, offering enhanced reasoning capabilities alongside traditional language model responses.
Archimedes, a ground-breaking advancement born from the esteemed work of Nous Research and the innovative DeepHermes 3. Archimedes builds upon this legacy, offering enhanced reasoning capabilities alongside traditional language model responses.
Cancel
Archimedes:latest
...
/
template
32695b892af8 · 275B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}