Models
Turbo
Sign in
Download
Models
Download
Sign in
reflection
:70b-q4_0
112.8K
Downloads
Updated
11 months ago
A high-performing model trained with a new technique called Reflection-tuning that teaches a LLM to detect mistakes in its reasoning and correct course.
A high-performing model trained with a new technique called Reflection-tuning that teaches a LLM to detect mistakes in its reasoning and correct course.
Cancel
70b
reflection:70b-q4_0
...
/
template
6a340fffade7 · 297B
{{- range $i, $_ := .Messages }}<|start_header_id|>{{ .Role }}<|end_header_id|>
{{ .Content }}
{{- if ne (len (slice $.Messages $i)) 1 }}<|eot_id|>
{{- else if ne .Role "assistant" }}<|eot_id|>
{{- if eq .Role "user" }}
<|start_header_id|>assistant<|end_header_id|>
{{- end }}
{{- end }}
{{ end }}