Storryy commited on
Commit
23191c8
1 Parent(s): 90924dc

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +4 -2
Modelfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM ./Storryy/TherapAI-7B-q8_0/unsloth.Q8_0.gguf
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
5
  {{ end }}{{ if .Prompt }}<|im_start|>user
@@ -8,4 +8,6 @@ TEMPLATE """{{ if .System }}<|im_start|>system
8
  {{ .Response }}<|im_end|>
9
  """
10
  PARAMETER stop "<|im_start|>"
11
- PARAMETER stop "<|im_end|>"
 
 
 
1
 
2
+ FROM /content/Storryy/TherapAI-7B-q8_0/unsloth.Q8_0.gguf
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
5
  {{ end }}{{ if .Prompt }}<|im_start|>user
 
8
  {{ .Response }}<|im_end|>
9
  """
10
  PARAMETER stop "<|im_start|>"
11
+ PARAMETER stop "<|im_end|>"
12
+ PARAMETER temperature 1.5
13
+ PARAMETER min_p 0.1