154 Downloads Updated 1 month ago
ollama run alpernae/qwen2.5-auditor
ollama launch claude --model alpernae/qwen2.5-auditor
ollama launch codex --model alpernae/qwen2.5-auditor
ollama launch opencode --model alpernae/qwen2.5-auditor
ollama launch openclaw --model alpernae/qwen2.5-auditor
alpernae/qwen2.5-auditor is a local model wrapper built from qwen2.5-coder and configured for security-focused code review and static analysis assistance. It uses a strict system persona (Astra) that guides the model toward provable vulnerability discovery and succinct reporting.
qwen2.5-coder:latest (declared in Modelfile).Modelfile (root of this workspace).Modelfile)num_ctx: 4096num_predict: 1024repeat_last_n: 256repeat_penalty: 1.15temperature: 0top_k: 10top_p: 1min_p: 0seed: 42These parameters emphasize deterministic, low-variance outputs suitable for audit-style responses.
This model and associated files are provided for non-commercial use only. Commercial use, distribution, sublicensing, or any use for monetary gain is prohibited without prior written permission from the copyright holder.
To build the model locally using Ollama (from this project directory):
# create / build locally using the Modelfile
ollama create -f Modelfile alpernae/qwen2.5-auditor
# optionally push to local registry if supported
ollama push alpernae/qwen2.5-auditor
If create fails, inspect the error message — common issues are unsupported parameter names or syntax errors in Modelfile.
Single prompt:
ollama run alpernae/qwen2.5-auditor "Summarize the OWASP Top 10 in one paragraph."
Interactive run:
ollama run alpernae/qwen2.5-auditor
# then type prompts interactively
parameter entries in Modelfile. Ollama accepts only specific parameter keys; try simplifying to the most common keys (e.g., top_p, temperature, repeat_penalty, num_ctx) or consult your ollama version docs.Modelfile use lowercase keywords allowed by the tool: from, license, template, system, adapter, renderer, parser, parameter, message, requires.Modelfile conversion and README; added deterministic parameters and non-commercial license.For questions about configuration please feel free to reach out to me via X/Twitter: @alpernae