zeref713 commited on
Commit
3237e0c
1 Parent(s): 2238e40

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./zeref713/phi3_5_gsm8k_LORA_gguf_FINAL/unsloth.F16.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