Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
vanilj
/
reflection-70b-iq2_xxs
:latest
332
Downloads
Updated
1 year ago
Reflection Llama-3.1 70B is (currently) the world's top open-source LLM, trained with a new technique called Reflection-Tuning that teaches a LLM to detect mistakes in its reasoning and correct course.
Reflection Llama-3.1 70B is (currently) the world's top open-source LLM, trained with a new technique called Reflection-Tuning that teaches a LLM to detect mistakes in its reasoning and correct course.
Cancel
reflection-70b-iq2_xxs:latest
...
/
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 }}