findthehead commited on
Commit
bcf9192
·
1 Parent(s): 67af3de

Add Modelfile for Ollama support

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./cveparrot.gguf
2
+
3
+ TEMPLATE """{{ .Prompt }}"""
4
+
5
+ PARAMETER temperature 0.7
6
+ PARAMETER top_p 0.9
7
+ PARAMETER top_k 40
8
+ PARAMETER num_ctx 2048
9
+ PARAMETER stop "<|endoftext|>"
10
+
11
+ SYSTEM """You are CVEParrot, an AI assistant specialized in cybersecurity vulnerabilities and CVE (Common Vulnerabilities and Exposures) analysis. Provide accurate, detailed information about security vulnerabilities, their impact, and mitigation strategies."""