Views
No views yet
[!Note] A W4A16 (INT4 weight, FP16 activation) quantization ofJackrong/Qwopus3.6-27B-Coder, produced with Intel's AutoRound.
[!WARNING] Community Release Notice: Qwopus-3.6-27B-Coder is an experimental community release intended for research, evaluation, and agent workflow exploration. It has not undergone full safety evaluation or broad general-domain benchmarking.
[!IMPORTANT] Benchmark Status: The first completed benchmark is SWE-bench Verified full 500 in thinking-off / no-thinking mode, where the Q5_K_M 27B GGUF run resolved 335/500 = 67.0%. Other benchmark suites remain pending and will be updated as testing completes.
1 [ 🗺️ Trace Inversion: Reconstructing Distillation Workflow ]
2
3 A. Surrogate Model Training (Trace Inverter)
4 Open-source Model (GLM-5.1 / DS-V4) ──► Complete Reasoning Chain ──► [ Qwen3-235B Compression ] ──► Reasoning Bubbles
5 │ │
6 └──────────► [ Training ] ◄─────────┘
7 (Base: Qwen3-4B-Instruct)
8 (Result: Trace-Inverter-4B)
9
10 B. Inversion Phase: Reconstructing Claude-4.7-Max
11 _______________________________________________________
12 | |
13 | Claude-4.7-Max API ──► Compressed Bubbles + Answer |
14 |_______________________________________________________|
15 │
16 ▼
17 [ 🧠 Trace-Inverter-4B (Logic Reconstructor) ] ──► Synthetic Deep Reasoning Trace (Learnable CoT)
18 │
19 ▼
20 [ 🧩 Data Splicing ] ◄────────── (Original Prompt + Response)
21 (Embed reconstructed CoT in <think> tags, splicing with original prompt/response)
22 │
23 ▼
24 (Result: claude-opus-4.6/4.7 inverted sets)
25
26 C. Final Coder SFT Curriculum Pipeline
27 ___________________________________________
28 | |
29 | Base Model (Qwopus3.6-27B-v2) |
30 |___________________________________________|
31 │
32 ▼
33 [ 📦 Phase 1: Format Inception ] ──► [ 🛠️ Phase 2: Agent/Coding Expansion ] ──► [ 🚀 Phase 3: Long-Context SFT ]
34 ( < 4096 tokens ) ( 4096 - 8192 tokens ) ( 8192 - 32K tokens )
35 (Stable <think> format) (Tool traces + coding tasks) (Long / multi-turn / replay)
36 │ │
37 └─────────────────────────────┬──────────────────────────────────────────────┘
38 ▼
39 _______________________________________________
40 | |
41 | 🌟 Final Model: Qwopus-3.6-27B-Coder |
42 |_______________________________________________|[!NOTE] Due to the complex and diverse format of agent trajectory datasets, rigorous cleaning and format standardization were applied to ensure data quality.
| Curriculum Stage | Focus & Sample Characteristics | Strategy Details |
|---|---|---|
| 📦 Stage 1: Format Inception | • Limit context within 4,096 tokens • Emphasize stable reasoning templates | Focuses on short-to-medium length, cleanly formatted reasoning samples. The primary goal is to establish reliable structured reasoning output, including stable <think> boundaries, before exposing the model to longer chains. |
| 🛠️ Stage 2: Complexity Expansion | • Extend length to 4,096 - 8,192 tokens • Introduce higher-difficulty coding and agent samples | Gradually increases the ratio of complex reasoning chains, code debugging tasks, and multi-turn tool traces. The model learns to connect reasoning, action selection, and environment feedback. |
| 🚀 Stage 3: Long-Context SFT | • Progressively scale samples up to 32K tokens • Use short-sample replay | Pushes the model toward long-context and multi-turn reasoning while replaying high-quality short samples to reduce instruction-following drift. The 32K figure describes the fine-tuning sequence/data mixture target, not a hard architectural limit. |
[!CAUTION] Deployment note: The model may emit reasoning inside<think>and</think>tags. Front-end applications and agent frameworks should parse or hide these sections where appropriate. For tool calling, ensure the prompt format and system prompt match the training data configuration to activate agent capabilities.
[!CAUTION] Compatibility Notes
- Tool Calling Format: To activate the model's agent capabilities, ensure the prompt format and system prompt include appropriate tool definitions and match the training data format.
- Reasoning Output Extraction: The model's thinking process is wrapped in
<think>and</think>tags. Front-end applications may need to parse and hide these tags.- Long-Context Usage: For contexts beyond 32K, consider enabling RoPE/YaRN scaling (e.g.,
--rope-scaling yarn --rope-scale 4 --yarn-orig-ctx 32768inllama.cpp).
| Benchmark | Status | Result / Reference |
|---|---|---|
| SWE-bench Verified | ✅ Completed | 335/500 = 67.0% (thinking-off, Q5_K_M, RTX 5090 + MTP) |
| BugFind-15 | 📋 Pending | 9B reference: 79 |
| HermesAgent-20 | 📋 Pending | 9B reference: 85 |
| ToolCall-15 | 📋 Pending | 9B reference: 100 |
| InstructFollow-15 | 📋 Pending | 9B reference: 93 |
lambda/hermes-agent-reasoning-traces for the high-quality agent trajectory data.1@misc{jackrong_qwopus36_27b_coder,
2 title = {Qwopus-3.6-27B-Coder},
3 author = {Jackrong},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/Jackrong/Qwopus-3.6-27B-Coder}}
7}