Qwen3-0.6B
Collection
Collection of pruned models based on Qwen3-0.6B
β’
16 items
β’
Updated
π― WRITING-optimized | π¦ Aggressive pruning | β‘ 12% weights pruned
This model is a aggressively pruned version of Qwen/Qwen3-0.6B, specialized for WRITING tasks using activation-aware weight pruning (Wanda-style).
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 30.0% | 0.0% | β 30.0% |
| Html | 0.0% | 0.0% | β |
| Trivia | 90.0% | 86.7% | β 3.3% |
| Math | 96.7% | 76.7% | β 20.0% |
| Reasoning | 36.7% | 36.7% | β |
| Medical | 83.3% | 70.0% | β 13.3% |
| Linux | 93.3% | 90.0% | β 3.3% |
| Writing | 53.3% | 40.0% β | β 13.3% |
Average: 60.4% β 50.0% (-10.4%)
Writing Retention: 75.0% of original performance
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-0.6B-writing-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-0.6B-writing-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/Qwen3-0.6B |
| Specialization | Writing |
| Prune Mode | Aggressive |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 12% weights pruned |
This model is part of the Qwen3-0.6B pruned model collection. Variants:
This model inherits the license from the base model Qwen/Qwen3-0.6B.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]