Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
LTG
/
normistral-11b-thinking
:latest
6
Downloads
Updated
1 week ago
This is our instruction-tuned NorMistral-11B language model for Norwegian, trained on open datasets and released under Apache 2.0 license.
This is our instruction-tuned NorMistral-11B language model for Norwegian, trained on open datasets and released under Apache 2.0 license.
Cancel
normistral-11b-thinking:latest
...
/
template
e6d875cfd84c · 392B
{{- if .System }}<system_prompt>{{- if eq (slice .System 0 1) " " }}{{ .System }}{{- else }} {{ .System }}{{- end }}</system_prompt>{{- end }}{{- range .Messages }}{{- if eq .Role "user" }}<instruction> {{ .Content }}</instruction>{{- else if eq .Role "assistant" }}{{- if and .Content (eq (slice .Content 0 1) " ") }}{{ .Content }}{{- else }} {{ .Content }}{{- end }}</s>{{- end }}{{- end }}