How to use from
Unsloth Studio
# Gated model: Login with a HF token with gated access permission
hf auth login
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for glyphsoftware/sentinel-r2-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for glyphsoftware/sentinel-r2-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for glyphsoftware/sentinel-r2-gguf to start chatting
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

This model is the proprietary property of Glyph Software LLP. Access is granted only to authorized licensees under a signed agreement. This is an offensive-security agent adapter intended solely for authorized penetration testing and security research. By requesting access you confirm you are an authorized user, that you will only use it against systems you are explicitly permitted to test, and that you agree to the terms in the LICENSE file.

Log in or Sign Up to review the conditions and access this model content.

Sentinel-R2 (GGUF)

Proprietary & Confidential. Sentinel-R2 is the exclusive property of Glyph Software LLP. It is not open source and is distributed under a proprietary, all-rights-reserved license.

GGUF builds of Sentinel-R2, an offensive-security agent for authorized penetration testing, for use with llama.cpp and compatible runtimes (Ollama, LM Studio, etc.). These are the full merged weights converted from the fine-tuned model — not the LoRA adapter.

Base model: empero-ai/Qwythos-9B-Claude-Mythos-5-1M (architecture qwen3_5, a vision-capable multimodal model).

Files

File Quant Size Notes
sentinel-r2-bf16.gguf BF16 ~17.9 GB Full-precision source; use to derive further quants
sentinel-r2-Q8_0.gguf Q8_0 ~9.5 GB Near-lossless
sentinel-r2-Q4_K_M.gguf Q4_K_M ~5.6 GB Recommended balance of size/quality
sentinel-r2-mmproj-f16.gguf F16 ~0.9 GB Vision projector (multimodal input)

The multi-token-prediction (MTP) head from the base model is not included (converted with --no-mtp); it is only used for speculative drafting and is not required for normal inference.

Usage

Text generation:

llama-completion -m sentinel-r2-Q4_K_M.gguf -p "..." --temp 0.6

With vision (pass the projector):

llama-mtmd-cli -m sentinel-r2-Q4_K_M.gguf \
  --mmproj sentinel-r2-mmproj-f16.gguf \
  --image target.png -p "Describe this screenshot."

Sentinel-R2 is a reasoning + tool-use model: it emits <think> reasoning before its response. Provide it a target scope and a shell-execute tool for agentic use.

License

Proprietary. All rights reserved by Glyph Software LLP. Use only against systems you are explicitly authorized to test.

Downloads last month
-
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for glyphsoftware/sentinel-r2-gguf

Finetuned
Qwen/Qwen3.5-9B
Quantized
(97)
this model