LFM2.5-1.2B-Thinking
Collection
Pruned models based on LiquidAI/LFM2.5-1.2B-Thinking
β’
16 items
β’
Updated
π― PYTHON-optimized | π¦ Aggressive pruning | β‘ 30% weights pruned
This model is a aggressively pruned version of LiquidAI/LFM2.5-1.2B-Thinking.
| Category | Original | Pruned | Change |
|---|---|---|---|
| Python | 45.0% | 12.5% β | β 32.5% |
| Html | 67.5% | 7.5% | β 60.0% |
| Trivia | 92.5% | 80.0% | β 12.5% |
| Math | 97.5% | 97.5% | β |
| Reasoning | 97.5% | 87.5% | β 10.0% |
| Medical | 65.0% | 40.0% | β 25.0% |
| Linux | 47.5% | 35.0% | β 12.5% |
| Writing | 92.5% | 40.0% | β 52.5% |
Average: 75.6% β 50.0% (-25.6%)
Python Retention: 27.8%
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/LFM2.5-1.2B-Thinking-python-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/LFM2.5-1.2B-Thinking-python-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))
| Property | Value |
|---|---|
| Base Model | LiquidAI/LFM2.5-1.2B-Thinking |
| Specialization | Python |
| Prune Mode | Aggressive |
| Weight Reduction | 30% weights pruned |
This model inherits the license from the base model.
Base model
LiquidAI/LFM2.5-1.2B-Base