Views
No views yet
qwen3.5-4B-super-coder is a 4-bit quantized GGUF model optimized for fast, reliable coding, structured tool calling, and active reasoning (thinking mode) on consumer/mobile hardware. It is distilled from Claude Sonnet 4.6 & Opus 4.6, and merged/quantized using Unsloth.Qwen/Qwen3.5-4BQwen3.5-4B model uses a hybrid architecture combining Gated DeltaNet (3 layers) and Full Attention (1 layer) repeating. Since only 8 of the 32 layers store a full KV cache, the KV cache footprint is incredibly small (~0.4GB for 32K context), making it exceptionally well-suited for high-context coding on mobile devices (e.g., iPhone 15 Pro+, flagship Android, iPad Pro). ┌──────────────────────────────────────────┐
│ Phase A: │
│ General Distillation (Claude Style) │
│ Dataset: Claude-Distills (140K) │
└────────────────────┬─────────────────────┘
│
▼
┌──────────────────────────────────────────┐
│ Phase B: │
│ Specialization (Coding & Tool Calling) │
│ Dataset: Curated Replay Mix (77K) │
└────────────────────┬─────────────────────┘
│
▼
┌──────────────────────────────────────────┐
│ Phase C: │
│ Tool Precision & Schema Conformance │
│ Dataset: Tool-focused Mix (~20K) │
└──────────────────────────────────────────┘clzoro/Claude-Distills (140K samples; Sonnet 4.6 + Opus 4.6).<think> block traces to establish thinking capabilities.jica98/qwen3.5-4b-claude-distill-lora Phase 3 LoRA.qwen3.5-4b-phase4-specialize-lora.filtered_dataset/train.jsonl, Claude distillation replay from data/claude_distill.jsonl, and an Opus replay slice to retain visible reasoning behavior.1e-4, 1 epoch, checkpointing every 200 steps.kelexine/fable-5-sft-traces for cleaned Fable reasoning/SFT traces.armand0e/claude-fable-5-claude-code for raw Claude/Fable-5 agent traces.victor/fable-5-boeing-747-trace for the Boeing 747 Claude Code/Fable-5 trace.qwen3.5-4b-phase4-specialize-lora.qwen3.5-4b-phase5-fable-lora.5e-5, 1 epoch, BF16, adamw_8bit.<think>...</think> block to outline its plan before writing code.0.60.95200.0-fa in llama.cpp/llama-cli for optimal speeds.You are a helpful coding assistant.).benchmark/lmstudio_q4_benchmark/benchmark_report.md| Benchmark | Score | Status |
|---|---|---|
| HumanEval+ Pass@1 | 0.00 | ok |
| MBPP+ Pass@1 | 0.00 | ok |
| BigCodeBench-Hard | — | needs_review |
| LiveCodeBench v6 | — | not_run |
| BFCL v4 | — | needs_review |
| IFEval | — | needs_review |
| MMLU-Pro | — | needs_review |
| JSON validity | 40.00% | ok |
| No-tool accuracy | 87.50% | ok |