Image-Text-to-Text
GGUF
English
distillation
reasoning
conversational
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF:F16
Quick Links

Model Card: Qwen3.5-Qwen3.6-plus-Reasoning-Distilled-GGUF

Overview

This model is a distilled reasoning-enhanced variant of Qwen3.5-2B, designed to improve:

  • Structured reasoning
  • Step-by-step problem solving
  • Decision stability
  • Output efficiency (token usage)

The model is trained via distillation from a stronger reasoning model (Qwen3.6-plus), transferring:

  • Clean reasoning trajectories
  • Better stopping behavior
  • Reduced reasoning noise

Key Improvements Over Base Model

Reasoning Efficiency

Compared to the base model, this model:

  • Produces shorter and more relevant reasoning chains
  • Avoids repetitive self-verification loops
  • Maintains high signal-to-noise ratio

Stability

The base model often exhibits:

  • Overthinking
  • Infinite or near-infinite reasoning loops
  • Hypothesis explosion

This distilled model:

  • Converges faster to a solution
  • Maintains deterministic reasoning paths
  • Avoids reasoning drift

Decision-Making

  • Improved reasoning termination policy
  • Clearer final answers
  • Better alignment between reasoning and output

Known Failure Modes

  • Occasional hallucinated justifications
  • Overconfidence in incorrect options
  • Missing rare edge-case interpretations
  • Limited deep domain reasoning beyond training distribution

Available Model files:

qwen3.6-plus-Distilled-GGUF.F16.gguf qwen3.6-plus-Distilled-GGUF.Q8.gguf

An Ollama Modelfile is included for easy deployment.

Downloads last month
940
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF

Finetuned
Qwen/Qwen3.5-2B
Quantized
(1)
this model

Datasets used to train khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF

Collection including khazarai/Qwen3.5-2B-Qwen3.6-plus-Distilled-GGUF