EREN121232 commited on
Commit
60f7dc1
·
verified ·
1 Parent(s): e52bfc9

Add local Ollama Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +13 -0
Modelfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./MAJESTIC-FIN-R1-Q8_0.gguf
2
+
3
+ TEMPLATE """<|startoftext|>{{ 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 }}"""
9
+
10
+ PARAMETER num_ctx 4096
11
+ PARAMETER temperature 0.7
12
+ PARAMETER stop "<|im_end|>"
13
+ PARAMETER stop "<|im_start|>"