← back to catalog · registered 2026-09-11 19:55

esatapedico/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET-GGUF

esatapedico 27B GGUF multimodal second-order
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-11
Downloads over time
Now0from0↑0%
00110 on Sep 110 on Sep 12Sep
Sep 11 → Sep 12 · 2 snapshots · spans 1 day

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Languages
en multilingual
Tags
gguf nvfp4 qwen3.8 qwen3.5 blackwell vision multimodal llama.cpp turbo twin-turbo fable cold-fusion

Related

Total size
27.3 GB
Files
4
Quantizations
1
Registered
2026-09-11 19:55
Last updated on HF
2026-09-11 19:05

Files by quantization

Auxiliary files 4 files 27.3 GB
Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET.gguf 13.7 GB 6655b4b2 download
Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-STARVED.gguf 13.6 GB 949dfffe download
README.md 11.0 KB 888bf1c3 download
.gitattributes 1.70 KB 19e1cbb8 download

README current version from Hugging Face


license: apache-2.0
base_model: DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored
pipeline_tag: text-generation
library_name: gguf
description: "Two compact no-MTP GGUFs of DavidAU Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored (TWIN-TURBO Fable Cold Fusion Heretic Uncensored, 709-L): BUDGET (Q3_K lm_head) and STARVED (Q2_K everything). Byte-identical 448-tensor native NVFP4 backbone, no MTP head, single-16GB friendly. 262,144 native context. Blackwell sm_120."
tags:

  • gguf
  • nvfp4
  • qwen3.8
  • qwen3.5
  • blackwell
  • vision
  • multimodal
  • llama.cpp
  • turbo
  • twin-turbo
  • fable
  • cold-fusion
    language:
  • en
  • multilingual

Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET-GGUF

Two compact GGUF files of DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored (TWIN-TURBO Fable Cold Fusion Heretic Uncensored, 709-L arc class tune on Qwen3.8-27B, 27B dense hybrid with Gated DeltaNet plus Gated Attention, 262,144-token native context, native vision tower) without the MTP speculative head.

These are the budget members of the esatapedico/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-GGUF family. They share the same byte-identical 448-tensor native NVFP4 backbone (all 64 layers attention plus MLP) as the MTP tiers, but the MTP draft block has been stripped and the extra tensors pinned to the smallest types. No drafter, no speculative decoding, just the model at the lowest possible footprint. Pairs with the original Qwen3.8 vision projector.

The goal is to let 16 GB VRAM users benefit from native NVFP4. These are the smallest possible ways to serve this TWIN-TURBO tune on a single 16 GB Blackwell card. There are, of course, accuracy trade-offs vs the larger MTP tiers, plus the lack of MTP. Like every compact tier of the family, the NVFP4 backbone is preserved byte identical, and here the head tensors are pinned to the smallest types.

  • BUDGET is the quality-leaning budget tier: Q3_K lm_head plus Q2_K token embedding. Single-16GB friendly.
  • STARVED is the absolute floor: Q2_K lm_head and Q2_K token embedding. Smallest possible variant of the family.

Follow along & support

I post updates on new conversions, benchmarks, and what I'm working on over on Ko-fi. Follow along there to keep up with new releases and the work in progress. If you'd like to support more of it, a coffee is always welcome. I do this on consumer hardware and like seeing how far it goes. More is on the way.

ko-fi.com/esatapedico. Updates, work-in-progress, and an optional coffee.

The two files

File Size (decimal GB) lm_head (output.weight) token_embd MTP head
Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET.gguf 14.72 GB Q3_K Q2_K none, stripped
Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-STARVED.gguf 14.59 GB Q2_K Q2_K none, stripped

Both contain 1,107 tensors: the 448-tensor native NVFP4 backbone (byte-identical across the whole TWIN-TURBO family, verified per-tensor SHA-256) plus 657 F32 norms, scales and gates plus the two head tensors. qwen35.nextn_predict_layers=0 and qwen35.block_count=64 (the MTP block is gone), so they load in any recent llama.cpp build with NVFP4 support without the draft-mtp path.

Why these exist

The MTP family is built around a byte-identical NVFP4 backbone. The MTP draft head costs VRAM and compute on every pass. If you do not use speculative decoding, the stripped versions free that head entirely and shave the extra tensors down to the cheapest types. That is the smallest possible way to serve this TWIN-TURBO tune on a single 16 GB Blackwell card.

How this was made

At a high level, the steps were:

  1. Self-quantized the BF16 base model to compressed tensors NVFP4 (W4A16, all Linear targets, vision, linear attention, lm_head and MTP kept in BF16, no calibration).
  2. Converted the NVFP4 checkpoint to GGUF.
  3. Built each file over the shared 448-tensor NVFP4 backbone, varying only lm_head and token embedding precision per file.
  4. Stripped the 15 MTP tensors, leaving 1,107 tensors per file with block_count 64 and nextn_predict_layers 0.
  5. Verified per file NVFP4 tensor count and backbone byte identity against the MTP family, and patched GGUF KV for name, description and license without changing tensor data.

The NVFP4 tensors are native GGML type 40, preserved from the source checkpoint through GGUF conversion with no re-quantization round trip.

