ukisai/Swift-Qwen3.8-27B-GGUF — new model trending #30 on Hugging Face
UkisAI released Swift-Qwen3.8-27B GGUF, a Qwen3.8-27B derivative cutting thinking tokens by 58.3% with under 1% performance loss and roughly 1.95x speedup.
UkisAI released Swift-Qwen3.8-27B as GGUF on Hugging Face, a reasoning-efficient derivative of Qwen3.8-27B using a Swift adapter that reduces median thinking tokens by up to 58.3% while keeping performance losses under 1% and delivering a 1.95x speed-up on several tasks. Reported benchmarks include GPQA-Diamond 88.28%, MMLU-Pro 84.95%, C-Eval 90.62%, AIME 2026 94.00% and Terminal-Bench 2.1 65.84%. The model is trending at #30 on Hugging Face, with BF16 weights and enterprise licensing also available.
- Cuts median thinking tokens by 58.3% on GPQA-Diamond versus the Qwen3.8-27B base with only a 0.10-point score drop.
- Delivers a 1.95x speed-up on several tasks while maintaining near-identical performance.
- Benchmarks include GPQA-Diamond 88.28%, MMLU-Pro 84.95%, AIME 2026 94.00% and Terminal-Bench 2.1 65.84%.
- Released as GGUF quantization on Hugging Face, trending at #30; BF16 weights and enterprise licensing also offered.
Full article1,386 words · extracted from huggingface.co · click to collapse
<div align="center">
<a href="https://ukisai.com"><img src="ukisai-banner.png" alt="UkisAI" style="width:100%;max-width:100%;height:auto;display:block;margin-bottom:0.6em;" /></a>
<div style="display:flex;justify-content:center;gap:0.6em;margin-bottom:1em;">
<a href="https://ukisai.com"><strong>Website</strong></a> •
<a href="https://ukisai.com/products/swift"><strong>Learn more</strong></a> •
<a href="https://huggingface.co/ukisai/Swift-Qwen3.8-27b"><strong>BF16 model</strong></a> •
<a href="#license-and-access"><strong>Enterprise licensing</strong></a>
</div>
</div>
# Swift-Qwen3.8-27B GGUF
Swift-Qwen3.8-27B is UkisAI's reasoning-efficient derivative of Qwen3.8-27B,
using **58.3% fewer thinking tokens** while maintaining near-identical performance
(**<1% loss**) and as a result getting a **x1.95 speed-up** on several tasks.
<video controls autoplay muted loop playsinline style="width:100%;max-width:100%;height:auto;display:block;border-radius:12px;margin:0.8em 0 1.4em;" src="https://huggingface.co/ukisai/Swift-Qwen3.8-27B-GGUF/resolve/main/swift-speed-demo.mp4"></video>
<p align="center" style="font-size:13px;color:#8C94A8;margin:-0.6em 0 1.4em;">The prompt is a sample from LiveCodeBench v6</p>
<style>
.swift-table { width:100%; table-layout:fixed; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #27344A; border-radius:20px; background:#0D111B; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; font-size:14px; color:#BFBDBD; }
.swift-table th { padding:13px 8px; text-align:center; font-weight:700; color:#AEB5C7; background:#0D111B; border-right:1px solid #27344A; border-bottom:1px solid #27344A; }
.swift-table td { padding:14px 8px; text-align:center; color:#BFBDBD; background:#0D111B; border-right:1px solid #27344A; border-bottom:1px solid #27344A; vertical-align:middle; overflow-wrap:break-word; }
.swift-table tr > :last-child { border-right:0; }
.swift-table tbody tr:last-child td { border-bottom:0; }
.swift-table .benchmark-heading { color:#B7BDCD; background:#0D111B; border-bottom:3px solid #7D45B5; }
.swift-table .score-heading { color:#F0C5FF; background:#52239E; border-bottom:3px solid #7D45B5; }
.swift-table .tokens-heading, .swift-table .median-heading { color:#D4E8FF; background:#304FC2; border-bottom:3px solid #5687E6; }
.swift-table .benchmark { padding-left:18px; text-align:left; color:#FFFFFF; font-weight:600; }
.swift-table strong { color:#FFFFFF; }
.swift-table .section { padding:12px 18px; text-align:left; color:#B489FF; background:#2A2541; font-weight:700; letter-spacing:.08em; text-transform:uppercase; border-top:1px solid #3A3159; border-bottom:1px solid #3A3159; }
.swift-table .swift { background:#171127; }
.swift-table thead tr:nth-child(2) .swift { color:#D3A0FF; }
.swift-table .reduction { color:#69BFFF; background:#101B2C; font-weight:700; }
.swift-table .detail { color:#8C94A8; font-size:12px; font-weight:500; }
@media (max-width: 640px) {
.swift-table { display:block !important; width:100% !important; max-width:100%; overflow-x:auto !important; -webkit-overflow-scrolling:touch; table-layout:auto !important; }
.swift-table th, .swift-table td { min-width:100px; }
.swift-table th:first-child, .swift-table td:first-child { min-width:160px; }
}
</style>
## Evaluation scope
> All results below compare the Qwen3.8-27B BF16 base with the same base plus the
> Swift adapter.
## Benchmarks
<table class="swift-table">
<thead>
<tr>
<th rowspan="2" class="benchmark-heading" style="width:32%;text-align:left;padding-left:18px;vertical-align:bottom;">Benchmark</th>
<th colspan="2" class="score-heading">Score</th>
<th colspan="3" class="tokens-heading">Mean tokens</th>
<th class="median-heading" style="width:14%;">Median tokens</th>
</tr>
<tr>
<th>Base</th>
<th class="swift">Swift</th>
<th>Base</th>
<th class="swift">Swift</th>
<th class="reduction">Reduction</th>
<th class="reduction">Reduction</th>
</tr>
</thead>
<tbody>
<tr><td class="section" colspan="7">General reasoning</td></tr>
<tr><td class="benchmark">GPQA-Diamond</td><td>88.38%</td><td class="swift">88.28%</td><td>15,014</td><td class="swift"><strong>8,855</strong></td><td class="reduction">↓ 41.0%</td><td class="reduction">↓ 58.3%</td></tr>
<tr><td class="benchmark">MMLU-Pro</td><td>85.47%</td><td class="swift">84.95%</td><td>2,980</td><td class="swift"><strong>1,603</strong></td><td class="reduction">↓ 46.2%</td><td class="reduction">↓ 28.3%</td></tr>
<tr><td class="benchmark">C-Eval</td><td>90.00%</td><td class="swift">90.62%</td><td>1,492</td><td class="swift"><strong>804</strong></td><td class="reduction">↓ 46.1%</td><td class="reduction">↓ 19.3%</td></tr>
<tr><td class="benchmark">IFBench</td><td>73.53%</td><td class="swift">71.80%</td><td>8,052</td><td class="swift"><strong>4,657</strong></td><td class="reduction">↓ 42.2%</td><td class="reduction">↓ 50.5%</td></tr>
<tr><td class="section" colspan="7">Mathematics</td></tr>
<tr><td class="benchmark">AIME 2026</td><td>98.67%</td><td class="swift">94.00%</td><td>22,014</td><td class="swift"><strong>16,143</strong></td><td class="reduction">↓ 26.7%</td><td class="reduction">↓ 50.2%</td></tr>
<tr><td class="benchmark">HMMT (Nov 2025)</td><td>99.33%</td><td class="swift">96.00%</td><td>22,032</td><td class="swift"><strong>15,189</strong></td><td class="reduction">↓ 31.1%</td><td class="reduction">↓ 45.9%</td></tr>
<tr><td class="section" colspan="7">Multimodal</td></tr>
<tr><td class="benchmark">ERQA</td><td>67.45%</td><td class="swift">66.30%</td><td>4,137</td><td class="swift"><strong>2,045</strong></td><td class="reduction">↓ 50.6%</td><td class="reduction">↓ 54.6%</td></tr>
<tr><td class="section" colspan="7">Agentic coding</td></tr>
<tr><td class="benchmark">Terminal-Bench 2.1</td><td>66.74%</td><td class="swift">65.84%</td><td>37,086</td><td class="swift"><strong>27,272</strong></td><td class="reduction">↓ 26.5%</td><td class="reduction">↓ 38.7%</td></tr>
<tr><td class="benchmark">LiveCodeBench v6</td><td>76.76%</td><td class="swift">81.55%</td><td>11,374</td><td class="swift"><strong>8,615</strong></td><td class="reduction">↓ 24.3%</td><td class="reduction">↓ 45.8%</td></tr>
</tbody>
</table>
<details>
<summary><strong>How to reproduce</strong></summary>
<p style="font-size:13px;line-height:1.5;margin:8px 0;"><strong>Serving:</strong> BF16 · vLLM 0.27.1 · Qwen3 parser · context 262,144 · thinking xhigh.<br>
<strong>Sampling:</strong> temperature 1.0 · top_p 0.95 · top_k 20 · min_p 0 · presence_penalty 0 · repetition_penalty 1.<br>
<strong>Benchmarks:</strong> averages over five seeds (0–4) per model; five trials per task for Terminal-Bench.</p>
<table style="display:table;width:100%;border-collapse:collapse;font-size:13px;line-height:1.3;margin:8px 0;">
<thead><tr><th style="padding:4px 8px;text-align:left;">Benchmark</th><th style="padding:4px 8px;text-align:right;">Output cap</th></tr></thead>
<tbody>
<tr><td style="padding:3px 8px;">GPQA-Diamond</td><td style="padding:3px 8px;text-align:right;">100,000</td></tr>
<tr><td style="padding:3px 8px;">MMLU-Pro</td><td style="padding:3px 8px;text-align:right;">100,000</td></tr>
<tr><td style="padding:3px 8px;">C-Eval</td><td style="padding:3px 8px;text-align:right;">16,384</td></tr>
<tr><td style="padding:3px 8px;">IFBench</td><td style="padding:3px 8px;text-align:right;">81,920</td></tr>
<tr><td style="padding:3px 8px;">AIME 2026</td><td style="padding:3px 8px;text-align:right;">250,000</td></tr>
<tr><td style="padding:3px 8px;">HMMT Nov 2025</td><td style="padding:3px 8px;text-align:right;">250,000</td></tr>
<tr><td style="padding:3px 8px;">ERQA</td><td style="padding:3px 8px;text-align:right;">100,000</td></tr>
<tr><td style="padding:3px 8px;">Terminal-Bench 2.1</td><td style="padding:3px 8px;text-align:right;">Agent/task limits</td></tr>
<tr><td style="padding:3px 8px;">LiveCodeBench v6</td><td style="padding:3px 8px;text-align:right;">32,768</td></tr>
</tbody>
</table>
</details>
## Quantized evaluations
Quantized deployment is the intended use for Swift: lower-memory weights paired with
shorter reasoning. The INT4 evaluations below come from the
[source model card](https://huggingface.co/ukisai/Swift-Qwen3.8-27b) and were run on
W4A16 and AWQ checkpoints, not on this F16 GGUF. They retain token savings across GPQA,
IFBench, and AIME. On AIME, Swift matches or improves accuracy and reduces output-cap
failures by **31–33%**.
<table class="swift-table" style="display:table;width:100%;table-layout:fixed;">
<thead><tr>
<th class="benchmark-heading" style="width:32%;text-align:left;padding-left:18px;white-space:normal;">Benchmark / quantization</th>
<th class="score-heading" style="width:16%;white-space:normal;">Base accuracy</th>
<th class="score-heading" style="width:16%;white-space:normal;">Swift accuracy</th>
<th class="tokens-heading" style="width:18%;white-space:normal;">Mean token reduction</th>
<th class="median-heading" style="width:18%;white-space:normal;">Median token reduction</th>
</tr></thead>
<tbody>
<tr><td class="benchmark">GPQA-Diamond<br><span class="detail">Mixed-precision quant W4A16 · thinking tokens</span></td><td>88.69%</td><td class="swift">88.38%</td><td class="reduction">↓ 32.1%</td><td class="reduction">↓ 50.2%</td></tr>
<tr><td class="benchmark">IFBench<br><span class="detail">Mixed-precision quant W4A16 · completion tokens</span></td><td>72.58%</td><td class="swift">71.25%</td><td class="reduction">↓ 30.1%</td><td class="reduction">↓ 38.0%</td></tr>
<tr><td class="benchmark">AIME 2026<br><span class="detail">Mixed-precision quant W4A16 · completion tokens</span></td><td>84.00%</td><td class="swift">84.00%</td><td class="reduction">↓ 19.0%</td><td class="reduction">↓ 37.5%</td></tr>
<tr><td class="benchmark">AIME 2026<br><span class="detail">AWQ INT4 · completion tokens</span></td><td>82.67%</td><td class="swift">84.00%</td><td class="reduction">↓ 22.8%</td><td class="reduction">↓ 34.8%</td></tr>
</tbody>
</table>
<details>
<summary><strong>Quantized evaluation settings</strong></summary>
Each row compares the same quantized base with and without the Swift adapter.
GPQA and AIME use five seeds; IFBench uses four samples per prompt and strict scoring.
Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/ukisai/Swift-Qwen3.8-27B-GGUF