LFM2.5-1.2B-Thinking
Collection
Pruned models based on LiquidAI/LFM2.5-1.2B-Thinking
β’
16 items
β’
Updated
π― LINUX-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 | 25.0% | 5.0% | β 20.0% |
| Html | 45.0% | 5.0% | β 40.0% |
| Trivia | 100.0% | 72.5% | β 27.5% |
| Math | 100.0% | 77.5% | β 22.5% |
| Reasoning | 97.5% | 85.0% | β 12.5% |
| Medical | 45.0% | 32.5% | β 12.5% |
| Linux | 75.0% | 42.5% β | β 32.5% |
| Writing | 80.0% | 45.0% | β 35.0% |
Average: 70.9% β 45.6% (-25.3%)
Linux Retention: 56.7%
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CompactAI/LFM2.5-1.2B-Thinking-linux-aggressive")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/LFM2.5-1.2B-Thinking-linux-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 | Linux |
| 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