Qwen2.5-3B-Instruct
Collection
Collection of pruned models based on Qwen2.5-3B-Instruct
β’
16 items
β’
Updated
π― MATH-optimized | π¦ Aggressive pruning | β‘ 25% weights pruned
This model is a aggressively pruned version of Qwen/Qwen2.5-3B-Instruct, specialized for MATH tasks using activation-aware weight pruning (Wanda-style).
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 100.0% | 20.0% | β 80.0% |
| Html | 6.7% | 6.7% | β |
| Trivia | 66.7% | 53.3% | β 13.3% |
| Math | 60.0% | 53.3% β | β 6.7% |
| Reasoning | 100.0% | 100.0% | β |
| Medical | 86.7% | 60.0% | β 26.7% |
| Linux | 100.0% | 100.0% | β |
| Writing | 73.3% | 60.0% | β 13.3% |
Average: 74.2% β 56.7% (-17.5%)
Math Retention: 88.9% of original performance
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-math-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-math-aggressive")
# Example usage
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))
| Property | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-3B-Instruct |
| Specialization | Math |
| Prune Mode | Aggressive |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 25% weights pruned |
This model is part of the Qwen2.5-3B-Instruct pruned model collection. Variants:
This model inherits the license from the base model Qwen/Qwen2.5-3B-Instruct.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]