Similar Models

Qwen3.5-0.8B (Multimodal Edge)

Qwen/Qwen3.5-0.8B-GGUF

Alibaba Qwen3.5 sub-1B multimodal model. Text+image+video understanding with 262K context. Apache 2.0. Built for lightweight agentic assistants.

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-0.8B-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
Qwen/Qwen3.5-0.8B-GGUF:Q4_K_M0.9GBGGUFLink
Qwen/Qwen3.5-0.8B-GGUF:Q6_K1.3GBGGUFLink

Model Details

Teacher Model

Qwen3.5-72B

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size0.9GB8.5GB
BLEU Score28.530.1