Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
julienp79
/
occitan-gemma-3-4b-it-rslora-sfttrainer
:Q5_K_M
2
Downloads
Updated
yesterday
Gemma 3 4B Instruct fine-tuned on Occitan (Lengadocian) via RS-LoRA (r=32). Good balance of quality and speed. Q2_K to f16 quants.
Gemma 3 4B Instruct fine-tuned on Occitan (Lengadocian) via RS-LoRA (r=32). Good balance of quality and speed. Q2_K to f16 quants.
Cancel
occitan-gemma-3-4b-it-rslora-sfttrainer:Q5_K_M
...
/
template
4b19ac7dd2fb · 476B
{{- $systemPromptAdded := false }}
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<start_of_turn>user
{{- if (and (not $systemPromptAdded) $.System) }}
{{- $systemPromptAdded = true }}
{{ $.System }}
{{ end }}
{{ .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 }}