Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
Kristiyan
/
bggpt-kristiyan-gemma2-2.6B
:latest
6
Downloads
Updated
2 weeks ago
This is a Bulgarian language model developed by INSAIT, built on top of Gemma2-2.6B and fine-tuned specifically for instruction-following tasks in Bulgarian. It’s optimized for high-quality responses and conversational use.
This is a Bulgarian language model developed by INSAIT, built on top of Gemma2-2.6B and fine-tuned specifically for instruction-following tasks in Bulgarian. It’s optimized for high-quality responses and conversational use.
Cancel
bggpt-kristiyan-gemma2-2.6B:latest
...
/
template
e0a42594d802 · 358B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
{{ .Content }}<end_of_turn>
{{ if $last }}<start_of_turn>model
{{ end }}
{{- else if eq .Role "assistant" }}<start_of_turn>model
{{ .Content }}{{ if not $last }}<end_of_turn>
{{ end }}
{{- end }}
{{- end }}