--- base_model: - Jackrong/Qwopus3.6-27B-Coder base_model_relation: quantized tags: - text-generation-inference - transformers - unsloth - qwen3_6 - reasoning - chain-of-thought - lora - sft - agent - tool-use - function-calling - coder license: apache-2.0 language: - en - zh - es - ru - ja pipeline_tag: text-generation datasets: - Jackrong/Claude-opus-4.6-TraceInversion-9000x - Jackrong/Claude-opus-4.7-TraceInversion-5000x - lambda/hermes-agent-reasoning-traces --- > [!Note] > A **W4A16 (INT4 weight, FP16 activation) quantization** of [`Jackrong/Qwopus3.6-27B-Coder`](https://huggingface.co/Jackrong/Qwopus3.6-27B-Coder), produced with [Intel's AutoRound](https://github.com/intel/auto-round).
> [!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. Base Model, Training Stack & Collaboration| 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. |