130 1 year ago

ollama run dr-ry/foundation-sec-8b-instruct-chat-GGUF

Details

1 year ago

447a119494d3 ยท 4.9GB ยท

llama
ยท
8.03B
ยท
Q4_K_M
{{- $hasSystem := and (gt (len .Messages) 0) (eq (index .Messages 0).Role "system") -}} <|system|> {

Readme

๐Ÿ›ก๏ธ Foundation-Sec-8B-Instruct (Metis)

Metis is a cybersecurity-specialized instruction model, built on top of Llama-3.1-8B and trained with 5B+ security tokens.
It is tuned to act as a senior-level cybersecurity assistant โ€” precise, professional, and context-aware.

This Ollama release includes the full chat template and parameters, so the model is instruction-ready out of the box.


๐Ÿš€ Quickstart

Pull and run directly:
ollama pull dr-ry/foundation-sec-8b-instruct-chat-GGUF ollama run dr-ry/foundation-sec-8b-instruct-chat-GGUF

No Modelfile needed โ€” the chat template is already embedded.

๐Ÿงฉ Example Uses

Ask Metis to:

  • Write Splunk SPL or Sigma detection queries
  • Explain and validate CVEs, CWEs, ATT&CK techniques
  • Generate YARA / Suricata / Snort rules
  • Assess cloud security configs (JSON, Terraform, YAML, XML)
  • Summarize threat intel reports or attacker tradecraft

๐Ÿ”‘ Model Identity

  • Name: Metis (Foundation-Sec-8B-Instruct)
  • Domain: Cybersecurity (threat hunting, CTI, cloud security, detection engineering, IR)
  • Release: April 2025
  • Base: Llama-3.1-8B
  • Specialization: Instruction-tuned with 5B+ curated cybersecurity tokens

๐Ÿ“ฆ Quantizations Available

  • Q4_K_M โ€” ~5 GB, fast and memory-efficient
  • Q8_0 โ€” ~9 GB, higher fidelity

๐Ÿ“ Notes

  • Responses are optimized for cybersecurity tasks only.
  • If asked harmful, unrelated, or unsafe questions (e.g. malware generation), Metis will politely refuse.
  • Always verify and test security content (detections, configs) in your environment.

๐Ÿ”— Links