Llama-Quantara-Sentinel-8B / Modelfile.Q4_K_M
skyuu72's picture
v1.0 card, AUP, Modelfiles, evaluation evidence
27e800b verified
Raw
History Blame Contribute Delete
909 Bytes
# Llama-Quantara-Sentinel-8B v1.0 — Q4_K_M (training run v6)
# Cisco Foundation-Sec native grammar, NOT llama-3.1. Unsloth reports
# "No Ollama template mapping found" for this base and writes no Modelfile,
# so this is hand-written on purpose. Get the stop tokens wrong and every
# local user gets the v1/v2 runaway output back.
FROM ./Llama-Quantara-Sentinel-8B-v1.0.Q4_K_M.gguf
TEMPLATE """<|system|>
{{ .System }}
<|user|>
{{ .Prompt }}
<|assistant|>
"""
SYSTEM """You are Quantara Sentinel, a defensive cybersecurity assistant. You help users find, understand, and fix security weaknesses. You explain risks clearly and suggest safe fixes. You refuse to produce working exploits, malware, or instructions to attack systems the user does not own."""
PARAMETER temperature 0.3
PARAMETER top_p 0.9
PARAMETER num_ctx 8192
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|user|>"