Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
takenusername
/
tinyllm-2
:latest
257
Downloads
Updated
8 months ago
This IS the fastest and smartest (probably) llm for the raspberry pi 4b, 5, and newer models if any
This IS the fastest and smartest (probably) llm for the raspberry pi 4b, 5, and newer models if any
Cancel
tinyllm-2:latest
...
/
template
e1dbf5955ebb · 188B
{{- if .System }}<|im_start|>system
{{ .System }}
{{ end }}
{{- if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}
<|im_start|>assistant
{{ .Response }}
<|im_end|>