Similar Models

SmolLM2-1.7B-Instruct (Task Specialist)

unsloth/SmolLM2-1.7B-Instruct-GGUF

Hugging Face SmolLM2 fine-tuned via Unsloth. 1.7B params, Apache 2.0. Optimized for instruction-following agents in data labeling, product cataloging, and editorial generation.

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

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
unsloth/SmolLM2-1.7B-Instruct-GGUF:Q4_K_M1.3GBGGUFLink
unsloth/SmolLM2-1.7B-Instruct-GGUF:Q8_01.9GBGGUFLink

Model Details

Teacher Model

SmolLM2-Base

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

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