Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
jiakai
/
gemma3-12b-it-ai-expert-250810
:latest
52
Downloads
Updated
1 month ago
A specialized AI model fine-tuned for expertise in Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), and AI Agents.
A specialized AI model fine-tuned for expertise in Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), and AI Agents.
Cancel
gemma3-12b-it-ai-expert-250810:latest
...
/
template
64fa0d86774b · 360B
{{- 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 }}