6 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.

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 }}