Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
hellonico
/
Tanuki-7B-v0.1.f16.gguf
:latest
13
Downloads
Updated
7 months ago
Cancel
Tanuki-7B-v0.1.f16.gguf:latest
...
/
template
c502cd931388 · 218B
[INST] {{ range $index, $_ := .Messages }}
{{- if eq .Role "system" }}{{ .Content }}
{{ else if eq .Role "user" }}{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }} {{ .Content }}</s>[INST] {{ end }}
{{- end }}