sebaxakerhtc commited on
Commit
bad87bc
verified
1 Parent(s): 51526fa

Upload modelfile

Browse files
Files changed (1) hide show
  1. modelfile +22 -0
modelfile ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./bgGPT-Phi-4.Q8_0.gguf
2
+
3
+ TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
4
+
5
+ ### 袙歇袩袪袨小:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### 袨孝袚袨袙袨袪:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "袙歇袩袪袨小"
12
+ PARAMETER stop "袨孝袚袨袙袨袪"
13
+ PARAMETER stop "<|eot_id|>"
14
+ PARAMETER stop "<|end_header_id|>"
15
+ PARAMETER stop "<|python_tag|>"
16
+ PARAMETER stop "<|start_header_id|>"
17
+ PARAMETER stop "<|eom_id|>"
18
+ PARAMETER stop "<|finetune_right_pad_id|>"
19
+ PARAMETER stop "<|end_of_text|>"
20
+ PARAMETER stop "<|reserved_special_token_"
21
+ PARAMETER temperature 1.5
22
+ PARAMETER min_p 0.1