Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
takenusername
/
tinyllm-2
:latest
604
Downloads
Updated
1 year 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|>