AI ExplorerAI Explorer
ToolsCategoriesSitesLLMsCompareAI QuizAlternativesPremium

—

AI Tools

—

Sites & Blogs

—

LLMs & Models

—

Categories

AI Explorer

Find and compare the best artificial intelligence tools for your projects.

Made within France

Explore

  • All tools
  • Sites & Blogs
  • LLMs & Models
  • Compare
  • Chatbots
  • AI Images
  • Code & Dev

Company

  • Premium
  • About
  • Contact
  • Blog

Legal

  • Legal notice
  • Privacy
  • Terms

© 2026 AI Explorer. All rights reserved.

HomeLLMsQwen3.5 9B Claude 4.6 Opus Uncensored Distilled GGUF

Qwen3.5 9B Claude 4.6 Opus Uncensored Distilled GGUF

by LuffyTheFox

Open source · 86k downloads · 99 likes

2.5
(99 reviews)ChatAPI & Local
About

Le modèle Qwen3.5 9B Claude 4.6 Opus Uncensored Distilled GGUF est une version optimisée du modèle Qwen3.5-9B, spécialement conçue pour exceller dans le raisonnement structuré et la résolution de problèmes complexes. Grâce à une distillation avancée des capacités de raisonnement de l'IA Claude 4.6 Opus, il adopte une approche méthodique en décomposant les questions en étapes logiques clairement définies, encapsulées dans des balises `<think>`, avant de fournir une réponse précise et nuancée. Ce modèle se distingue par sa capacité à traiter des domaines variés comme les sciences, les mathématiques ou le suivi d'instructions, tout en minimisant les redondances et en améliorant l'efficacité des inférences. Idéal pour les utilisateurs recherchant une assistance analytique approfondie sans restrictions de contenu, il convient particulièrement aux tâches nécessitant une réflexion approfondie ou une planification détaillée. Son approche "sans refus" et son entraînement sur des données de haute qualité en font un outil puissant pour les professionnels, chercheurs ou passionnés exigeants.

Documentation

🌟 This is Qwen3.5-9B-Claude-4.6-Opus-Uncensored-Distilled-GGUF model with zero refusals made by HauhauCS method and combined with Jackrong checkpoint

Thinking is disabled by default in this model via modified chat template file baked in gguf. If you want to enable thinking set variable: {%- set enable_thinking = False %} to True in chat template.

I extracted uncensored tensors made by HauhauCS via this script: https://pastebin.com/1qKgR3za and merged them with Jackrong distilled checkpoint.

For best model perfomance use following settings in LM Studio:

Temperature: 0.7

Top K Sampling: 20

Presence Penalty: 1.5

Top P Sampling: 0.8

Min P Sampling: 0

Seed: 3407 or 42

And this system prompt: https://pastebin.com/pU25DVnB

📢 Announcement

Update: This model has been further enhanced with additional reasoning data distilled from Qwen3.5-27B.

The new training data introduces higher-quality reasoning trajectories across domains such as science, instruction-following, and mathematics.

Part of the data comes from Jackrong/Qwen3.5-reasoning-700x, a curated dataset designed to improve structured step-by-step reasoning and reasoning diversity.

HCaJnUQaoAAaMIc

💡 Model Introduction

Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled is a highly capable reasoning model fine-tuned on top of the Qwen3.5-9B dense architecture. The model's core directive is to leverage state-of-the-art Chain-of-Thought (CoT) distillation primarily sourced from Claude-4.6 Opus interactions.

Through Supervised Fine-Tuning (SFT) focusing specifically on structured reasoning logic, this model excels in breaking down complex user problems, planning step-by-step methodologies within strictly formatted <think> tags, and ultimately delivering precise, nuanced solutions.

🗺️ Training Pipeline Overview

Text
Base Model (Qwen3.5-9B)
 │
 ▼
Supervised Fine-Tuning (SFT) + LoRA
(Response-Only Training masked on "<|im_start|>assistant\n<think>")
 │
 ▼
Final Model Text-only (Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled)

🧠 Example of Learned Reasoning Scaffold(Example)

The model includes targeted optimizations addressing Qwen3.5’s tendency toward excessive transitional or repetitive reasoning on simple queries. Through deep distillation and structural imitation of Claude-4.6-Opus reasoning chains, the model adopts a more efficient structured thinking pattern:
“Let me analyze this request carefully: 1..2..3...”.
This streamlined reasoning paradigm significantly reduces redundant cognitive loops while preserving deep analytical capacity, resulting in substantially improved inference efficiency.

Text
Let me analyze this request carefully:

1. Identify the core objective of the problem.
2. Break the task into clearly defined subcomponents.
3. Evaluate constraints and edge cases.
4. Formulate a step-by-step solution plan.
5. Execute the reasoning sequentially and verify consistency.
            .
            .
            .

🔹 Supervised Fine-Tuning (SFT)

  • Objective: To inject high-density reasoning logic and establish a strict format for problem-solving involving an internal thinking state prior to outputting the final response.
  • Method: We utilized Unsloth for highly efficient memory and compute optimization. A critical component of this stage is the train_on_responses_only strategy, masking instructions so the loss is purely calculated over the generation of the <think> sequences and the subsequent solutions.
  • Format Enforcement: All training samples were systematically normalized so the model strictly abides by the structure <think> {internal reasoning} </think>\n {final answer}.

📈 Training Loss Curve

The training loss showed a strong and healthy downward trend throughout the run, demonstrating effective knowledge distillation. Starting from an initial loss of 0.5138, the model converged steadily to a final loss of 0.35786 — indicating the model successfully internalized the structured <think> reasoning patterns from the Claude 4.6 Opus teacher data.

📚 All Datasets Used

The dataset consists of high-quality, filtered reasoning distillation data:

Dataset NameDescription / Purpose
nohurry/Opus-4.6-Reasoning-3000x-filteredProvides comprehensive Claude 4.6 Opus reasoning trajectories.
TeichAI/claude-4.5-opus-high-reasoning-250xInjecting high-intensity, structured reasoning instances.
Jackrong/Qwen3.5-reasoning-700xAdditional curated reasoning samples designed to strengthen structured step-by-step problem solving and improve reasoning diversity.

🌟 Core Skills & Capabilities

  1. Modular & Structured Thinking: Inheriting traits from Opus-level reasoning, the model demonstrates confident parsing of the prompt, establishing an outlined plan in its <think> block sequentially rather than exploratory "trial-and-error" self-doubt.
  2. Extended Context Support: Fine-tuned smoothly with a 16,384 token context window allowing complex multi-step reasoning traces to exist gracefully within memory limits.

⚠️ Limitations & Intended Use

  • Hallucination Risk: While reasoning is strong, the model remains an autoregressive LLM; external facts provided during the thinking sequence may occasionally contain hallucinations if verifying real-world events.
  • Intended Scenario: Best suited for offline analytical tasks, coding, math, and heavy logic-dependent prompting where the user needs to transparently follow the AI's internal logic.

🙏 Acknowledgements

Significant thanks to the Unsloth AI team for making rapid fine-tuning of large LLM models accessible. Additionally, we acknowledge Qwen internally, and the open-source community developers producing exceptional distilled datasets (nohurry and TeichAI).

Capabilities & Tags
ggufqwen3_5unslothqwenqwen3.5reasoningchain-of-thoughtlorauncensorednot-for-all-audiences
Links & Resources
Specifications
CategoryChat
AccessAPI & Local
LicenseOpen Source
PricingOpen Source
Parameters9B parameters
Rating
2.5

Try Qwen3.5 9B Claude 4.6 Opus Uncensored Distilled GGUF

Access the model directly