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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.