
Vision & Tool Calling Support : Qwopus3.6-27B-v2-FP8 natively supports vision and tool-use capabilities. To enable vision functionality, download
mmproj.gguffrom the GGUF Repository and place it in the same directory as the main.gguffile.
Community Release Notice : Qwopus3.6-27B-v2-FP8 is an experimental community release and has not undergone complete safety evaluations or standard benchmarking. It is intended solely for research and exploration.
A compact view of how many output tokens are needed to produce correct answers, and how the MTP variant improves inference throughput.
| Metric Definition | Qwen3.6-27B | Qwopus3.6-27B-v2 | Efficiency Gain |
|---|---|---|---|
| Definition A: average output tokens on correctly answered questions only. | 1,433.3 tokens | 918.7 tokens | 35.9% fewer tokens |
| Definition B: total output tokens divided by the number of correct answers, including token cost from wrong answers. | 2,511.0 tokens | 2,155.8 tokens | 14.2% less systemic overhead |
| Metric | Qwen3.6-27B | Qwopus3.6-27B-v2 | Delta |
|---|---|---|---|
| Correct answers per 10,000 output tokens | 3.98 | 4.64 | +16.6% |
| Total output token cost | 738,238 tokens | 627,325 tokens | 15.0% fewer tokens |
| CoT Extraction Mode | Qwen3.6-27B | Qwopus3.6-27B-v2 | Reduction |
|---|---|---|---|
Normal thinking endings:
text before the closing
</think>
tag only.
|
1,680.3 tokens
5,169.4 chars |
798.5 tokens
2,370.0 chars |
52.5% shorter |
Detailed benchmark results on MMLU-Pro, SWE-bench, frontend page layout generation, creative coding, and agentic reasoning.
| Model | Correct / Total | Accuracy |
|---|---|---|
| Qwopus3.6-27B-v2-FP8 | 306 / 350 | 87.43% |
| Qwen3.6-27B | 297 / 350 | 84.86% |
| Category | Qwen3.6-27B | Qwopus3.6-27B-v2-FP8 | Delta |
|---|---|---|---|
| Biology | 96% | 96% | 0 pp |
| Business | 88% | 94% | +6 pp |
| Computer Science | 82% | 84% | +2 pp |
| Mathematics | 90% | 88% | -2 pp |
| Physics | 76% | 86% | +10 pp |
| Chemistry | 74% | 80% | +6 pp |
| Health | 88% | 84% | -4 pp |
Summary: On the selected 350-question MMLU-Pro evaluation set, Qwopus3.6-27B-v2-FP8 achieved 87.43% accuracy, outperforming Qwen3.6-27B at 84.86% . Qwopus3.6-27B-v2-FP8 is stronger in Business, Computer Science, Physics, and Chemistry, while Qwen3.6-27B remains ahead in Mathematics and Health.
| Model / Configuration | Sampling | Resolved | Empty Patches | Resolve % |
|---|---|---|---|---|
| Qwopus 3.6 27B v2 (dense) | temp 1.0, step 275, single-slot | 152 / 202 | 1 | 75.25% |
Execution Details:
19h 29m wall-clock on a single RTX 5090 using a 160K fp16 context window. Every instance successfully exited with
Submitted
status. 0 step-limit hits and 0 context-overflow failures occurred. Median trajectory length was 67 / 275 steps.
<think>
block, whereas a higher temperature enables the model to utilize the full breadth of reasoning paths established during training.
| Metric | Qwopus 3.6 35B-A3B (MoE, Q5) | Qwopus 3.6 27B V2 (Dense, Q5) |
|---|---|---|
| Average Throughput | 161.9 tok/s | 43.9 tok/s |
| Throughput Range | 154.4 / 164.8 tok/s | 43.1 / 44.6 tok/s |
| VRAM Usage | ~25 GB (65K q8 context) | ~31 GB (160K fp16 context) |
| Completion Tokens (Suite) | 106,688 tokens | 119,036 tokens |
| Total Runtime (Suite) | 11.1 min | 45.3 min |
Architecture Trade-off: The MoE wins on raw throughput by ~3.7x due to its A3B routing pattern. However, the Dense 27B model offsets this with superior per-token reasoning depth. We recommend the Dense 27B model for complex agentic workflows, long-context reasoning, and code execution, and the MoE model for fast, high-throughput generations. Tight throughput variance (±0.75 tok/s) indicates the dense model is fully memory-bandwidth-bound.
| Prompt / Brief | Size (KB) | Tokens | Time | Reasoning Tokens |
|---|---|---|---|---|
| SaaS Landing Page (AI Observability) | 60.3 KB | 23,801 | 552 s | 836 |
| Analytics Dashboard (Light Theme) | 42.1 KB | 15,390 | 354 s | 1,898 |
| Designer Portfolio (Kinetic Typography) | 32.5 KB | 11,612 | 265 s | 1,459 |
| Pricing Page (3 Tiers + FAQ) | 26.6 KB | 9,360 | 213 s | 1,077 |
| Mobile App Marketing Page | 42.3 KB | 16,590 | 382 s | 1,650 |
| Sketch Name | Size (KB) | Tokens | Time | Configuration & Metrics |
|---|---|---|---|---|
| Particle Attractor (Fluid Swarm) | 9.4 KB | 4,308 | 97 s | temp 1.0 · 1,513 chars reasoning |
| Generative Flowfield (Ink Agents) | 13.9 KB | 7,237 | 163 s | temp 1.0 · 6,269 chars reasoning |
| Soft-Body Physics Sandbox | 18.0 KB | 6,827 | 154 s | temp 0.75 · 1,665 chars reasoning (shipped clean first run) |
| Audio-Reactive Visualizer | 10.7 KB | 5,731 | 129 s | temp 1.0 · 7,645 chars reasoning |
excluded-canvas/
.
| Task Brief | Completion Tokens | Reasoning Characters | Time |
|---|---|---|---|
| Multi-step Planning (URL shortener deploy) | 2,238 | 7,067 | 50 s |
| Tool-use Planning (Flights, Hotel, Weather) | 1,262 | 2,807 | 28 s |
| Code Debugging (4-bug BST K-th smallest) | 1,753 | 5,225 | 39 s |
| Structured Extraction (Roster from prose) | 1,721 | 4,245 | 39 s |
| Self-Critique Loop (Palindrome optimization) | 1,255 | 3,309 | 28 s |
| Structured Extraction (No-think) | 351 | 0 (nothink) | 8 s |
=
vs
==
, useless loop, off-by-one errors).
search_flights
,
book_hotel
,
get_weather
) with completely valid argument shapes.
The training process fuses Trace Inversion data augmentation with a Three-Stage Curriculum Learning pipeline. The core engineering focuses on expanding context length gradually while training on reconstructed reasoning traces to guarantee format stability.
[ 🗺️ Trace Inversion: Reconstructing Distillation Workflow ]
A. Surrogate Model Training (Trace Inverter)
Open-source Model (GLM-5.1 / DS-V4) ──► Complete Reasoning Chain ──► [ Qwen3-235B Compression ] ──► Reasoning Bubbles
│ │
└──────────► [ Training ] ◄─────────┘
(Base: Qwen3-4B-Instruct)
(Result: Trace-Inverter-4B)
B. Inversion Phase: Reconstructing Claude-4.7-Max
_______________________________________________________
| |
| Claude-4.7-Max API ──► Compressed Bubbles + Answer |
|_______________________________________________________|
│
▼
[ 🧠 Trace-Inverter-4B (Logic Reconstructor) ] ──► Synthetic Deep Reasoning Trace (Learnable CoT)
│
▼
[ 🧩 Data Splicing ] ◄────────── (Original Prompt + Response)
(Embed reconstructed CoT in <think> tags, splicing with original prompt/response)
│
▼
(Result: claude-opus-4.6/4.7 inverted sets)
C. Final SFT Curriculum Pipeline
___________________________________________
| |
| Base Model (Qwen3.6-27B) |
|___________________________________________|
│
▼
[ 📦 Phase 1: Format Inception ] ──► [ 🛠️ Phase 2: Complexity Expansion ] ──► [ 🚀 Phase 3: Long-Context SFT ]
( < 4096 tokens ) ( 4096 - 8192 tokens ) ( 8192 - 32K tokens )
(Short-context stable format) (Medium-complexity reasoning) (Long/Multi-turn / 10% replay)
│ │
└─────────────────────────────┬─────────────────────────────────────────┘
▼
_____________________________________________
| |
| 🌟 Final Model: Qwopus3.6-27B-v2-FP8 |
|_____________________________________________|
To steadily scale up the reasoning quality under long-context inference, Qwopus3.6-27B-v2-FP8 adopts a Curriculum Learning strategy, progressively mixing longer and more complex reasoning templates:
<think>
tags), preventing premature exposure to complex chains from causing format collapse.
To demonstrate how Trace Inversion reconstructs logical continuity and eliminates negative entropy, the following interactive panels show the contrast between raw compressed "Reasoning Bubbles" and the fully step-by-step reconstructed chain-of-thought (Learnable CoT) under 5 typical scenarios:
def sum_even_numbers(arr):
return sum(x for x in arr if x % 2 == 0)
This model is a collaborative milestone achieved with hardware engineer Kyle Hessling . You can follow him on X / Twitter: @KyleHessling1 to keep up with the latest hardware infrastructure and distributed training updates. 🙏
While the 27B dense model architecture is relatively stable, certain low-level framework compatibility issues may still surface during large-scale parameter updates and complex long-context training. It is highly recommended to monitor the following technical risk points during secondary fine-tuning and deployment:
Local Fine-Tuning & Deployment Warning : If you attempt to run secondary fine-tuning or merge adapter weights locally, please proceed with caution and be prepared to manually patch model definition files or pin dependency versions strictly.
👉 GitHub Repository: Jackrong-llm-finetuning-guide Access the repository to dive into the codebase and reproduce our results locally or on Google Colab.
Special thanks to:
@misc{jackrong_qwopus36_27b_v2,
title = {Qwopus3.6-27B-v2-FP8},
author = {Jackrong},
year = {2026},
publisher = {Hugging Face}
}
This checkpoint uses fine-grained FP8 E4M3 quantization with dynamic activations and 128x128 weight blocks, matching the Qwen3.6 FP8 Transformers format.