Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
MHKetbi
/
AceMath-72B-Instruct
:latest
33
Downloads
Updated
7 months ago
model excel at solving English mathematical problems using Chain-of-Thought (CoT) reasoning available in [F16, q8_0, q6_K, q4_K_S]
model excel at solving English mathematical problems using Chain-of-Thought (CoT) reasoning available in [F16, q8_0, q6_K, q4_K_S]
Cancel
AceMath-72B-Instruct:latest
...
/
template
c19f224a1d90 · 313B
{{- range .Messages -}}
{{- if eq .Role "user" -}}
<|im_start|>user
{{ .Content }}
Please give a step-by-step answer and use a \boxed command to denote the final answer.<|im_end|>
{{- else -}}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end -}}
{{- end -}}
<|im_start|>assistant