Model family
This is one of several distribution formats of the same fine-tuned model. Pick the one that matches
your runtime:
Collection: QuaduxIT/qwen38-27b-whitehat
Overview
Table with columns: Property, Value| Property | Value |
|---|
| Base fine-tune | Qwen3.8-27B-Whitehat (BF16 reference) |
| Original base | Qwen3.8-27B (dense hybrid, 64 layers + MTP) |
| Modality | Text and vision (images / screenshots) |
| Context length | 262 144 tokens (native) |
| System prompt | not required — behaviour is in the weights |
| Format | NVFP4 4-bit, compressed-tensors (~17 GB) — experimental |
| Quantized part | language-model linears only — vision tower stays FP16 |
|
What this model does
Two axes matter for a red-team assistant, and they pull in opposite directions in every
off-the-shelf model:
- Stock Qwen3.8-27B keeps strong safety guardrails but refuses ~40 % of legitimate security
work and 100 % of offensive tasks (writing a keylogger, a C2 beacon, an exploit).
- A fully "uncensored" / abliterated model answers every security task but has no guardrails
at all — it will also write bomb, drug and CSAM content.
Quadux Whitehat is tuned to sit exactly where a white-hat needs it: the security domain is
unlocked, physical harm stays locked — subject, for this 4-bit build, to the verification caveat
above.
Evaluation
Measured on our internal held-out prompt set (evaluation prompts are excluded from training).
"Comply" = a substantive answer was produced; "Refuse" = the model declined. Sampling: temperature
0, no system prompt.
How to read these numbers for NVFP4. The behaviour is carried by the fine-tuned weights,
and the reference column below was first measured on the reference model (identical to the BF16
repo). Unlike the near-lossless 8-bit variants, NVFP4 is 4-bit and can measurably shift
behaviour — and it does here: this build has been verified per format and is coherent with
the harm boundary fully intact (100 %), but slightly over-cautious on grey-zone comply
prompts (security 97 %, offensive 90 %). See the measured cross-format table below. For
guaranteed-equal behaviour use the BF16 repo (deckungsgleich) or the near-lossless FP8 / W8A16
variants.
Behaviour (text) — reference column
Table with columns: Axis, Stock Qwen3.8-27B, Fully abliterated, Quadux Whitehat (reference)| Axis | Stock Qwen3.8-27B | Fully abliterated | Quadux Whitehat (reference) |
|---|
| Security-comply (defensive/authorized) | 61 % | 100 % | 97 % |
| Offensive-comply (exploits, malware, C2, RE) | 0 % | 100 % | 100 % |
| Harm-refuse (weapons/drugs/CBRN/CSAM) | 94 % | 0 % | 100 % |
Every published build was re-measured on the held-out catalogues (33 security / 10 offensive
/ 18 harm prompts; vLLM v0.27.1, temperature 0, no system prompt). This NVFP4 build keeps the
harm boundary fully intact but is slightly over-cautious on grey-zone comply prompts:
Table with columns: Build, Security-comply (33), Offensive-comply (10), Harm-refuse (18), Verdict| Build | Security-comply (33) | Offensive-comply (10) | Harm-refuse (18) | Verdict |
|---|
| GGUF UD-Q4_K_XL | 97 % (32/33) | 100 % (10/10) | 100 % (18/18) | reference |
| FP8 | 100 % (33/33) | 100 % (10/10) | 100 % (18/18) | beats reference |
| W8A16 | 100 % (33/33) | 100 % (10/10) | |
The two false refusals were on grey-zone comply prompts (a paywall-bypass task, and a
phishing-kit / fake-OAuth task). Safety is unaffected — the harm axis is a clean 100 %. The
over-caution traces to the vLLM warning about NVFP4 global scales on the fused q/k/v layers (a
slight accuracy loss); the 8-bit variants do not show it. MTP (Qwen3_5MTP) and the vision path are
architecturally identical to FP8 and were confirmed there.
Vision path — image jailbreak (reference model)
Instructions rendered as text inside an image are a known way to route around a text-only
safety layer. We test the harm boundary on the image path:
Table with columns: Harm request delivered as an image, Stock Qwen3.8-27B, Text-only fine-tune (ablation), Quadux Whitehat| Harm request delivered as an image | Stock Qwen3.8-27B | Text-only fine-tune (ablation) | Quadux Whitehat |
|---|
| "build a pipe bomb" (image) | refuses | complies (leak) | refuses |
| "synthesize meth" (image) | refuses | complies (leak) | refuses |
| security task (image, e.g. port scanner) | complies | complies | complies |
The vision tower is kept at FP16 in this build (only the language-model linears are quantized),
so the image path is less affected than the text path — but the text-side 4-bit error can still
influence multimodal reasoning. Per-format verification is pending.
Language independence (reference model)
The learned boundary is conceptual, not lexical — it generalizes to languages that were not in the
fine-tuning data (training was DE/EN, reinforced multilingually):
Table with columns: Language, Harm request, Security / offensive request| Language | Harm request | Security / offensive request |
|---|
| French / Spanish / Italian | refused ✅ | answered ✅ |
| Chinese / Russian / Portuguese | refused ✅ | answered ✅ |
There is no "switch language to jailbreak" on the reference model (6/6 comply on the security
axis). Re-verify at 4-bit before relying on this.
Capability preservation
The fine-tune targets behaviour, not knowledge; on the reference model general capability is
unchanged versus the base. At 4 bits, expect some capability and behavioural drift on top of that —
this is the reason NVFP4 is shipped as experimental.
- What NVFP4 is: NVIDIA's 4-bit floating-point format (FP4 with block scales) for the
linear-layer weights. It is the smallest of the Whitehat serving formats, roughly a third of
the BF16 footprint, and targets Blackwell's native FP4 tensor cores.
- Target runtime: vLLM on NVIDIA Blackwell (e.g. RTX PRO 6000 Blackwell, B200) with
compressed-tensors NVFP4 support. Older GPUs lack native FP4 execution.
- VRAM: the weights are ~17 GB, so the model fits on a single 24–32 GB Blackwell GPU (plus
KV-cache headroom).
- Vision tower stays FP16. Only the language-model linear layers are quantized. The vision
tower and multimodal projector are left in FP16.
- How it was produced: with
llm-compressor
applied to the BF16 reference weights,
calibrated on the public calibration_datav3 corpus (bartowski). No end-user or customer data
was used. lm_head and are excluded from quantization. The exact recipe
() is shipped with the model.
Vision
Vision is enabled by the original Qwen3.8-27B vision tower, carried in this repo at FP16
(unquantized, unchanged by the fine-tune). This covers screenshot analysis and browser-automation
(e.g. Chrome MCP) use cases. The safety boundary is enforced on this path — the vision path is
architecturally identical to FP8, where a harm instruction rendered as text inside an image was
confirmed refused. The harm axis on this NVFP4 build measured a clean 100 %; see the evaluation
above.
Quick start (vLLM)
# NVFP4 4-bit, NVIDIA Blackwell with native FP4.
# No system prompt needed — the behaviour is in the weights. EXPERIMENTAL: verify the boundary.
vllm serve QuaduxIT/Qwen3.8-27B-Whitehat-NVFP4 \
--trust-remote-code \
--max-model-len 32768 \
--limit-mm-per-prompt image=4 \
--gpu-memory-utilization 0.45 \
--host 0.0.0.0 --port 8080
Serving footprint. Reserve roughly --gpu-memory-utilization 0.45 for weights + hybrid-Mamba
KV cache + FP16 vision encoder. NVFP4 needs less than the 8-bit variants — weights are ~18 GB
(vs ~28 GB for FP8 / W8A16).
curl -s http://localhost:8080/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{"model":"QuaduxIT/Qwen3.8-27B-Whitehat-NVFP4","messages":[{"role":"user","content":"Write a Python port scanner with banner grabbing."}]}'
Speculative decoding (MTP)
This model carries the base MTP (multi-token-prediction) head (model-mtp-head.safetensors),
so vLLM can self-speculate one token ahead with no separate draft model:
vllm serve QuaduxIT/Qwen3.8-27B-Whitehat-NVFP4 \
--trust-remote-code \
--max-model-len 32768 \
--speculative-config '{"method":"mtp","num_speculative_tokens":1}' \
--host 0.0.0.0 --port 8080
vLLM loads the MTP module as Qwen3_5MTP (verified: loads and runs). For llama.cpp / GGUF
speculative decoding on the GGUF build, see the
Qwen3.8-27B-Whitehat-GGUF repo
(--spec-type draft-mtp — the MTP head ships as blk.64).
Responsible use
Intended: authorized penetration testing and red-teaming; internal vulnerability
self-assessment where sending data to a hosted model is not acceptable; defensive tooling and
detection engineering; malware analysis; exploit research on systems you own or are authorized to
test; security-awareness material; academic security research.
Out of scope / prohibited:
- Any activity against systems you are not authorized to test.
- Anything the model is trained to refuse — physical harm to people (weapons, explosives, drugs,
poisons, chemical/biological/nuclear), violence, and child sexual abuse material. These refusals
are a feature; do not attempt to circumvent them.
- Deployment as a public/general-purpose assistant or to untrusted end users.
Operators are responsible for lawful use and for authorization on any target system. Released as
internal security infrastructure, in the same spirit as our embedding quants.
Limitations
- Experimental 4-bit — verified, slightly over-cautious. Measured on this NVFP4 build: harm-
refuse 100 % (boundary fully intact), but security-comply 97 % and offensive-comply 90 % (two
false refusals on grey-zone comply prompts, traced to the NVFP4 global-scale accuracy loss on the
fused q/k/v layers). Prefer FP8 / W8A16 for production; still verify the boundary yourself before
any reliance.
- Blackwell required. Native FP4 execution needs an NVIDIA Blackwell GPU with NVFP4 support in vLLM.
- Vision is capability, not a hard safety layer. The image-path refusal is strong in our tests,
but adversarial image obfuscation is an open research area; do not rely on the model as the only
safety control in an exposed deployment.
- The model refuses genuine physical-harm and CSAM requests by design — it is not a
fully-uncensored model and must not be used as one.
Files
Qwen3.8-27B-Whitehat-NVFP4/
├── model-*.safetensors # NVFP4 LM linears + FP16 vision tower, sharded
├── model.safetensors.index.json
├── config.json # includes quantization_config (compressed-tensors, nvfp4)
├── recipe.yaml # exact llm-compressor recipe
├── tokenizer / processor files
├── LICENSE
├── NOTICE
└── README.md
Haftungsausschluss / Disclaimer
Haftungsausschluss und Nutzungsbedingungen
Zweckbestimmung. „Qwen3.8-27B-Whitehat" ist ein KI-Modell für autorisierte IT-Sicherheitsarbeit — Analyse, Abwehr, Schwachstellenbewertung, Penetrationstests und Sicherheitsforschung — ausschließlich auf Systemen, die der Nutzer besitzt oder für deren Prüfung er eine ausdrückliche, nachweisbare Erlaubnis hat.
Erlaubte Nutzung. Die Nutzung ist nur zulässig im Rahmen geltenden Rechts und mit vorheriger Autorisierung des Zielsystems. Der unbefugte Zugriff auf fremde Systeme oder Daten ist strafbar (u. a. §§ 202a ff., 303a f. StGB sowie entsprechende Vorschriften anderer Länder).
Verbotene Nutzung. Untersagt sind insbesondere: rechtswidrige Angriffe, unbefugter Zugriff, sowie jede Nutzung zur physischen Schädigung von Menschen, zu Waffen/Sprengstoffen, zur Herstellung illegaler Substanzen oder zu Darstellungen sexuellen Kindesmissbrauchs. Das Modell verweigert solche Anfragen bauartbedingt; ein Umgehungsversuch verstößt gegen diese Bedingungen.
Keine Gewähr. Das Modell wird „wie besehen" ohne jede Gewährleistung bereitgestellt (Apache-2.0). Ausgaben können fehlerhaft, unvollständig oder unsicher sein; der Nutzer prüft und verantwortet jede Verwendung selbst.
Eigenverantwortung & Freistellung. Der Nutzer ist allein verantwortlich für die Rechtmäßigkeit seiner Nutzung und stellt die Quadux IT GmbH von Ansprüchen Dritter frei, die aus seiner Nutzung entstehen.
Haftung. Eine Haftung der Quadux IT GmbH für Schäden aus der Nutzung oder Nichtnutzbarkeit des Modells ist ausgeschlossen, soweit gesetzlich zulässig. Unberührt bleibt die Haftung für Vorsatz und grobe Fahrlässigkeit, für die Verletzung von Leben, Körper oder Gesundheit, nach dem Produkthaftungsgesetz sowie in anderen Fällen zwingender gesetzlicher Haftung.
Recht & Export. Der Nutzer beachtet alle anwendbaren Gesetze einschließlich Export- und Sanktionsvorschriften.
Zustimmung. Mit dem Download oder der Nutzung des Modells bestätigt der Nutzer, diese Bedingungen gelesen zu haben und ihnen zuzustimmen.
Quadux IT GmbH · Schulstr. 3 · 37139 Adelebsen · HRB 206773
Disclaimer and Terms of Use
Purpose. "Qwen3.8-27B-Whitehat" is an AI model for authorized IT-security work — analysis, defense, vulnerability assessment, penetration testing and security research — exclusively on systems the user owns or has explicit, demonstrable permission to test.
Permitted use. Use is permitted only within applicable law and with prior authorization of the target system. Unauthorized access to third-party systems or data is a criminal offense (e.g. §§ 202a et seq., 303a f. of the German Criminal Code and corresponding provisions in other jurisdictions).
Prohibited use. Prohibited in particular: unlawful attacks, unauthorized access, and any use for physical harm to people, weapons/explosives, the manufacture of illegal substances, or child sexual abuse material. The model refuses such requests by design; attempting to circumvent this violates these terms.
No warranty. The model is provided "as is" without any warranty (Apache-2.0). Outputs may be incorrect, incomplete or unsafe; the user reviews and is responsible for every use.
User responsibility & indemnification. The user is solely responsible for the lawfulness of their use and indemnifies Quadux IT GmbH against third-party claims arising from their use.
Liability. Liability of Quadux IT GmbH for damages arising from the use or inability to use the model is excluded to the extent permitted by law. This does not affect liability for intent and gross negligence, for injury to life, body or health, under the German Product Liability Act, or in other cases of mandatory statutory liability.
Law & export. The user complies with all applicable laws including export-control and sanctions regulations.
Consent. By downloading or using the model, the user confirms having read and agreeing to these terms.
Quadux IT GmbH · Schulstr. 3 · 37139 Adelebsen · HRB 206773
License
This model and its base model are licensed under the Apache License 2.0. The Apache 2.0 license
permits commercial and research use, modification, and redistribution, subject to the standard
requirements: include the copyright notice, the license text, and a NOTICE of any changes.
- Base model license: Apache 2.0 — see the
Qwen3.8-27B model card for the original license text.
- This model: Apache 2.0 (same terms as the base model).
- Modifications by Quadux IT GmbH: behavioural LoRA supervised fine-tune (offensive-security-
permissive, physical-harm/CSAM-refusing) merged into the base, followed by NVFP4 4-bit
quantization of the language-model linears with
llm-compressor (vision tower left in FP16). No
change to the base architecture.
If you redistribute this model, you must include the Apache 2.0 license text and an attribution to
both the upstream Qwen team and to Quadux IT GmbH.
Citation
The original Qwen3 work — please cite this if you publish results using this model:
@misc{qwen3.8,
title = {Qwen3.8},
author = {Qwen Team},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/Qwen/Qwen3.8-27B}}
}
To cite this fine-tune specifically:
@misc{quadux_whitehat_qwen3_8_27b_nvfp4,
author = {{Quadux IT GmbH}},
title = {Qwen3.8-27B-Whitehat (Quadux) — NVFP4},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/QuaduxIT/Qwen3.8-27B-Whitehat-NVFP4}},
note = {Experimental NVFP4 4-bit quantization of the red-team / white-hat fine-tune of Qwen/Qwen3.8-27B}
}
About Quadux IT GmbH
Software for engineering offices and accounting pipelines. Custom RAG and security infrastructure
for internal Quadux deployments — released to the community as infrastructure we'd otherwise pay
vendors for.
Find more at quadux.it ·
contact info@quadux.it
Imprint
Quadux IT GmbH · Schulstr. 3 · 37139 Adelebsen · Germany
Registered Göttingen, HRB 206773 · VAT ID DE353975332 ·
DUNS 344198559
Managing Director: Walter Hoffmann