metadata
license: apache-2.0
tags:
- pruned
- html
- optimized
- wanda
- activation-pruning
base_model: Qwen/Qwen2.5-3B-Instruct
pipeline_tag: text-generation
Qwen2.5-3B-Instruct-html-extra-heavy
π― HTML-optimized | π¦ Extra Heavy pruning | β‘ 20% weights pruned
This model is a extremely pruned version of Qwen/Qwen2.5-3B-Instruct, specialized for HTML tasks using activation-aware weight pruning (Wanda-style).
β¨ Key Features
- Specialization: Optimized for Html tasks
- Pruning Method: Wanda-style (|W| Γ |activation|) importance scoring
- Size Reduction: 20% weights pruned
- Use Case: Maximum size reduction, best for edge deployment
π Performance Comparison
| 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% | 80.0% | β 6.7% |
Average: 77.1% β 78.1% (+1.0%)
Html Retention: 100.0% of original performance
π Quick Start
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-html-extra-heavy")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen2.5-3B-Instruct-html-extra-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))
π Technical Details
| Property | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-3B-Instruct |
| Specialization | Html |
| Prune Mode | Extra Heavy |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 20% weights pruned |
π Related Models
This model is part of the Qwen2.5-3B-Instruct 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/Qwen2.5-3B-Instruct.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]
