Qwen2.5-0.5B
Collection
Collection of pruned models based on Qwen/Qwen2.5-0.5B
β’
16 items
β’
Updated
π― PYTHON-optimized | π¦ Aggressive pruning | β‘ 1% weights pruned
This model is a aggressively pruned version of Qwen/Qwen2.5-0.5B.
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 0.0% | 0.0% β | β |
| Html | 0.0% | 0.0% | β |
| Trivia | 64.3% | 64.3% | β |
| Math | 73.3% | 73.3% | β |
| Reasoning | 80.0% | 80.0% | β |
| Medical | 83.3% | 83.3% | β |
| Linux | 60.0% | 60.0% | β |
| Writing | 50.0% | 33.3% | β 16.7% |
Average: 51.4% β 49.3% (-2.1%)
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen2.5-0.5B-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen2.5-0.5B-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))
| Property | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-0.5B |
| Specialization | Python |
| Prune Mode | Aggressive |
| Weight Reduction | 1% weights pruned |
This model inherits the license from the base model.
Base model
Qwen/Qwen2.5-0.5B