GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

hotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-GGUF overview

Qwen3.8 27B ThinkingCap Abliterated MTP GGUF llama.cpp GGUF from the ThinkingCap SFT merged model hotdogs/Qwen3.8 27B thinkingcap abliterated preview . Trained…

transformersggufqwen3thinkingcapefficient-thinkingreasoningtoken-efficientlorasftabliteratedmulti-token-predictionmtpllama.cpptext-generationdataset:hotdogs/thinkingcap-sft-qwen38-27bbase_model:hotdogs/Qwen3.8-27B-thinkingcap-abliterated-previewbase_model:adapter:hotdogs/Qwen3.8-27B-thinkingcap-abliterated-previewlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~15.66 GB disk (16 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-Q4_K_M.ggufGGUFQ4_K_M15.66 GBDownload
Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-Q6_K.ggufGGUFQ6_K20.89 GBDownload
Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-f16.ggufGGUFF1650.90 GBDownload

Model Details

Model IDhotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-GGUF
Authorhotdogs
Pipelinetext-generation
Licenseapache-2.0
Base modelhotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview
Last modified2026-08-24T15:44:01.000Z

Model README

---

license: apache-2.0

tags:

- transformers

- gguf

- qwen3

- thinkingcap

- efficient-thinking

- reasoning

- token-efficient

- lora

- sft

- abliterated

- multi-token-prediction

- mtp

- llama.cpp

- text-generation

base_model:

- hotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview

model:

- hotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-GGUF

datasets:

- hotdogs/thinkingcap-sft-qwen38-27b

pretty_name: Qwen3.8-27B ThinkingCap Abliterated (MTP GGUF)

---

Qwen3.8-27B ThinkingCap Abliterated (MTP GGUF)

llama.cpp GGUF from the ThinkingCap SFT-merged model

(hotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview).

Trained from the on-policy oracle-verified dataset.

All 3 quantizations preserve the MTP layer (blk.64, 15 tensors

including 4 nextn.* projection tensors). 866 tensors total, 27.3B params.

Files

| File | Size | BPW | Notes |

|------|------|-----|-------|

| Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-f16.gguf | 51 GB | 16.0 | lossless |

| Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-Q6_K.gguf | 21 GB | 6.56 | best quality/size |

| Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-Q4_K_M.gguf | 16 GB | ~5.1 | fastest |

MTP verification

import gguf
g = gguf.GGUFReader("Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-f16.gguf")
mtp = [t.name for t in g.tensors if 'blk.64' in t.name]
print(len(mtp))  # 15

Serve (llama.cpp)

CUDA_VISIBLE_DEVICES=0,1,2,3,4 llama-server \
  -m Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-Q6_K.gguf \
  --n-gpu-layers 999 --ctx-size 8192 --parallel 2 \
  --batch-size 4096 --flash-attn on \
  --temp 1 --top-k 20 --top-p 0.95 --min-p 0.0 --jinja

Smoke test

| Problem | Think chars | Answer | Correct |

|---------|-------------|--------|---------|

| 27 x 43 | 163 | 1161 | Yes |

| bat + ball = 1.10, bat = ball + 1.00 | 161 | ball = 0.05 | Yes |

| snail 10m wall, +3m day, -2m night | 359 | day 5 | Yes |

Base model (pre-SFT) used 4000+ think-chars on the snail problem.

ThinkingCap SFT brings it to 359 (-91%).

Run hotdogs/Qwen3.8-27B-thinkingcap-abliterated-preview-mtp-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models