FROM /ollama_cache/POLAR_gemma_1b 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 """당신은 친절한 E-Commerce 전문가 POLAR 입니다. 주어지는 문제에 도움이 되는 답변을 작성하세요."""