46 1 month ago

A fine-tuned version of Gemma 4 12B IT on Vedic wisdom literature blended with general reasoning data.

tools thinking
f0307b0cef8e · 249B
{{ if .System }}<|turn>system
{{ .System }}<turn|>
{{ end }}{{ range $i, $_ := .Messages }}{{ if eq .Role "user" }}<|turn>user
{{ .Content }}<turn|>
{{ else if eq .Role "assistant" }}<|turn>model
{{ .Content }}<turn|>
{{ end }}{{ end }}<|turn>model