Incorrect12321 commited on
Commit
3b7a075
·
verified ·
1 Parent(s): 6a5a5f4

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./Incorrect12321/MentalModels/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
4
+ USER: {{ .Prompt }}{{ end }}
5
+ ASSISTANT: {{ .Response }}<|end_of_text|>"""
6
+
7
+ PARAMETER stop "<|eom_id|>"
8
+ PARAMETER stop "<|finetune_right_pad_id|>"
9
+ PARAMETER stop "<|eot_id|>"
10
+ PARAMETER stop "<|end_header_id|>"
11
+ PARAMETER stop "<|start_header_id|>"
12
+ PARAMETER stop "<|python_tag|>"
13
+ PARAMETER stop "<|end_of_text|>"
14
+ PARAMETER stop "<|reserved_special_token_"
15
+ SYSTEM "Below are some instructions that describe some tasks. Write responses that appropriately complete each request."