Files
ModelHub XC c37c447429 初始化项目,由ModelHub XC社区提供模型
Model: s0ck3t/CyberSec-Assistant-3B-GGUF
Source: Original Platform
2026-04-12 16:28:55 +08:00

16 lines
655 B
Plaintext

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