Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF
Summary
This article presents Blackfrost-AI's abliterated version of the Qwen3.8-27B model, modified to reduce refusal behaviors and released in GGUF format for local inference, with benchmarks indicating a low residual refusal rate.
View Cached Full Text
Cached at: 08/19/26, 09:44 AM
Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF · Hugging Face
Source: https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF

https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#all-standard-quants-liveAll standard quants live The complete standard K-quant ladder (
Q2\_KthroughQ8\_0) and both vision projectors are included. No IQ/IK or importance-matrix quants are used.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#embedded-mtp-upgrade–august-16-2026Embedded MTP upgrade — August 16, 2026 All nine main GGUF quants were rebuilt with Qwen3.8’s native MTP head embedded directly in each model. This removes the separate-draft loading failure reported with the earlier sidecars and improves one-file llama.cpp compatibility.**Redownload your selected main quant.**The vision projectors are unchanged; separate
mtp\-files are no longer required.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#experimental-releaseExperimental release This is a newly supported architecture and a deliberately modified research checkpoint. Validate the selected quant, context, sampling, vision, tools, and structured-output behavior in your own workload before deployment.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#refusal-benchmark–r1-harmful-bench-450Refusal benchmark — R1-HARMFUL-BENCH-450
The release score is11 residual refusals from 450 original cases (2.4%). The shipped Blackfrost short execution prompt is embedded once in the GGUF chat template.
This result is a sequential, manually reviewed residual funnel measured on the W4A4 NVFP4 derivative of the same BF16 parent. It is not a fresh full-450 GGUF run with every case presented under the final short prompt.
evaluation stagecases evaluatedmaterial answertrue refusal remainingotherRaw upstream template450360882 capability limitationsBlackfrost operational-prompt retest88 residuals53331 limitation, 1 reproducible incoherent outputShipped short execution-prompt retest33 residuals22110Final residual count****450 original cases—11 (2.4%)— The 450-case source set contains 150 AdvBench, 150 StrongREJECT, and 150 XSTest prompts. The final 11 comprise 1 AdvBench, 5 StrongREJECT, and 5 XSTest cases. An opening objection followed by a materially useful payload was counted as softened compliance, not as a refusal; a true refusal means the requested payload never arrived.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#why-this-model-existsWhy this model exists
Qwen3.8-27B is the dense, deployment-friendly member of the Qwen3.8 family. This is theabliteratedBlackfrost build: refusal behavior was reduced through a weight-level process, then the BF16 parent was converted into a standard GGUF ladder for local llama.cpp inference.
It is not a coding fine-tune, merge, LoRA, or pruned model.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#specificationsSpecifications
ArchitectureQwen3.8 dense hybrid VLM · 64 text layers · Gated DeltaNet + full attention · 27-layer vision towerParentBlackfrost\-AI/Qwen3\.8\-27B\-ABLITERATED\-BF16BaseQwen/Qwen3\.8\-27B· Apache-2.0TransformAbliterated — refusal surface modified at weight level; no fine-tuning or pruningFormatsQ2\_K,Q3\_K\_S,Q3\_K\_M,Q4\_K\_S,Q4\_K\_M,Q5\_K\_S,Q5\_K\_M,Q6\_K,Q8\_0Context262,144 tokens architecturally; practical context depends on RAM/VRAM and concurrencyModalitiesText, image, and video input; text outputChat behaviorBlackfrost short execution prompt embedded in the default Jinja chat templateMTP speculative headEmbedded natively in every main GGUF quant; no sidecar required
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#quant-ladderQuant ladder
quantsizerecommended forQ2_K10.9 GBsmallest standard quant; largest quality trade-offQ3_K_S12.3 GBvery tight memoryQ3_K_M13.5 GBcompact general useQ4_K_S15.8 GBlower-memory Q4 optionQ4_K_M16.8 GBdefault — balanced quality and footprintQ5_K_S19.0 GBhigher fidelityQ5_K_M19.5 GBstrong quality/size balanceQ6_K22.4 GBnear-BF16 behavior for many workloadsQ8_029.0 GBmaximum fidelity in the ladder File sizes are decimal GB as displayed by Hugging Face. Runtime memory also includes context state, compute buffers, the optional vision projector, and server overhead.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#vision-projector-filesVision projector files
Load one text quant plus onemmprojfile for image or video input:
filesizepurposemmproj\-Qwen3\.8\-27B\-ABLITERATED\-F16\.gguf0.93 GBfull-fidelity vision projectormmproj\-Qwen3\.8\-27B\-ABLITERATED\-Q8\_0\.gguf0.63 GBcompact projector; unsupported 4,304-wide tensors retain F16 automatically
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#mtp-speculative-decodingMTP speculative decoding
Every main GGUF contains Qwen3.8’s native 65th NextN/MTP block. Load only the selected model quant and enable MTP speculation directly:
llama-server \
-hf Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF:Q4_K_M \
--spec-type draft-mtp --spec-draft-n-max 3 \
-ngl 999 --jinja -c 16384
For a manually downloaded model, use the same MTP flags with\-m Qwen3\.8\-27B\-ABLITERATED\-Q4\_K\_M\.gguf. Do not pass\-\-spec\-draft\-model: the MTP head is already inside the main file.
The rebuilt Q4_K_M canary was verified with llama.cpp as a 65-block model (n\_layer=64,n\_layer\_all=65) and produced measurable native drafting: 14 of 21 drafted tokens accepted (66.7%) in the release smoke test. Acceptance and speedup vary with prompts, sampling, hardware, context, and concurrency.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#serving-with-llamacppServing with llama.cpp
Use a current llama.cpp build withllama\-server.Q4\_K\_Mplus the compact projector was load- and generation-tested through the OpenAI-compatible chat API on an NVIDIA B200.
hf download Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF \
Qwen3.8-27B-ABLITERATED-Q4_K_M.gguf \
mmproj-Qwen3.8-27B-ABLITERATED-Q8_0.gguf \
--local-dir ./Qwen3.8-27B-ABLITERATED-GGUF
llama-server \
-m ./Qwen3.8-27B-ABLITERATED-GGUF/Qwen3.8-27B-ABLITERATED-Q4_K_M.gguf \
--mmproj ./Qwen3.8-27B-ABLITERATED-GGUF/mmproj-Qwen3.8-27B-ABLITERATED-Q8_0.gguf \
-ngl 999 -fa on --jinja \
--host 0.0.0.0 --port 8080 -c 16384 \
--temp 1.0 --top-p 0.95 --top-k 20
- **Text only:**omit
\-\-mmprojand do not download a projector. - **CPU or hybrid inference:**lower
\-ngl; use\-ngl 0for CPU-only operation. - **Larger context:**increase
\-conly after checking memory headroom at the intended concurrency. - **Embedded prompt:**keep
\-\-jinjaenabled so the repository’s default chat template is applied. - One-command kit:
deploy/serve\.shdownloads and serves the selected quant; seedeploy/DEPLOYMENT\.mdfor the full guide.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#api-checkAPI check
curl http://127.0.0.1:8080/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{
"model": "Qwen3.8-27B-ABLITERATED",
"messages": [{"role": "user", "content": "Reply with exactly READY and nothing else."}],
"temperature": 0,
"max_tokens": 64
}'
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#quality-checkQuality check
WikiText-2 rolling perplexity was measured on the parent artifacts through the same 8K API harness:
artifactword perplexitybyte perplexitybits/byteClean upstream BF168.47641.49140.5766Blackfrost W4A4 NVFP4 derivative9.36771.51950.6036
These figures are parent-artifact measurements, not per-quant GGUF perplexity scores. The rebuilt embedded-MTPQ4\_K\_MGGUF passed a real llama.cpp load, generation, and speculative-drafting smoke test; the compact projector remains unchanged from its prior validated build.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#deployment-responsibilityDeployment responsibility
This checkpoint has a deliberately reduced refusal surface. Open weights do not provide an application policy, authorization system, audit trail, sandbox, or access-control boundary. Operators are responsible for authenticated access, least-privilege tool credentials, execution isolation, logging, and approval boundaries appropriate to their deployment.
The embedded prompt is a behavioral instruction, not a security boundary.
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF#disclaimerDisclaimer
Refusal behavior in this checkpoint has been deliberately modified at the weight level. It is not a safety-stock model and must not be represented as one.
This checkpoint is provided “as is,” without warranty of any kind. Measurements describe only the tested artifacts, prompts, templates, samplers, serving engines, and review criteria. They do not guarantee that any particular input will be accepted or refused, that every upstream capability is retained, or that the measurements generalize to multimodal, tool-use, long-context, or multi-turn settings.
The derivative remains subject to the Apache 2.0 license shipped with the official Qwen3.8-27B checkpoint.
Built byBlackfrost· Las Vegas, NV. Not affiliated with Qwen or Alibaba.
Similar Articles
Qwen3.8-27B abliterated FP8: refusal 64–99% → 0–6%, and MMLU/GSM8K move less than 1.3 points
The article discusses the evaluation of the abliterated Qwen3.8-27B FP8 AI model, which shows a significant reduction in refusal rates from 64-99% to 0-6% with minimal impact on performance metrics like MMLU and GSM8K, and is published as red-team material.
empero-ai/Qwen3.8-27B-Ridge-GGUF
This article describes the release of a quantized GGUF version of the Qwen3.8-27B AI model, optimized for efficient local inference on hardware with limited VRAM.
0bserverx/Qwen3.8-27B-Heretic-Abliterated-Uncensored-GGUF
This article describes the release of Qwen3.8-27B-Heretic-Abliterated-Uncensored-GGUF, a double-refined abliterated variant of the Qwen model with reduced refusals for adult audiences, using ARA technique for research and creative writing.
huihui-ai/Huihui-Qwen3.8-27B-abliterated
This is an uncensored version of the Qwen3.8-27B AI model created using abliteration to remove refusals, serving as a proof-of-concept for modifying LLMs without extensive tools.
Qwen3.6-27B-GGUF is here!
Community GGUF release of Qwen’s 27B hybrid-architecture model with 262k context, multimodal inputs, tool calling and "Thinking Preservation" for agentic coding.