Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
mstute
/
megabeam-mistral-7B
:latest
4
Downloads
Updated
2 days ago
Mega Mistral 7B with a 512K Q8 context window
Mega Mistral 7B with a 512K Q8 context window
Cancel
megabeam-mistral-7B: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 }}