FIT-GGUF v0.1ZERO-BYTE VERIFIED14 TIERS · 7–13.5 GiBMTP HEAD REMOVEDMEASURED KL + SAME-TOPAPACHE-2.0

Qwen3.8-27B-Uncensored · FIT-GGUF

Fourteen continuous-size GGUF quantizations — every file exactly its predicted size, every tier measured.

7 GiBask for any budget in between13.5 GiB

English · 简体中文 📖

FIT-GGUF

🧭 About FIT-GGUF — the tool behind these files

Every file in this repository was planned, executed and verified by FIT-GGUF, an open-source, deterministic tensor-level planning layer on top of llama.cpp quantization presets. Standard GGUF quantization asks you to pick one of a handful of presets; FIT-GGUF starts from the largest supported preset below your requested byte budget, then spends the remaining bytes on deterministic tensor-level precision upgrades.

Traditional GGUF gives you presets. FIT gives you a size slider.

Deterministic size prediction & recipe execution✅ Validated
Universally optimal tensor allocation⚠️ Not established — FIT claims precise size control, not a universal quality optimum

The method, the full preregistered research record and the fit CLI are open source: github.com/Scorp1o117/FIT-GGUF

⚠️ Safety notice / 安全提示

The source model is an abliterated, refusal-removed model with no meaningful built-in guardrails, and may comply with harmful, illegal or unsafe requests. Use it only where you can provide appropriate moderation, access control and legal review. Do not deploy it to end users without your own safety layer.

源模型经过拒答方向移除,不具备可靠的内置安全护栏;请仅在合法、受控、具备审核与滥用防护的环境中使用,使用者自行承担部署责任。

📦 Pick a tier

FIT-12G means a 12 GiB budget for the main GGUF file — not total RAM/VRAM usage. KV cache, compute buffers, runtime overhead and the multimodal projector are separate. G = GiB (2³⁰ bytes). Naming: Qwen3.8-27B-Uncensored-FIT-<tier>-<dominant>.gguf

MTP removed: every quantization in this repository ships without the NextN/MTP head (the source was converted with --no-nextn). MTP-based speculative decoding is therefore not available with these files; text and vision inference are unaffected.

TierGiBDominantMacro KL ↓Same-top ↑Measured positioning
FIT-7G7.000IQ1_M1.132763.9%Extreme compression; large measured quality loss
FIT-7.5G7.500IQ2_XXS0.589873.1%First major quality step above the IQ1 region
FIT-8G7.999IQ2_XXS0.483876.9%Beats the IQ2_XXS preset (0.5403) with +0.15 GiB
FIT-8.5G8.499IQ2_XXS0.452778.4%Best measured point in the 8–9.3 GiB native region
FIT-9G8.999Q2_K0.336380.8%q2_k-directed fill; large KL step over FIT-8.5G
FIT-9.5G9.500Q2_K0.273783.1%Beats the Q2_K_S preset (0.2889) at slightly less size
FIT-10G9.999Q2_K0.229984.6%Beats the Q2_K preset (0.2439); compact general tier
FIT-10.5G10.499IQ3_XXS0.187387.4%Clear fidelity step over the 10G tier
FIT-11G10.988IQ3_S0.151588.9%Near IQ3_XS macro quality, slightly smaller
FIT-11.5G11.434IQ3_S0.143989.2%Near IQ3_S; documented 67.5 MiB target slack
⭐ FIT-12G12.000IQ3_S0.122790.3%Strongest measured quality/size point in this release
FIT-12.5G12.497IQ3_S0.111691.0%0.5 GiB over FIT-12G buys a clear KL step
FIT-13G12.998IQ4_XS0.098791.9%IQ4_XS becomes the dominant payload
FIT-13.5G13.498IQ4_XS0.083892.7%Best measured FIT-tier macro KL in this batch

Quick picks

🏆 FIT-12G — the sweet spot
Below the IQ3_S / IQ3_M presets (0.1227 vs 0.1424 / 0.1445), far cheaper than IQ4_XS.
🎯 FIT-13.5G — max quality
Highest measured quality in this batch: KL 0.0838, Same-top 92.7%.
💸 FIT-8.5G — budget winner
The 8–10 GiB region winner; beats the IQ2_XXS preset outright.
⚠️ Below ~7.5 GiB
Quality drops sharply — the IQ1 region is rough and reported as measured.

