Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
ahmets
/
gemma3-4b-finetuned
:latest
34
Downloads
Updated
5 months ago
This model was fine-tuned on a Turkish corpus consisting of 21,399 Wikipedia articles and approximately 5,000 multiple-choice questions sourced from the alibayram/turkish_mmlu dataset.
This model was fine-tuned on a Turkish corpus consisting of 21,399 Wikipedia articles and approximately 5,000 multiple-choice questions sourced from the alibayram/turkish_mmlu dataset.
Cancel
gemma3-4b-finetuned: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 }}