shaythuram commited on
Commit
0fa8b77
·
verified ·
1 Parent(s): 4e4b09c

(Trained with Unsloth)

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