All numbers are protocol-scoped observations (five fixed 64 KiB domains vs aligned BF16), not an application benchmark or a universal ranking.

📈 Measured quality
KL and Same-top curves with all 14 native presets labeled

Measured quality improves monotonically across all 14 tiers (macro KL 1.1327 → … → 0.0838), and in the 8–10 GiB region every FIT tier beats its surrounding llama.cpp default presets: FIT-8G / FIT-8.5G beat IQ2_XXS, FIT-9.5G beats Q2_K_S, FIT-10G beats Q2_K. Superseded early recipes (the P5/P6 repairs) are retained in the research record as evidence, not hidden.

Full-size KL · 中文大图 · Same-top · Allocation repair · Target utilization

🚀 Run it

llama.cpp (text)

./llama-cli \ -m Qwen3.8-27B-Uncensored-FIT-12G-IQ3_S.gguf \ -ngl 99 \ -c 8192 \ -cnv

llama-server (text + vision)

./llama-server \ -m Qwen3.8-27B-Uncensored-FIT-12G-IQ3_S.gguf \ --mmproj mmproj-Qwen3.8-27B-Uncensored-BF16.gguf \ -ngl 99 -c 8192

Any llama.cpp-based runner (llama-cli, llama-server, LM Studio, KoboldCpp, Jan, …) loads these files directly. The BF16 projector pairs with any tier. Pick -ngl, context and batch for your hardware — and remember the GGUF file size alone is not a RAM/VRAM requirement calculator.

🔬 Evaluation protocol & honest scope
Runtimellama.cpp b10666 (commit 4e97ac86e) · Linux x86_64 · ROCm
Command shapellama-perplexity -ngl 99 -t 16 -c 512 -b 512 --kl-divergence ...
ReferenceAligned BF16 logits from the converted source
Domainswiki_test · wiki_valid · Chinese · code · agent_chat (five fixed 64 KiB slices, macro mean)

Size accuracy: all 14 artifacts matched their post-oracle predicted byte sizes exactly; most use >99.98% of the requested target (FIT-11.5G: 99.427%, the 67.5 MiB reported as target slack — llama.cpp counter-based preset rules shift when manual overrides bypass parts of preset selection; the planner detects this via an override-aware dry-run oracle).

Allocator scope: the balanced v0.1b policy has positive holdout evidence on the development architecture at some budgets but did not beat matched random allocation on a second model family. This release claims deterministic target-size planning and reports measured quality for these specific artifacts — it does not claim a universally optimal allocation.

🧩 Included — and not included

✅ 14 quantized main language-model GGUFs · ✅ BF16 multimodal projector mmproj-Qwen3.8-27B-Uncensored-BF16.gguf (vision, pairs with any tier) · per-tier plan, effective recipe, tensor override file and quantize record (fit-plans/) · full metrics (results/p4-results.json) · checksums (results/SHA256SUMS)

❌ The auxiliary NextN/MTP head was excluded from the source conversion (--no-nextn).

The original abliteration belongs to OrcaRouter; this repository contributes the FIT quantization plans and artifacts only.

🔍 Verify & reproduce

sha256sum -c results/SHA256SUMS

Evaluation slices, evaluation logs and the complete decision record live in the FIT-GGUF repository. Exact-size behavior is scoped to the recorded source metadata and pinned llama.cpp build; changing the converter, runtime, source layout or metadata requires revalidation.

📄 License & credits

Apache-2.0, inherited from the base model — follow the upstream license and model-card requirements.

OrcaRouter — abliterated BF16 source weights · Qwen — the original model family · llama.cpp — GGUF tooling and runtime · Unsloth calibration dataset lineage — imatrix (1,251 chunks, reused from the same-architecture lineage). FIT-GGUF is an independent project, not affiliated with Qwen, Alibaba, OrcaRouter or llama.cpp.

Downloads last month
3,086
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SC117/Qwen3.8-27B-Uncensored-FIT-GGUF

Base model

Qwen/Qwen3.8-27B
Quantized
(27)
this model