Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
HammerAI
/
smart-lemon-cookie
:7b-q6_K
17.5K
Downloads
Updated
1 year ago
FallenMerick/Smart-Lemon-Cookie-7B
FallenMerick/Smart-Lemon-Cookie-7B
Cancel
smart-lemon-cookie:7b-q6_K
...
/
template
f3fc3a28a8ff · 237B
{{- range .Messages }}
{{- if eq .Role "user" }}### Instruction:
{{ .Content }}
### Response:
{{ end }}
{{- if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}
{{- if eq .Role "system" }}### System:
{{ .Content }}
{{ end }}
{{- end }}