Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
halprin
/
questions
:homework7
3
Downloads
Updated
4 months ago
The fine-tuned Llama 3.2 1 billion parameter model to answer questions meant to trip up LLMs.
The fine-tuned Llama 3.2 1 billion parameter model to answer questions meant to trip up LLMs.
Cancel
questions:homework7
...
/
template
19ef07178167 · 296B
{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}
{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
Answer the following question correctly: {{ .Prompt }}<|eot_id|>{{ end }}
<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>