EXAONE-4.0-1.2B
Collection
Collection of pruned models based on LGAI-EXAONE/EXAONE-4.0-1.2B
•
69 items
•
Updated
🎯 HTML-optimized | 📦 Safe pruning | ⚡ 1% weights pruned
This model is a conservatively pruned version of LGAI-EXAONE/EXAONE-4.0-1.2B, specialized for HTML tasks using activation-aware weight pruning (Wanda-style).
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 20.0% | 20.0% | → |
| Html | 6.7% | 0.0% ⭐ | ↓ 6.7% |
| Trivia | 26.7% | 26.7% | → |
| Math | 60.0% | 60.0% | → |
| Reasoning | 60.0% | 60.0% | → |
| Medical | 73.3% | 73.3% | → |
| Linux | 93.3% | 93.3% | → |
| Writing | 60.0% | 60.0% | → |
Average: 50.0% → 49.2% (-0.8%)
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/EXAONE-4.0-1.2B-html-safe")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/EXAONE-4.0-1.2B-html-safe")
# 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 | LGAI-EXAONE/EXAONE-4.0-1.2B |
| Specialization | Html |
| Prune Mode | Safe |
| Pruning Method | Activation-based weight pruning (Wanda) |
| Weight Reduction | 1% weights pruned |
This model is part of the EXAONE-4.0-1.2B pruned model collection. Variants:
This model inherits the license from the base model LGAI-EXAONE/EXAONE-4.0-1.2B.
Generated by ZANNPS [Zeto Automatic Neural Network Pruning System]
Base model
LGAI-EXAONE/EXAONE-4.0-1.2B