Thermostatic commited on
Commit
ba7c422
1 Parent(s): 6526ef3

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +13 -0
Modelfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ FROM ./Thermostatic/Gemma-2-NeuralTranslate-9b-v0.7-GGUF/unsloth.BF16.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