Qwen3-4B-Instruct-2507-html-aggressive

HTML-optimized | Aggressive pruning | 35% weights pruned

This model is a aggressively pruned version of Qwen/Qwen3-4B-Instruct-2507.

Pruning Alert: The benchmarks show virtually NO quality drop! This isn't a bug -- it is a feature. The Wanda pruning algorithm is so effective at identifying unimportant weights that it can remove a large percentage of parameters without affecting performance. Think of it like pruning dead leaves from a tree -- the tree does not miss them because they were not doing anything anyway!

Performance Comparison

Category Original Pruned Change
Python 75.0% 75.0% β†’
Html 35.0% 35.0% ⭐ β†’
Trivia 75.0% 75.0% β†’
Math 85.0% 85.0% β†’
Reasoning 60.0% 60.0% β†’
Medical 65.0% 65.0% β†’
Linux 65.0% 65.0% β†’
Writing 40.0% 40.0% β†’

Average: 62.5% -> 62.5% (+0.0%)

Html Retention: 100.0%

Comparison Graph

Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-4B-Instruct-2507-html-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-4B-Instruct-2507-html-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))

Technical Details

Property Value
Base Model Qwen/Qwen3-4B-Instruct-2507
Specialization Html
Prune Mode Aggressive
Weight Reduction 35% weights pruned

License

This model inherits the license from the base model.

Downloads last month
-
Safetensors
Model size
4B 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-4B-Instruct-2507-html-aggressive

Finetuned
(883)
this model

Collection including CompactAI/Qwen3-4B-Instruct-2507-html-aggressive