Hydestory commited on
Commit
69d439a
1 Parent(s): 9f75b42

(Trained with Unsloth)

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