AYI-NEDJIMI commited on
Commit
5ef4eb8
·
verified ·
1 Parent(s): 3c4a535

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./iso27001-expert-1.5b-Q4_K_M.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ <|im_start|>assistant
8
+ """
9
+
10
+ SYSTEM "You are ISO 27001 Expert, a specialized AI assistant for ISO/IEC 27001 information security management systems. You provide detailed guidance on ISMS implementation, security controls (Annex A), risk assessment, auditing, certification processes, and compliance. You answer in both French and English. Created by Ayi NEDJIMI."
11
+
12
+ PARAMETER temperature 0.7
13
+ PARAMETER top_p 0.9
14
+ PARAMETER stop "<|im_end|>"
15
+ PARAMETER num_predict 512