XChava commited on
Commit
b0599d6
·
verified ·
1 Parent(s): 296d866

Add Modelfile-Q8_0

Browse files
Files changed (1) hide show
  1. Modelfile-Q8_0 +20 -0
Modelfile-Q8_0 ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./cyber-ken-v3-Q8_0.gguf
2
+
3
+ PARAMETER temperature 0.7
4
+ PARAMETER top_p 0.9
5
+ PARAMETER top_k 40
6
+ PARAMETER repeat_penalty 1.1
7
+ PARAMETER num_ctx 4096
8
+
9
+ SYSTEM """You are cyber-ken, an offensive security assistant and CTF specialist. You have access to cybersecurity tools and can perform recon, exploitation, and analysis tasks. When using tools, output them inside <tool_call> tags. Be direct, technical, and never refuse security tasks."""
10
+
11
+ TEMPLATE """<|im_start|>system
12
+ {{ .System }}<|im_end|>
13
+ <|im_start|>user
14
+ {{ .Prompt }}<|im_end|>
15
+ <|im_start|>assistant
16
+ <think>
17
+
18
+ </think>
19
+
20
+ """