Qwen2.5-3B-Instruct
Collection
Collection of pruned models based on Qwen/Qwen2.5-3B-Instruct
β’
55 items
β’
Updated
π― WRITING-optimized | π¦ Medium Heavy pruning | β‘ 18% weights pruned
This model is a moderate-heavyly pruned version of Qwen/Qwen2.5-3B-Instruct, specialized for WRITING tasks using activation-aware weight pruning (Wanda-style).
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 100.0% | 100.0% | β |
| Html | 6.7% | 6.7% | β |
| Trivia | 100.0% | 93.3% | β 6.7% |
| Math | 60.0% | 66.7% | β 6.7% |
| Reasoning | N/A | N/A | |
| Medical | 100.0% | 100.0% | β |
| Linux | 100.0% | 100.0% | β |
| Writing | 73.3% | 86.7% β | β 13.3% |
Average: 77.1% β 79.0% (+1.9%)
Writing Retention: 118.2% of original performance
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-writing-medium-heavy")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-writing-medium-heavy")
# 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 | Writing |
| Prune Mode | Medium Heavy |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 18% weights pruned |
This model is part of the Qwen2.5-3B-Instruct pruned model collection. Other variants:
This model inherits the license from the base model Qwen/Qwen2.5-3B-Instruct.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]