FROM /ollama_cache/CocoRoF__POLAR_gemma_DPO TEMPLATE """{{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 }} {{- if or (eq .Role "user") (eq .Role "system") }}user {{ .Content }} {{ if $last }}model {{ end }} {{- else if eq .Role "assistant" }}model {{ .Content }}{{ if not $last }} {{ end }} {{- end }} {{- end }}""" PARAMETER stop "" PARAMETER temperature 1 PARAMETER top_k 64 PARAMETER top_p 0.95 SYSTEM """You are a helpful assistant POLAR."""