LFM2.5-1.2B-Instruct-reasoning-safe

🎯 REASONING-optimized | πŸ“¦ Safe pruning | ⚑ 1% weights pruned

This model is a conservatively pruned version of LiquidAI/LFM2.5-1.2B-Instruct.

Performance Comparison

Category Original Pruned Change
Python 50.0% 50.0% β†’
Html 83.3% 83.3% β†’
Trivia 91.7% 91.7% β†’
Math 100.0% 100.0% β†’
Reasoning 66.7% 66.7% ⭐ β†’
Medical 75.0% 75.0% β†’
Linux 16.7% 16.7% β†’
Writing 33.3% 33.3% β†’

Average: 64.6% β†’ 64.6% (+0.0%)

Reasoning Retention: 100.0%

Comparison Graph

Quick Start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("CompactAI/LFM2.5-1.2B-Instruct-reasoning-safe")
tokenizer = AutoTokenizer.from_pretrained("CompactAI/LFM2.5-1.2B-Instruct-reasoning-safe")

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 LiquidAI/LFM2.5-1.2B-Instruct
Specialization Reasoning
Prune Mode Safe
Weight Reduction 1% weights pruned

License

This model inherits the license from the base model.

Downloads last month
11
Safetensors
Model size
1B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for CompactAI/LFM2.5-1.2B-Instruct-reasoning-safe

Finetuned
(50)
this model

Collection including CompactAI/LFM2.5-1.2B-Instruct-reasoning-safe