ZeroHour
Hugging Face trending modelspublished ()ingested ukisai

ukisai/Swift-Qwen3.8-27b — new model trending #30 on Hugging Face

infoModel releaseimportance 40
AI summary · glm-5.3

UkisAI releases Swift-Qwen3.8-27B, a Qwen3.8-27B derivative using 58.3% fewer thinking tokens with <1% performance loss and ~1.95x speed-up.

UkisAI released Swift-Qwen3.8-27B, a reasoning-efficient derivative of Qwen3.8-27B that cuts thinking-token usage by 58.3% while staying within 1% of base performance, yielding a 1.95x speed-up on several tasks. The model was fine-tuned by penalizing reasoning-marker tokens that trigger overthinking, plus a transfer component from BottleCap AI's ThinkingCap-Qwen3.6-27B. Benchmarks include GPQA-Diamond 88.28% (base 88.38%), MMLU-Pro 84.95% (base 85.47%), and AIME 2026 94.00% (base 98.67%), with mean-token reductions of roughly 27-46% across tests. GGUF weights are available on Hugging Face alongside enterprise licensing options.

  • Fine-tune reduces thinking tokens 58.3% with under 1% performance loss
  • Training penalizes reasoning-marker tokens that trigger overthinking
  • Includes transfer component from BottleCap AI's ThinkingCap-Qwen3.6-27B
  • Mean-token reductions of 27-46% across GPQA-Diamond, MMLU-Pro, AIME, and more
Full article1,295 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> &nbsp;&bull;&nbsp;

<a href="https://ukisai.com/products/swift"><strong>Learn more</strong></a> &nbsp;&bull;&nbsp;

<a href="https://huggingface.co/ukisai/Swift-Qwen3.8-27B-GGUF"><strong>GGUF</strong></a> &nbsp;&bull;&nbsp;

<a href="#license-and-access"><strong>Enterprise licensing</strong></a>

</div>

</div>

# Swift-Qwen3.8-27B

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

(**&lt;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/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>

## Training approach

We built Swift by identifying reasoning-marker tokens that, in our analysis, trigger overthinking in Qwen’s

reasoning rollouts. We then fine-tuned Qwen by penalizing usage of those tokens while it reasons.

Swift produces shorter reasoning traces. In our testing, we also observe fewer overthinking errors.

For maximum gains, Swift also includes a transfer component derived from

[BottleCap AI's ThinkingCap-Qwen3.6-27B](https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.6-27B).

## Evaluation scope

> All results below compare the Qwen3.8-27B BF16 base with the same base plus the

> Swift adapter.

## Benchmarks

<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>

<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">&darr; 41.0%</td><td class="reduction">&darr; 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">&darr; 46.2%</td><td class="reduction">&darr; 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">&darr; 46.1%</td><td class="reduction">&darr; 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">&darr; 42.2%</td><td class="reduction">&darr; 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">&darr; 26.7%</td><td class="reduction">&darr; 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">&darr; 31.1%</td><td class="reduction">&darr; 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">&darr; 50.6%</td><td class="reduction">&darr; 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">&darr; 26.5%</td><td class="reduction">&darr; 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">&darr; 24.3%</td><td class="reduction">&darr; 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>

## Efficiency across and versus reasoning efforts

Qwen3.8's `reasoning_effort` setting lets users choose how much the model thinks.

For Swift to be useful across these settings, it needs to reduce thinking while

keeping accuracy close to the base. We therefore tested `xhigh`, `medium`, and `low`:

thinking-token savings persist at every level.

<table class="swift-table" style="display:table;width:100%;table-layout:fixed;">

<thead>

<tr>

<th class="benchmark-heading" style="width:50%;text-align:left;padding-left:18px;white-space:normal;">Reasoning effort</th>

<th class="tokens-heading" style="width:50%;white-space:normal;">Mean thinking reduction</th>

</tr>

</thead>

<tbody>

<tr><td class="benchmark">Xhigh</td><td class="reduction">&darr; 41.0%</td></tr>

<tr><td class="benchmark">Medium</td><td class="reduction">&darr; 22.7%</td></tr>

<tr><td class="benchmark">Low</td><td class="reduction">&darr; 25.8%</td></tr>

</tbody>

</table>

The efficiency also holds up against the base's own lower effort settings. On

GPQA-Diamond (198 questions, 5 seeds, 990 paired calls), Swift at `xhigh` is

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/ukisai/Swift-Qwen3.8-27b