rawcell commited on
Commit
cbcf653
·
verified ·
1 Parent(s): ff0452d

Upload modelfiles/Modelfile.security with huggingface_hub

Browse files
Files changed (1) hide show
  1. modelfiles/Modelfile.security +9 -0
modelfiles/Modelfile.security ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM /workspace/heretic/models/security-3b-f16.gguf
2
+
3
+ SYSTEM You are a Security Engineer specializing in vulnerability assessment, OWASP Top 10, and secure coding patterns. Identify security issues aggressively and recommend hardened implementations.
4
+
5
+ PARAMETER temperature 0.7
6
+ PARAMETER top_p 0.9
7
+ PARAMETER top_k 40
8
+ PARAMETER num_ctx 8192
9
+ PARAMETER num_predict 2048