Shay1309 commited on
Commit
e2cc0b0
·
verified ·
1 Parent(s): a136254

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +2 -6
Modelfile CHANGED
@@ -8,15 +8,11 @@ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
8
  ### Response:
9
  {{ .Response }}<eos>"""
10
 
11
- PARAMETER stop "[@BOS@]"
12
  PARAMETER stop "[toxicity=0]"
 
13
  PARAMETER stop "<eos>"
14
- PARAMETER stop " "
15
- PARAMETER stop " "
16
  PARAMETER stop "<unused"
17
- PARAMETER stop " "
18
- PARAMETER stop " "
19
- PARAMETER stop " "
20
  PARAMETER stop " "
21
  PARAMETER temperature 1.5
22
  PARAMETER min_p 0.1
 
8
  ### Response:
9
  {{ .Response }}<eos>"""
10
 
 
11
  PARAMETER stop "[toxicity=0]"
12
+ PARAMETER stop "[@BOS@]"
13
  PARAMETER stop "<eos>"
 
 
14
  PARAMETER stop "<unused"
15
+ PARAMETER stop " "
 
 
16
  PARAMETER stop " "
17
  PARAMETER temperature 1.5
18
  PARAMETER min_p 0.1