Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
sam860
/
dolphin3-llama3.2
:1b-F16
569
Downloads
Updated
3 months ago
Dolphin 3.0 llama3.2 🐬 - A powerful, customizable AI model for local use.
Dolphin 3.0 llama3.2 🐬 - A powerful, customizable AI model for local use.
Cancel
1b
3b
dolphin3-llama3.2:1b-F16
...
/
template
62fbfd9ed093 · 182B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>