AIAny
AI Model2026
Icon for item

Swift-Qwen3.8-27B

A reasoning‑efficient fine-tune of Qwen3.8-27B that penalizes overthinking tokens to shorten internal reasoning traces — about 58.3% fewer thinking tokens with <1% accuracy loss and ~1.95× speedup; designed for long-context, multimodal and quantized deployments.

Introduction

Most large models spend many tokens on lengthy internal reasoning traces that only marginally improve answers. Swift’s core insight is to reduce that wasted “thinking” by identifying and penalizing reasoning‑marker tokens during fine‑tuning, yielding much shorter traces with almost no accuracy loss.

Key Capabilities
  • Measured token efficiency: reduces mean thinking tokens by ~41% on xhigh reasoning (58.3% median reduction on GPQA-Diamond) while keeping accuracy within 1% of the Qwen3.8-27B base, enabling about a 1.95× speed-up on evaluated tasks.
  • Quantization-friendly: evaluated with INT4/AWQ and mixed-precision builds; retains token savings and in some quant setups matches or improves accuracy while reducing output-cap failures.
  • Long-context, multimodal support: reference deployments target 262,144 context length and include the vision tower / image-text-to-text pipeline, plus optional GGUF/llama.cpp builds and MTP speculative decoding support.
  • Practical tooling and serving: examples and server configs provided for vLLM, SGLang and Transformers; an OpenAI-compatible research API is available for experiments without an API key.
Who It's For and Tradeoffs

Great fit if you need shorter reasoning traces and lower inference cost without retraining a new base model — particularly for long-horizon QA, agentic coding, multimodal workloads, or memory-constrained quantized inference. Swift is packaged as an adapter/finetune on Qwen3.8-27B and is intended for production-style quantized deployments.

Look elsewhere if you need absolute top accuracy on every benchmark (some tasks show small score drops), if you require an unconstrained base model for research into raw reasoning dynamics, or if your licensing/enterprise constraints exceed the Swift Open License terms.

Where It Fits

Swift sits between vanilla Qwen3.8-27B and heavier algorithmic-distillation work: it preserves the base model’s capabilities while targeting practical runtime and token-cost reductions, making it especially useful when running on quantized weights, limited GPU memory, or very long contexts.

More Items

Hugging Face
AI Model2026

Provides a drop-in checkpoint of DeepSeek-V4.1-Flash with weight-level abliteration that removes safety guardrails to produce uncensored outputs; preserves vision, MoE routing, 1M-token context and native FP8 quantization. Intended for advanced self-hosted deployment; requires large NVLink GPU domains and careful serving setup.

Hugging Face
AI Model2026

Open-weights preview checkpoint for a multimodal reasoning model that generates text from text and image/video inputs, exposes adjustable reasoning effort and tool-calling, and supports an extended 262,144-token context for long-horizon tasks and agent-style workflows.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.