Vision works. The TWIN-TURBO 709-L tune leaves the original Qwen3.8 vision tower untouched. Pair either GGUF with the mmproj-BF16.gguf from the MTP repo or the base model DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored or unsloth/Qwen3.8-27B-GGUF projector via --mmproj. If you need the absolute minimum VRAM footprint on a single 16 GB card, you can also load the model without the projector (no --mmproj, text-only). That frees the projector's about 1 GB and is another lever to fit bigger context.

Loading

  • Requires a recent build with NVFP4 (GGML type 40) CUDA kernels and sm_120 support (Blackwell).
  • No MTP speculative path. These files have no MTP head.
  • Native context is 262,144 tokens.
  • For vision input, pair with mmproj-BF16.gguf (from the MTP repo or base).
  • Qwen3.8 official sampling presets: thinking mode temp 1.0, top_p 0.95, top_k 20. Instruct mode temp 0.7, top_p 0.80, top_k 20. Pick per use case.

Benchmarks (naive, single run, not comparable across setups)

These are rough sanity checks to confirm the files load and generate, not a formal benchmark. Method and hardware are noted so you can interpret them in context. Results will vary with hardware, sampling and context length.

All direct GPU runs used a diverse synthetic English payload (about 75 kB). Endpoint numbers below are end to end and include endpoint overhead, do not compare them to direct decode.

Smoke: PASS (2 of 2)

Prompt What is a black hole? via single turn sampling. Both tiers answered coherently with no repetition collapse (BUDGET distinct-5 0.9936, STARVED 0.9932).

Perplexity (PPL)

Direct perplexity on the 75 kB diverse payload, single GPU, same chunks as the 6-tier MTP family:

Tier PPL (Final estimate)
BUDGET 3.2523 +/- 0.07129
STARVED 3.4022 +/- 0.07629

BUDGET 3.25 lands at the top edge of the MTP family range (3.19 to 3.25 on the same payload). STARVED 3.40 sits about 0.15 above BUDGET, the expected Q2_K floor cost.

Speed (pp512 prompt processing, tg128 generation, tok/s)

Single 16 GB class card with full GPU offload, three runs per tier:

Tier VRAM pp512 tok/s tg128 tok/s Notes
BUDGET 13.70 GiB 2696.60 +/- 318.95 47.30 +/- 0.08 fits, full GPU
STARVED 13.58 GiB 2698.86 +/- 301.13 47.71 +/- 0.05 fits, full GPU

Prefill about 2697 tok/s and decode about 47 to 48 tok/s on a single 16 GB card, flat across both tiers and in line with the MTP compact tiers. Both fit a single 5070 Ti class card with full GPU offload.

Endpoint check (naive, one-at-a-time)

Each tier gets one large request with max_tokens=20000 and finish_reason=stop for both. These are end to end timings, not pure decode, so treat as sanity and responsiveness, not a formal benchmark.

Tier request_seconds tokens per sec (20000 / s) finish_reason reasoning chars content chars
BUDGET 190.37 105.06 stop 1244 1185
STARVED 185.54 107.79 stop 1220 735

Both tiers ran repetition clean: content distinct-5-gram 1.0 with no adjacent dupes. BUDGET reasoning showed mild source citation repetition (0.94, max repeat 3) which per runbook is not a loop signature.

What to take away, naive framing

  • Single run only, one large synthetic prompt, endpoint overhead included, no warmup average. Do not compare endpoint tok/s to direct numbers and do not compare across hardware.
  • Both files fit a single 16 GB card (13.6 to 13.7 GiB) and decode around 47 to 48 tok/s direct. Gateway round trips finished stop at about 105 to 108 tok/s end to end.

Attribution & provenance

This is a derivative work built entirely from existing Apache 2.0 artifacts. Nothing here was trained or fine tuned. Credit belongs to:

  1. Alibaba and Qwen team for the base model, Qwen/Qwen3.8-27B (Apache 2.0): 27B dense, 64 blocks, Gated DeltaNet plus Gated Attention hybrid, native vision language, 262,144 token context, MTP head.
  2. DavidAU for the tune itself, Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored (Apache 2.0): the TWIN-TURBO Fable plus Cold Fusion plus Heretic and Uncensored stack that this family converts.
  3. Unsloth, whose trainers and systems power the underlying training methods.
  4. This repo's author for the GGUF conversion and the tier ladder only, including stripping the MTP head for these two files.

The NVFP4 tensors are native GGML type 40, preserved from the source checkpoint through GGUF conversion with no re-quantization round trip.

Repository contents

  • Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET.gguf (14.72 GB)
  • Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-STARVED.gguf (14.59 GB)

SHA-256

6655b4b23d16939aa44f7655509228d3c4689b674bd0e081f7a9b2054b5a4fa3  Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-BUDGET.gguf
949dfffeadd45f52e541bac07cba13c61d9ceb062519dccf091bc757599f3ef8  Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-STARVED.gguf

See also

The full MTP family (VERY-LOW, LOW, MEDIUM, MID-HIGH, HIGH, VERY-HIGH, all with the speculative head baked in) lives in esatapedico/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored-NVFP4-GGUF. The budget tiers share its byte-identical 448-tensor NVFP4 backbone with the MTP block removed.

License

apache-2.0 (inherits from Qwen base and DavidAU tune). general.license = apache-2.0 is set inside every GGUF. general.name matches the tier name, qwen35.block_count 64, qwen35.context_length 262144.

Card written by AI assistance at the request of the repository author, who did the engineering. As with any AI-generated text, there may be errors. Please verify anything important (hashes, sizes, commands) against the file itself before relying on it.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.