stablediffussion002 commited on
Commit
22ac8af
·
verified ·
1 Parent(s): 9b9e70c

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +11 -10
Modelfile CHANGED
@@ -1,14 +1,15 @@
1
 
2
  FROM /content/stablediffussion002/model/unsloth.BF16.gguf
3
- TEMPLATE """{{ if .System }}<|system|>
4
- {{ .System }}<|end|>
5
- {{ end }}{{ if .Prompt }}<|user|>
6
- {{ .Prompt }}<|end|>
7
- {{ end }}<|assistant|>
8
- {{ .Response }}<|end|>
 
 
9
  """
10
- PARAMETER stop "<|end|>"
11
- PARAMETER stop "<|user|>"
12
- PARAMETER stop "<|assistant|>"
13
  PARAMETER temperature 1.5
14
- PARAMETER min_p 0.1
 
 
1
 
2
  FROM /content/stablediffussion002/model/unsloth.BF16.gguf
3
+ TEMPLATE """{{ if .System }}{{ .System }}
4
+
5
+ {{ end }}{{ if .Prompt }}### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|eot_id|>
10
+
11
  """
12
+ PARAMETER stop "<|eot_id|>"
 
 
13
  PARAMETER temperature 1.5
14
+ PARAMETER min_p 0.1
15
+ SYSTEM """Below are some instructions that describe some tasks. Write responses that appropriately complete each request."""