Similar Models

Qwen3.5-2B (Edge Agentic Specialist)

Qwen/Qwen3.5-2B-GGUF

Alibaba Qwen3.5 2B edge-optimized model. Hybrid Gated DeltaNet+Attention architecture, 256K context, Apache 2.0. Built for tool-calling agents and multimodal workflows.

How to Use

To get started, install the `transformers` library:

pip install transformers

Then, use the following snippet to load the model:

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "Qwen/Qwen3.5-2B-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
Qwen/Qwen3.5-2B-GGUF:Q4_K_M1.8GBGGUFLink
Qwen/Qwen3.5-2B-GGUF:Q8_03.1GBGGUFLink

Model Details

Teacher Model

Qwen3.5-9B

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size1.8GB8.5GB
BLEU Score28.530.1