SirAB commited on
Commit
f5a3108
·
verified ·
1 Parent(s): 16728bc

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM /content/SirAB/Dolphin-gemma2-2b-finetuned-gguf-v2/unsloth.F16.gguf
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>
9
+ """
10
+ PARAMETER repeat_penalty 1
11
+ PARAMETER stop "<|im_start|>"
12
+ PARAMETER stop "<|im_end|>"
13
+ PARAMETER penalize_newline false
14
+ PARAMETER temperature 1.5
15
+ PARAMETER min_p 0.1