JonathanColetti/Qwen3.8-27B-Uncensored-GGUF
Summary
A quantized GGUF release of the Qwen3.8-27B model with reduced refusal behavior, retaining multi-token prediction and offering various quantization options for use with llama.cpp.
View Cached Full Text
Cached at: 08/16/26, 03:33 PM
JonathanColetti/Qwen3.8-27B-Uncensored-GGUF · Hugging Face
Source: https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#qwen38-27b-uncensored-ggufQwen3.8-27B-Uncensored-GGUF
UncensoredQwen3.8-27B, published as GGUF quantizations with the multi-token prediction (MTP) head retained and verified.
Refusal behaviour has beensubstantially reduced, not eliminated. See Measured behaviour for the numbers. Capabilities, training data, and architecture are otherwise unchanged.
**MTP tensors verified, not assumed.**Abliteration drops the
mtp\.\*tensors: the model is re-saved through transformers, which does not carry the MTP head, whileconfig\.jsonstill advertises it. They are grafted back from the base checkpoint and every file is inspected after quantization — see Method and Verification.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#methodMethod
- Refusal directions removed withHeretic, which co-minimizes refusal count against KL divergence from the base model. No hand-written refusal-removal code, no fine-tuning, no additional training data.
- Abliteration runs at bf16 (no 4-bit quantization); the resulting LoRA is merged into the bf16 base, so the published weights are not a quantized round trip.
mtp\.\*tensors are copied verbatim from the base checkpoint after merging. Abliteration never touches them — it modifiesattn\.o\_projandmlp\.down\_projin the main stack.- The draft head was trained against the unmodified model, so acceptance rate may fall slightly. Speculative decoding verifies every token against the target, so output quality is unaffected.
- imatrix is computed directly from the f16, not from an intermediate quantization, so calibration sees the real weights.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#whats-hereWhat’s here
FamilyFilesUse whenFusedQwen3\.8\-27B\-Uncensored\-<QUANT\>\.ggufOne file. MTP rides inline as a built-in draft.Target + draftQwen3\.8\-27B\-Uncensored\-noMTP\-<QUANT\>\.gguf+Qwen3\.8\-27B\-Uncensored\-draft\-Q8\_0\.ggufYour runtime wants an explicit\-\-model\-draft.VisionQwen3\.8\-27B\-Uncensored\-vision\-f16\.ggufImage input, if the base model ships a vision tower.
The draft head stays at Q8_0 in every configuration. It is small relative to the target, and quantizing it harder costs draft acceptance rate for almost no disk saving.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#overviewOverview
BaseQwen/Qwen3.8-27BArchitectureQwen3\_5ForConditionalGenerationLayers64Vocab248320MTP layers1VisionyesContext262144QuantsIQ2_M, IQ4_XS, Q4_K_M, Q5_K_M, Q6_K, Q8_0imatrixwikitext-2 raw, 200 chunks,publishedConverted withllama.cppa94d563ed
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#filesFiles
FileSizeMTPPPL (wikitext-2)Qwen3\.8\-27B\-Uncensored\-IQ2\_M\.gguf10.6 GByesPPL = 7.8581 +/- 0.27481Qwen3\.8\-27B\-Uncensored\-IQ4\_XS\.gguf15.3 GByesPPL = 7.1583 +/- 0.25019Qwen3\.8\-27B\-Uncensored\-Q4\_K\_M\.gguf16.8 GByesPPL = 7.1814 +/- 0.25227Qwen3\.8\-27B\-Uncensored\-Q5\_K\_M\.gguf19.5 GByesPPL = 7.1573 +/- 0.25055Qwen3\.8\-27B\-Uncensored\-Q6\_K\.gguf22.4 GByesPPL = 7.1689 +/- 0.25149Qwen3\.8\-27B\-Uncensored\-Q8\_0\.gguf29.0 GByesPPL = 7.1764 +/- 0.25195Qwen3\.8\-27B\-Uncensored\-draft\-Q8\_0\.gguf3.2 GB--Qwen3\.8\-27B\-Uncensored\-noMTP\-IQ2\_M\.gguf10.2 GBnoPPL = 7.8581 +/- 0.27481Qwen3\.8\-27B\-Uncensored\-noMTP\-IQ4\_XS\.gguf15.1 GBno-Qwen3\.8\-27B\-Uncensored\-noMTP\-Q4\_K\_M\.gguf16.5 GBno-Qwen3\.8\-27B\-Uncensored\-noMTP\-Q5\_K\_M\.gguf19.2 GBno-Qwen3\.8\-27B\-Uncensored\-noMTP\-Q6\_K\.gguf22.1 GBno-Qwen3\.8\-27B\-Uncensored\-noMTP\-Q8\_0\.gguf28.6 GBno-Qwen3\.8\-27B\-Uncensored\-imatrix\.dat13.6 MB--
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#perplexityPerplexity
Measured on this build, every quant in one session against the same f16 baseline, so the rows are comparable to each other.
FilePPL (wikitext-2)vs f16Qwen3\.8\-27B\-Uncensored\-f16\.gguf(baseline, not shipped)7.1557 +/- 0.25104Qwen3\.8\-27B\-Uncensored\-Q5\_K\_M\.gguf7.1573 +/- 0.25055+0.0016Qwen3\.8\-27B\-Uncensored\-IQ4\_XS\.gguf7.1583 +/- 0.25019+0.0026Qwen3\.8\-27B\-Uncensored\-Q6\_K\.gguf7.1689 +/- 0.25149+0.0132Qwen3\.8\-27B\-Uncensored\-Q8\_0\.gguf7.1764 +/- 0.25195+0.0207Qwen3\.8\-27B\-Uncensored\-Q4\_K\_M\.gguf7.1814 +/- 0.25227+0.0257Qwen3\.8\-27B\-Uncensored\-IQ2\_M\.gguf7.8581 +/- 0.27481+0.7024
**Read the error bars before reading the ordering.**Every row except IQ2_M sits inside a span of 0.026 against a standard error of roughly 0.25, so those quants are not separable from the f16 or from each other, and their ordering here is noise. Do not conclude that Q8_0 is worse than Q5_K_M. The only difference this measurement actually resolves is IQ2_M, which is about 2.8 standard errors above the baseline.
ThenoMTP\-\*twins are not listed because they measure identically to their fused counterparts. The MTP block is inert during a normal forward pass, which was confirmed here: fused and noMTP IQ2_M both return 7.8581, and fused and noMTP f16 both return 7.1557.
Corpus isSalesforce/wikitext,wikitext\-2\-raw\-v1,test\-00000\-of\-00001\.parquet,textcolumn joined with\\n. This is the same file used for the importance matrix, described in full below.
llama-perplexity -m Qwen3.8-27B-Uncensored-IQ2_M.gguf \
-f calibration.txt -ngl 99 --chunks 20
Perplexity detects gross quantization damage and nothing else. It does not measure reasoning, code, multilingual ability, or refusal behaviour. See Caveats that matter.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#importance-matrixImportance matrix
Qwen3\.8\-27B\-Uncensored\-imatrix\.datis the importance matrix every quantization in this repo was built with. All twelve of theIQ2\_M,IQ4\_XS,Q4\_K\_M,Q5\_K\_M,Q6\_KandQ8\_0files, fused andnoMTPalike, record it in their own metadata. The standalonedraft\-Q8\_0head and thevision\-f16projector do not, because neither was built with one.
It is published so the files here can be reproduced, and so you can build quants that are not in this repo.
CorpusSalesforce/wikitext,wikitext\-2\-raw\-v1,test\-00000\-of\-00001\.parquetAssemblytextcolumn joined with\\n, giving 1,292,013 bytes, md5d998c24b049cf7c009dbf2672da70b5aChunks200 x 512 tokensComputed fromthe f16 GGUF, not an intermediate quantizationBuilt withllama.cppa94d563ed
Two things to know before you use it:
- It is GGUF-format despite the
\.datextension(general\.type = imatrix). llama.cpp builds predating GGUF imatrix support will not load it. - It contains no entries for
blk\.64, the MTP block.llama\-imatrixnever activates the draft head during a normal forward pass, so no activations are collected for it. This matters below.
Provenance is checkable rather than asserted: re-quantizing the f16 to Q4_K_M with this file reproduces the publishedQwen3\.8\-27B\-Uncensored\-Q4\_K\_M\.ggufto byte-identical tensors across all 866 tensors.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#building-other-low-bit-quants-yourselfBuilding other low-bit quants yourself
The floor here is IQ2_M at 10.6 GB. If you want something smaller, or a type that is not published, the imatrix above lets you build it.
You will need the f16 GGUF, which is not published here because it is 54 GB. Build it from the bf16 weights, which are public:
hf download JonathanColetti/Qwen3.8-27B-Uncensored --local-dir Qwen3.8-27B-Uncensored
python convert_hf_to_gguf.py Qwen3.8-27B-Uncensored \
--outfile Qwen3.8-27B-Uncensored-f16.gguf --outtype f16
Add\-\-no\-mtpto that command for thenoMTPvariant. The MTP shard is already grafted into the bf16 repo, so nothing needs restoring first.
**The MTP block must be pinned.**Because the imatrix has noblk\.64entries, and because IQ3_XXS, IQ2_XXS, IQ2_S and IQ2_M require per-tensor importance data, a fused low-bit build without a pin does not merely degrade the draft head.llama\-quantizerefuses to run at all. Pinningblk\.64toq8\_0sidesteps the requirement and keeps the draft head intact:
llama-quantize \
--imatrix Qwen3.8-27B-Uncensored-imatrix.dat \
--tensor-type 'blk\.64\.=q8_0' \
--token-embedding-type q4_K \
Qwen3.8-27B-Uncensored-f16.gguf Qwen3.8-27B-Uncensored-IQ2_XXS.gguf IQ2_XXS
\-\-token\-embedding\-type q4\_Kis the largest size lever on this model. llama.cpp force-bumpstoken\_embdto Q5_K on every IQ2/IQ1 ftype, and at 248320 vocab that is roughly 8 to 10% of parameters. Do not go belowq4\_K. Omit the\-\-tensor\-typepin fornoMTP\-\*builds, since there is no block to pin.
Verify afterwards that the block survived, rather than assuming it did:
python quantize.py inspect Qwen3.8-27B-Uncensored-IQ2_XXS.gguf # expect 65/65, has_mtp: true
**2-bit warning.**IQ2_M is the most degraded file in this repo, and anything you build below it will be worse. Expect the loss to land hardest on the thing this model is used for. Behaviour near the old refusal boundary is already its least stable property (see Caveats that matter), and 2-bit compounds exactly that. Perplexity will tell you the model is not broken. It will not tell you the refusal boundary still behaves the way it does at Q6_K, and nothing in this repo measures that at 2-bit.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#third-party-quantsThird party quants
A third party publishes a range of mixed-precision variants derived from this model:
**Not produced by or affiliated with this repo.**It is not built by me, I have not verified its files or its published numbers, and any metrics quoted there were not measured on the harness used here, so they are not comparable to the perplexity figures in this card. Linked because people ask for sizes I do not ship, not as an endorsement.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#usageUsage
llama-server -m Qwen3.8-27B-Uncensored-Q4_K_M.gguf \
--spec-type draft-mtp --spec-draft-n-max 2 \
-ngl 99 -c 8192
Target plus explicit draft:
llama-server -m Qwen3.8-27B-Uncensored-noMTP-Q4_K_M.gguf \
--spec-type draft-mtp \
--model-draft Qwen3.8-27B-Uncensored-draft-Q8_0.gguf \
-ngl 99 -c 8192
\-\-spec\-draft\-n\-maxdefaults to 3. Throughput depends on your hardware, so sweep it — measurements across draft lengths are inqwen3.8-spec-decode-bench.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#verificationVerification
Each artifact was checked post-quantization for MTP tensor survival rather than inferred from the conversion flag:
python quantize.py inspect Qwen3.8-27B-Uncensored-Q4_K_M.gguf
This reports metadata keys, declaredblock\_count, and blocks actually present. A fused file whose present-block count does not exceed its declared count did not retain the MTP block.
FileMTPblocksQwen3\.8\-27B\-Uncensored\-f16\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-f16\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-IQ2\_M\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-IQ2\_M\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-IQ4\_XS\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-IQ4\_XS\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-Q4\_K\_M\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-Q4\_K\_M\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-Q5\_K\_M\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-Q5\_K\_M\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-Q6\_K\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-Q6\_K\.ggufFalse64/64Qwen3\.8\-27B\-Uncensored\-Q8\_0\.ggufTrue65/65Qwen3\.8\-27B\-Uncensored\-noMTP\-Q8\_0\.ggufFalse64/64
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#measured-behaviourMeasured behaviour
Benchmarked against the unmodified base model on identical settings. The delta is the figure that matters: it isolates what the weight edit cost.
TaskBaseUncensoredΔMMLU83.483.3-0.2ARC-Challenge58.957.7-1.2HellaSwag82.882.9+0.1Winogrande76.175.3-0.8Mean****-0.5 0-shot vialm-evaluation-harness, bf16, both models scored in the same session. Every delta is within or close to the reported standard error (MMLU +/- 0.30, ARC +/- 1.44, HellaSwag +/- 0.38, Winogrande +/- 1.21), so none is clearly separable from run-to-run noise.
These are 0-shot and are not comparable to Qwen’s published scores, which use few-shot prompting. They are directly comparable to each other, which is the point. Note also that ARC-Challenge is low for a model at this MMLU — the base scores 58.9 under the same settings, so that is format sensitivity in a reasoning-tuned model, not abliteration damage.
What the benchmarks donotcover: no generative evaluation (GSM8K, HumanEval), no math or code, no multilingual, and the harness loads the text stack only — nothing here measures the vision tower or MTP speculative decoding.
MeasurementBase modelThis modelRefusals (100 held-out harmful prompts)98/10012/100KL divergence vs base (first-token)00.1191 Search: 200 Heretic trials, 23 non-dominated points. The published model is the marked row.
refusalsKL divergence12/1000.1191← published13/1000.105219/1000.072223/1000.063526/1000.050727/1000.041035/1000.040636/1000.038741/1000.036644/1000.035246/1000.033448/1000.033151/1000.032152/1000.029460/1000.029076/1000.028077/1000.024783/1000.020486/1000.019391/1000.017096/1000.014697/1000.004498/1000.0004
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#how-to-read-theseHow to read these
Refusal rateis the count of refusals over 100 held-out prompts frommlabonne/harmful\_behaviors(test split) — explicitly harmful requests, not benign ones. So this number isnotan over-refusal rate: it does not tell you how often the model declines legitimate work. It tells you how much of the original safety behaviour on harmful requests remains.
KL divergenceis measured against the unmodified base model over first-token distributions, and is the optimizer’s proxy for “how much did we damage the model”. Lower is closer to base. It is a proxy, not a capability measurement — a low KL does not certify that reasoning or coding ability survived, and nothing here does certify that.
The two trade off against each other. Heretic searches a Pareto front between them; the published point is one choice on that front, not a global optimum.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#caveats-that-matterCaveats that matter
- **Refusals were measured in non-thinking mode.**This model’s chat template opens a
<think\>block, so the evaluation closes it explicitly to score answers rather than reasoning traces. With thinking enabled the refusal rate may differ, in either direction. - **The measurement is 100 prompts from one dataset.**It generalizes to that distribution of harmful requests and no further. Refusal behaviour on other topics is uncharacterized.
- Perplexity is wikitext-2 only(see the Files table). It detects gross quantization damage. It does not detect capability loss on reasoning, code, or multilingual work.
- **Quantization compounds everything above.**The measurements were taken on the bf16 merge; the files you download are quantized.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#requirementsRequirements
MTP speculative decoding landed in llama.cpp PR #22673. Builds older than that will load these files and silently ignore the MTP tensors.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#limitationsLimitations
- Refusals are reduced, not eliminated, and not redirected. This model attempts many requests the original declines, but a meaningful fraction still get refused — see Measured behaviour.
- Behaviour near the old refusal boundary is less stable than the base model.
- Lower quants compound that, and IQ2_M compounds it most. Evaluate behaviour on Q6_K or Q8_0, not on IQ2_M or IQ4_XS. Nothing here measures the refusal boundary at 2-bit.
- Capability benchmarks show a 0.5-point mean drop vs base across MMLU, ARC-Challenge, HellaSwag and Winogrande. See Measured behaviour. No generative, math, code, or multilingual evaluation was run.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#intended-useIntended use
Local inference. Not intended for deployment to third parties without your own safety layer.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#licenseLicense
Apache 2.0, inherited from Qwen/Qwen3.8-27B. The base model’s license and acceptable use policy still apply to your use of this derivative.
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#speculative-decoding-measured-on-this-modelSpeculative decoding, measured on this model
promptspec_typen_maxtok/svs baselineprosenone-74.81.00xprosedraft-mtp189.01.19xprosedraft-mtp285.71.15xprosedraft-mtp372.00.96xprosedraft-mtp471.10.95xprosedraft-mtp562.90.84xprosedraft-mtp653.80.72xprosedraft-mtp749.90.67xprosedraft-mtp859.90.80xcodenone-74.71.00xcodedraft-mtp195.41.28xcodedraft-mtp292.91.24xcodedraft-mtp382.61.11xcodedraft-mtp474.91.00xcodedraft-mtp567.40.90xcodedraft-mtp659.40.80xcodedraft-mtp755.60.74xcodedraft-mtp870.90.95xchatnone-74.71.00xchatdraft-mtp190.61.21xchatdraft-mtp284.21.13xchatdraft-mtp376.11.02xchatdraft-mtp470.40.94xchatdraft-mtp564.30.86xchatdraft-mtp655.20.74xchatdraft-mtp750.20.67xchatdraft-mtp854.10.72x
https://huggingface.co/JonathanColetti/Qwen3.8-27B-Uncensored-GGUF#iq2_mIQ2_M
Measured on this build: NVIDIA H200 NVL, 256 generated tokens, median of 3 repetitions,n\_maxswept 1 to 3. The table above dates from the original release and its hardware is not recorded, so compare the ratios rather than the absolute rates.
promptspec_typen_maxtok/svs baselineprosenone-75.41.00xprosedraft-mtp185.21.13xprosedraft-mtp283.21.10xprosedraft-mtp377.41.03xcodenone-75.51.00xcodedraft-mtp195.81.27xcodedraft-mtp299.81.32xcodedraft-mtp396.01.27xchatnone-75.31.00xchatdraft-mtp187.41.16xchatdraft-mtp281.31.08xchatdraft-mtp378.41.04x
The MTP head survives 2-bit quantization because it is pinned toq8\_0rather than quantized with the rest of the stack, so speculative decoding still pays here.
PairingnoMTP\-IQ2\_Mwith the publisheddraft\-Q8\_0reaches 97.7 tok/s on the prose prompt atn\_max2, or 1.30x, which beats the fused file on that prompt. The reason is that the fused MTP head shares the low-bittoken\_embd(q4_K) andoutput(Q5_K) tensors with the main model, while the standalone draft carries its own Q8_0 copies. The split setup needs 13.3 GB of weights against 10.6 GB for the fused file, so it is the better option only if you have the VRAM to spare.
Similar Articles
@WaleedAhmad1a10: Check out the Qwen 3.5 27B MoQ GGUFs :
A Hugging Face repository (kaitchup/Qwen3.6-27B-GGUF-MoQ) provides GGUF quantized weights for the Qwen3.6-27B MoQ model, enabling local inference with tools like llama.cpp and Ollama.
Qwen3.6-27B Uncensored Aggressive is out with K_P quants!
Community release of Qwen3.6-27B stripped of safety refusals and packaged in optimized K_P GGUF quants for llama.cpp and LM Studio.
bottlecapai/ThinkingCap-Qwen3.6-27B-GGUF
ThinkingCap-Qwen3.6-27B is a fine-tuned version of Qwen3.6-27B that uses 50% fewer thinking tokens on average while maintaining answer quality. This repository provides GGUF quantizations for local inference with llama.cpp.
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.
havenoammo/Qwen3.6-27B-MTP-UD-GGUF
This Hugging Face repository provides GGUF files for Qwen3.6-27B with Multi-Token Prediction (MTP) layers grafted onto Unsloth UD XL quantizations. It includes instructions for building llama.cpp with MTP support to enable speculative decoding.