Qwen3-1.7B
Collection
Collection of pruned models based on Qwen/Qwen3-1.7B
β’
51 items
β’
Updated
π― LINUX-optimized | π¦ Medium Heavy pruning | β‘ 25% weights pruned
This model is a moderate-heavyly pruned version of Qwen/Qwen3-1.7B, specialized for LINUX tasks using activation-aware weight pruning (Wanda-style).
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 40.0% | 20.0% | β 20.0% |
| Html | 0.0% | 0.0% | β |
| Trivia | 100.0% | 93.3% | β 6.7% |
| Math | 100.0% | 100.0% | β |
| Reasoning | N/A | N/A | |
| Medical | 93.3% | 93.3% | β |
| Linux | 100.0% | 93.3% β | β 6.7% |
| Writing | 73.3% | 73.3% | β |
Average: 72.4% β 67.6% (-4.8%)
Linux Retention: 93.3% of original performance
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-1.7B-linux-medium-heavy")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-1.7B-linux-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/Qwen3-1.7B |
| Specialization | Linux |
| Prune Mode | Medium Heavy |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 25% weights pruned |
This model is part of the Qwen3-1.7B pruned model collection. Other variants:
This model inherits the license from the base model Qwen/Qwen3-1.7B.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]