2p8xx commited on
Commit
3c31bb2
·
verified ·
1 Parent(s): 5fa5b84

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +28 -0
Modelfile ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/2p8xx/Foundation-Sec-8B-Instruct-GGUF/unsloth.F16.gguf
2
+
3
+ TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "[/TABLE_REF]"
12
+ PARAMETER stop "[/FIG_REF]"
13
+ PARAMETER stop "<|end_header_id|>"
14
+ PARAMETER stop "[/BIB_REF]"
15
+ PARAMETER stop "[/FORMULA]"
16
+ PARAMETER stop "[FIG_REF]"
17
+ PARAMETER stop "<|python_tag|>"
18
+ PARAMETER stop "<|eom_id|>"
19
+ PARAMETER stop "<|finetune_right_pad_id|>"
20
+ PARAMETER stop "<|eot_id|>"
21
+ PARAMETER stop "<|start_header_id|>"
22
+ PARAMETER stop "[TABLE_REF]"
23
+ PARAMETER stop "[FORMULA]"
24
+ PARAMETER stop "[BIB_REF]"
25
+ PARAMETER stop "<|end_of_text|>"
26
+ PARAMETER stop "<|reserved_special_token_"
27
+ PARAMETER temperature 1.5
28
+ PARAMETER min_p 0.1