Similar Models

Qwen3-Coder 7B (OpenClaw Optimized)

unsloth/Qwen3-Coder-7B-GGUF

OpenClaw-recommended coding specialist. 7B params, 128K context, Apache 2.0. Optimized for tool-calling, shell commands, and multi-file edits in agentic 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 = "unsloth/Qwen3-Coder-7B-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
unsloth/Qwen3-Coder-7B-GGUF:Q4_K_M5.2GBGGUFLink
unsloth/Qwen3-Coder-7B-GGUF:Q6_K7.1GBGGUFLink

Model Details

Teacher Model

Qwen3-72B-Coder

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size5.2GB8.5GB
BLEU Score28.530.1