Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
hmahmood
/
neo4j-gemma-3-27b-inst-q8
:latest
136
Downloads
Updated
10 months ago
Q8 quantized model https://huggingface.co/neo4j/text-to-cypher-Gemma-3-27B-Instruct-2025.04.0
Q8 quantized model https://huggingface.co/neo4j/text-to-cypher-Gemma-3-27B-Instruct-2025.04.0
Cancel
neo4j-gemma-3-27b-inst-q8:latest
...
/
template
680a6206c576 · 363B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 }}
{{- if eq .Role "user" }}<start_of_turn>user
{{- if and (eq $i 1) $.System }}
{{ $.System }}
{{ end }}
{{ .Content }}<end_of_turn>
{{ else if eq .Role "assistant" }}<start_of_turn>model
{{ .Content }}<end_of_turn>
{{ end }}
{{- if $last }}<start_of_turn>model
{{ end }}
{{- end }}