Qwen3-1.7B-html-aggressive

🎯 HTML-optimized | πŸ“¦ Aggressive pruning | ⚑ 1% weights pruned

This model is a aggressively pruned version of Qwen/Qwen3-1.7B.

Performance Comparison

Category Original Pruned Change
Python 0.0% 0.0% β†’
Html 0.0% 0.0% ⭐ β†’
Trivia 57.1% 64.3% ↑ 7.1%
Math 66.7% 60.0% ↓ 6.7%
Reasoning 20.0% 20.0% β†’
Medical 50.0% 50.0% β†’
Linux 20.0% 20.0% β†’
Writing 16.7% 0.0% ↓ 16.7%

Average: 28.8% β†’ 26.8% (-2.0%)

Comparison Graph

Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-1.7B-html-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-1.7B-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-1.7B
Specialization Html
Prune Mode Aggressive
Weight Reduction 1% weights pruned

License

This model inherits the license from the base model.

Downloads last month
8
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-html-aggressive

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

Collection including CompactAI/Qwen3-1.7B-html-aggressive