Shay1309 commited on
Commit
d24b2db
·
verified ·
1 Parent(s): ca01d8d

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +3 -3
Modelfile CHANGED
@@ -9,11 +9,11 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
9
  {{ .Response }}<|endoftext|>"""
10
 
11
  PARAMETER stop "</s>"
12
- PARAMETER stop "<|user|>"
13
- PARAMETER stop "<|assistant|>"
14
  PARAMETER stop "<|system|>"
15
  PARAMETER stop "<|end|>"
16
- PARAMETER stop "<unk>"
 
17
  PARAMETER stop "<|endoftext|>"
18
  PARAMETER stop "<|placeholder"
19
  PARAMETER temperature 1.5
 
9
  {{ .Response }}<|endoftext|>"""
10
 
11
  PARAMETER stop "</s>"
12
+ PARAMETER stop "<unk>"
 
13
  PARAMETER stop "<|system|>"
14
  PARAMETER stop "<|end|>"
15
+ PARAMETER stop "<|assistant|>"
16
+ PARAMETER stop "<|user|>"
17
  PARAMETER stop "<|endoftext|>"
18
  PARAMETER stop "<|placeholder"
19
  PARAMETER temperature 1.5