SmolLM3-3B-python-aggressive

🎯 PYTHON-optimized | 📦 Aggressive pruning | ⚡ 1% weights pruned

This model is a aggressively pruned version of HuggingFaceTB/SmolLM3-3B.

Performance Comparison

Category Original Pruned Change
Python 0.0% 0.0% ⭐
Html 0.0% 0.0%
Trivia 28.6% 28.6%
Math 73.3% 73.3%
Reasoning 0.0% 0.0%
Medical 0.0% 0.0%
Linux 0.0% 0.0%
Writing 33.3% 33.3%

Average: 16.9% → 16.9% (+0.0%)

Comparison Graph

Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/SmolLM3-3B-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/SmolLM3-3B-python-aggressive")

inputs = tokenizer("Your prompt here", return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

Technical Details

Property Value
Base Model HuggingFaceTB/SmolLM3-3B
Specialization Python
Prune Mode Aggressive
Weight Reduction 1% weights pruned

License

This model inherits the license from the base model.

Downloads last month
9
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for CompactAI/SmolLM3-3B-python-aggressive

Finetuned
(112)
this model

Collection including CompactAI/SmolLM3-3B-python-aggressive