TentaGuard is a lightweight security classifier (guard) — a fine-tune of
Qwen/Qwen3.5-0.8B. It is used
mainly inside the
TentaFlow application to scan external content — messages, documents,
web-search results, etc. — for
hidden attacks (prompt injection / jailbreak) before it
reaches the main LLM.
Apache-2.0, inherited from the base model
Qwen/Qwen3.5-0.8B.
This checkpoint is a fine-tune for attack detection, built for the
TentaFlow application.
compressed-tensors format (
nvfp4-pack-quantized): 4-bit weights (FP4 E2M1, groups of 16,
FP8 E4M3 block scales + a global FP32 scale), 4-bit activations (W4A4),
lm_head kept in full
precision. PTQ calibration via
llm-compressor
on real guard prompts.