cyber-ken-v3-GGUF / Modelfile-Q5_K_M
XChava's picture
Add Modelfile-Q5_K_M
296d866 verified
Raw
History Blame
583 Bytes
FROM ./cyber-ken-v3-Q5_K_M.gguf
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 4096
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."""
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
<think>
</think>
"""