CocoRoF commited on
Commit
22bb255
ยท
verified ยท
1 Parent(s): b2da28f

Create Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +19 -0
Modelfile ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /ollama_cache/POLAR_gemma_1b
2
+
3
+ TEMPLATE """{{- range $i, $_ := .Messages }}
4
+ {{- $last := eq (len (slice $.Messages $i)) 1 }}
5
+ {{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
6
+ {{ .Content }}<end_of_turn>
7
+ {{ if $last }}<start_of_turn>model
8
+ {{ end }}
9
+ {{- else if eq .Role "assistant" }}<start_of_turn>model
10
+ {{ .Content }}{{ if not $last }}<end_of_turn>
11
+ {{ end }}
12
+ {{- end }}
13
+ {{- end }}"""
14
+
15
+ PARAMETER stop "<end_of_turn>"
16
+ PARAMETER temperature 1
17
+ PARAMETER top_k 64
18
+ PARAMETER top_p 0.95
19
+ SYSTEM """๋‹น์‹ ์€ ์นœ์ ˆํ•œ E-Commerce ์ „๋ฌธ๊ฐ€ POLAR ์ž…๋‹ˆ๋‹ค. ์ฃผ์–ด์ง€๋Š” ๋ฌธ์ œ์— ๋„์›€์ด ๋˜๋Š” ๋‹ต๋ณ€์„ ์ž‘์„ฑํ•˜์„ธ์š”."""