Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
cyborgxx101
/
gemma4-vedic-opus-finetuned-v2
:q8_0
46
Downloads
Updated
1 month ago
A fine-tuned version of Gemma 4 12B IT on Vedic wisdom literature blended with general reasoning data.
A fine-tuned version of Gemma 4 12B IT on Vedic wisdom literature blended with general reasoning data.
Cancel
tools
thinking
gemma4-vedic-opus-finetuned-v2:q8_0
...
/
template
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