AIAny
AI Model2026
Icon for item

Qwopus3.6-27B-v2

Reasoning-enhanced 27B dense LLM fine-tuned from Qwen3.6-27B and released in GGUF format for image-text-to-text and long-context reasoning. Augmented with Trace Inversion reconstructed chains, three-stage SFT curriculum and MTP/vision support; community research release.

Introduction

Why this matters

Qwopus3.6-27B-v2 targets a common fine-tuning failure mode: small-to-mid sized student models imitating compressed “reasoning bubbles” produced by closed APIs end up with brittle, shortcut-driven logic. This release uses Trace Inversion to reconstruct step-by-step chains-of-thought and then applies a three-stage curriculum SFT to teach those learnable traces to a 27B dense model — provided as a GGUF artifact with vision & tool-use formatting.

Key Capabilities
  • Structured reasoning distillation: incorporates two Trace Inversion datasets (claude-opus-4.6/4.7 inverted sets) to replace compressed summaries with explicit, learnable CoT traces — improves token-efficiency and reasoning continuity.
  • Multimodal & long-context support: packaged for image-text-to-text pipelines, MTP head handling, and staged SFT to scale context windows up to 32K tokens.
  • Practical engineering: custom Qwen MTP splitting/merging tooling (qwen-mtp-gguf) and Unsloth-accelerated fine-tuning pipeline; distributed/hardware notes and tips included for secondary fine-tuning.
Who it’s for, and trade-offs

Great fit if you want a research-oriented, locally runnable 27B dense model in GGUF that emphasizes explicit chain-of-thought behavior for complex reasoning, multimodal prompts, or agentic workflows. It’s useful for experimenting with Learnable CoT, tool-calling formats, and long-context agentic tasks.
Look elsewhere if you need a production-ready, safety-vetted commercial model: this is a community experimental release (limited safety evaluation, non-standard benchmarking) and may require dependency pinning, LoRA/merge care, and manual patches for large-scale merges or further fine-tuning.

Where it fits

Compared with an unmodified Qwen3.6-27B checkpoint, the release claims improved reasoning accuracy on targeted subsets (example: reported MMLU‑Pro subset uplift) and token-efficiency gains through structured CoT supervision and MTP speed tuning. Use the dense 27B variant for deep, stepwise reasoning and long-context agentic uses; choose MoE/high-throughput options if raw token throughput is the priority.

Implementation notes (concise)
  • Format: GGUF (download includes mmproj.gguf for vision).
  • Base: qwen/Qwen3.6-27B; fine-tuned with Unsloth and a three-stage curriculum pipeline.
  • Known issues: LoRA weight merges can hit OOM; dependency compatibility (PEFT / Transformers / Unsloth) may require specific version pins; community release—exercise caution for deployment.

If you want, I can: (1) extract key file names and download sizes from the model page, (2) summarize the repository’s finetuning scripts (Jackrong-llm-finetuning-guide), or (3) produce example inference prompts to test the model’s CoT behavior.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.