Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
ollamaced
/
gemma3_27b_pml_multiPDF_q4k_m
:latest
55
Downloads
Updated
3 months ago
This is a 8 bit quantized version of a gemma3:27b fine tuned with YagCed/Aveva_PML_test on HF. If you're from Aveva and want this model to be removed from public view, please let me know.
This is a 8 bit quantized version of a gemma3:27b fine tuned with YagCed/Aveva_PML_test on HF. If you're from Aveva and want this model to be removed from public view, please let me know.
Cancel
gemma3_27b_pml_multiPDF_q4k_m: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 }}