hienbm commited on
Commit
9053f02
·
verified ·
1 Parent(s): 093a2a7

Trained with Unsloth - Ollama Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM gemma-2-9b-it.Q4_K_M.gguf
3
+ TEMPLATE """<start_of_turn>user
4
+ {{ if .System }}{{ .System }} {{ end }}{{ .Prompt }}<end_of_turn>
5
+ <start_of_turn>model
6
+ {{ .Response }}<end_of_turn>
7
+ """
8
+ PARAMETER repeat_penalty 1
9
+ PARAMETER stop "<start_of_turn>"
10
+ PARAMETER stop "<end_of_turn>"
11
+ PARAMETER penalize_newline false
12
+ PARAMETER temperature 1.5
13
+ PARAMETER min_p 0.1
14
+ PARAMETER num_ctx 4096