# Llama-Quantara-Sentinel-8B v1.0 — Q8_0 (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.Q8_0.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|>"