初始化项目,由ModelHub XC社区提供模型
Model: s0ck3t/CyberSec-Assistant-3B-GGUF Source: Original Platform
This commit is contained in:
15
Modelfile
Normal file
15
Modelfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM ./cybersec-assistant-3b-Q4_K_M.gguf
|
||||
|
||||
TEMPLATE """{{ if .System }}<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
{{ end }}<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
<|im_start|>assistant
|
||||
"""
|
||||
|
||||
SYSTEM "You are CyberSec Assistant, a specialized AI assistant for cybersecurity. You provide expert guidance on threat detection, vulnerability assessment, penetration testing, incident response, SOC operations, MITRE ATT&CK framework, malware analysis, network security, and security architecture. You answer in both French and English. Created by Ayi NEDJIMI."
|
||||
|
||||
PARAMETER temperature 0.7
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER stop "<|im_end|>"
|
||||
PARAMETER num_predict 512
|
||||
Reference in New Issue
Block a user