Qwen2.5-3B-Instruct-python-aggressive

🎯 PYTHON-optimized | πŸ“¦ Aggressive pruning | ⚑ 20% weights pruned

This model is a aggressively pruned version of Qwen/Qwen2.5-3B-Instruct, specialized for PYTHON tasks using activation-aware weight pruning (Wanda-style).

✨ Key Features

  • Specialization: Optimized for Python tasks
  • Pruning Method: Wanda-style (|W| Γ— |activation|) importance scoring
  • Size Reduction: 20% weights pruned
  • Use Case: Maximum compression for edge deployment

πŸ“Š Performance Comparison

Category Original Pruned Change
Python 40.0% 13.3% ⭐ ↓ 26.7%
Html 6.7% 0.0% ↓ 6.7%
Trivia 88.9% 73.3% ↓ 15.6%
Math 57.8% 62.2% ↑ 4.4%
Reasoning 33.3% 28.9% ↓ 4.4%
Medical 93.3% 84.4% ↓ 8.9%
Linux 95.6% 93.3% ↓ 2.2%
Writing 62.2% 60.0% ↓ 2.2%

Average: 59.7% β†’ 51.9% (-7.8%)

Python Retention: 33.3% of original performance

Comparison Graph

πŸš€ Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-python-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))

πŸ“‹ Technical Details

Property Value
Base Model Qwen/Qwen2.5-3B-Instruct
Specialization Python
Prune Mode Aggressive
Pruning Method Activation-based weight pruning (Wanda)
Weight Reduction 20% weights pruned

πŸ”— Related Models

This model is part of the Qwen2.5-3B-Instruct pruned model collection. Variants:

  • Safe - Conservative pruning (~10-20%), high accuracy retention
  • Aggressive - Maximum compression (~40-50%), best for edge deployment

πŸ“œ License

This model inherits the license from the base model Qwen/Qwen2.5-3B-Instruct.


Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]

Downloads last month
19
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/Qwen2.5-3B-Instruct-python-aggressive

Base model

Qwen/Qwen2.5-3B
Finetuned
(957)
this model

Collection including CompactAI/Qwen2.5-3B-Instruct-python-aggressive