Qwen3-1.7B-python-extra-light

🎯 PYTHON-optimized | πŸ“¦ Extra Light pruning | ⚑ 12% weights pruned

This model is a minimally pruned version of Qwen/Qwen3-1.7B, 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: 12% weights pruned
  • Use Case: Highest accuracy retention with slight size reduction

πŸ“Š Performance Comparison

Category Original Pruned Change
Python 40.0% 20.0% ⭐ ↓ 20.0%
Html 0.0% 6.7% ↑ 6.7%
Trivia 100.0% 100.0% β†’
Math 100.0% 100.0% β†’
Reasoning N/A N/A
Medical 93.3% 93.3% β†’
Linux 100.0% 100.0% β†’
Writing 73.3% 80.0% ↑ 6.7%

Average: 72.4% β†’ 71.4% (-1.0%)

Python Retention: 50.0% of original performance

Comparison Graph

πŸš€ Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-1.7B-python-extra-light")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-1.7B-python-extra-light")

# 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/Qwen3-1.7B
Specialization Python
Prune Mode Extra Light
Pruning Method Activation-based weight pruning (Wanda)
Weight Reduction 12% weights pruned

πŸ”— Related Models

This model is part of the Qwen3-1.7B pruned model collection. Other variants:

  • Extra-light (minimal pruning)
  • Light
  • Medium-light
  • Medium
  • Medium-heavy
  • Heavy
  • Extra-heavy (maximum compression)

πŸ“œ License

This model inherits the license from the base model Qwen/Qwen3-1.7B.


Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]

Downloads last month
-
Safetensors
Model size
2B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for CompactAI/Qwen3-1.7B-python-extra-light

Finetuned
Qwen/Qwen3-1.7B
Finetuned
(464)
this model

Collection including CompactAI/Qwen3-1.7B-python-extra-light