Shinobu 7B v8 โ€” Q4_K_M GGUF

Production cybersecurity-triage copilot for the Shinobu on-prem security stack.

Base: Qwen2.5-7B-Instruct + Shinobu LoRA v8 (merged + Q4_K_M quantized). Size: 4.4 GB. Runs on 16 GB RAM / 8-core CPU. No GPU required. Quality: 93% verdict accuracy on 30 held-out hard triage probes (FP 8/10, TP 10/10, abstain 10/10).

Quick install via ollama

curl -fL -o shinobu-7b-v8.Q4_K_M.gguf \
  https://huggingface.co/aashishk029/shinobu-7b-v8/resolve/main/shinobu-7b-v8.Q4_K_M.gguf
sha256sum -c <(curl -s https://huggingface.co/aashishk029/shinobu-7b-v8/resolve/main/SHA256SUMS)

cat > Modelfile <<'MF'
FROM ./shinobu-7b-v8.Q4_K_M.gguf
TEMPLATE """{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER temperature 0
PARAMETER num_ctx 4096
SYSTEM """You are Shinobu, an on-prem cybersecurity assistant. Triage alerts: identify the attack, map to MITRE ATT&CK, judge true/false positive, set severity, and recommend a response action that the operator must APPROVE before execution (never auto-execute)."""
MF

ollama create shinobu-v8 -f Modelfile
ollama run shinobu-v8 "Triage this: 380 failed SSH logins from 91.219.236.140 to db-prod-01..."

Full deployment

Use the Shinobu installer for systemd + audit chain + approval dashboard:

git clone https://github.com/aashishk029/shinobu
cd shinobu
sudo SHINOBU_GGUF_URL='https://huggingface.co/aashishk029/shinobu-7b-v8/resolve/main/shinobu-7b-v8.Q4_K_M.gguf' \
     SHINOBU_GGUF_SHA256='f1ae7e1c2581706cd514e661c30b4bf23aae020ccce9e34d2cad4d449845a5fd' \
     bash install.sh

Then follow FIRSTRUN.md.

Honest limits

  • AI is L2 advisory, not L1 detection. Every state-changing action requires a human click.
  • Atomic Red Team fusion recall = 46% on 1,800 events. Improves with pilot-driven rule expansion, not magic.
  • Abstains rather than fabricating verdicts on thin telemetry. This is intentional and the v8 calibration win.

License

Source-available under Polyform Free Trial 1.0.0 for non-commercial / free trial use. Paid commercial subscription required for production deployment in for-profit contexts. See LICENSE, PRICING.md, and TRIAL_TERMS.md.

Base model Qwen2.5-7B-Instruct is governed by Alibaba's Tongyi Qianwen License (see NOTICE).

Downloads last month
2
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for aashishk029/shinobu-7b-v8

Base model

Qwen/Qwen2.5-7B
Adapter
(2372)
this model