chohtet commited on
Commit
443b43a
·
verified ·
1 Parent(s): f341624

Create Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./unsloth.Q4_K_M.gguf
2
+ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
3
+
4
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
5
+
6
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
7
+
8
+ {{ .Response }}<|eot_id|>"""
9
+ PARAMETER stop "<|start_header_id|>"
10
+ PARAMETER stop "<|end_header_id|>"
11
+ PARAMETER stop "<|eot_id|>"
12
+ PARAMETER num_ctx 32768
13
+ PARAMETER temperature 0.0
14
+ PARAMETER seed 42