Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
amperecomputing
/
Mistral-7B-Instruct-v0.3
:Q8R16
27
Downloads
Updated
2 weeks ago
Cancel
Mistral-7B-Instruct-v0.3:Q8R16
...
/
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 }}