Similar Models

SmolLM3 3B (Reasoning Specialist)

ggml-org/SmolLM3-3B-GGUF

A 2026-native 3B reasoning model from Hugging Face. Dual-mode `/think` and `/no_think` for agentic workflows with 64K-128K context. Fully open recipe.

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 = "ggml-org/SmolLM3-3B-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
ggml-org/SmolLM3-3B-GGUF:Q4_K_M2.1GBGGUFLink
ggml-org/SmolLM3-3B-GGUF:Q8_03.4GBGGUFLink

Model Details

Teacher Model

SmolLM3-Base

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size2.1GB8.5GB
BLEU Score28.530.1