VR29 commited on
Commit
6c909fa
·
verified ·
1 Parent(s): 6bd2600

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +18 -0
Modelfile ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./VR29/aquafoundary_llm_v0/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """Answer the question asked below{{ if .Prompt }}
4
+
5
+ ### Question:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "<|finetune_right_pad_id|>"
12
+ PARAMETER stop "<|eot_id|>"
13
+ PARAMETER stop "<|eom_id|>"
14
+ PARAMETER stop "<|python_tag|>"
15
+ PARAMETER stop "<|start_header_id|>"
16
+ PARAMETER stop "<|end_header_id|>"
17
+ PARAMETER stop "<|end_of_text|>"
18
+ PARAMETER stop "<|reserved_special_token_"