How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for Schnuckade/LFM-2.5-Coder-2.6B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for Schnuckade/LFM-2.5-Coder-2.6B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for Schnuckade/LFM-2.5-Coder-2.6B to start chatting
Quick Links

🚀 LFM-2.5-Coder-2.6B

An enhanced, lightweight code-reasoning model built on top of LiquidAI's LFM-2.5-2.6B. Fine-tuned to boost step-by-step reasoning and coding capabilities without sacrificing overall model performance.


📌 Quick Summary

Feature Details
Developed by Schnuckade
Base Model LiquidAI/LFM2.5-2.6B
Fine-Tuning Framework Unsloth 🦥
Dataset Used Banaxi-Tech/Deepseek-V4-Reasoning-Code-2500
License Apache-2.0
Language English

💡 About the Model

LFM-2.5-Coder-2.6B is a targeted, lightweight fine-tune designed to make the original Liquid AI base model a bit smarter when dealing with code generation and problem-solving.

  • 🧠 Reasoning Focus: Helps the model "think" through coding problems step-by-step.
  • Lightweight & Efficient: Trained specifically to boost coding skills while retaining general utility.
  • 📦 Multi-Format: Includes full FP16/BF16 safetensors alongside quantized GGUF weights (Q4_K_M) for easy local deployment.

🛠️ Usage & Integration

Transformers / Unsloth

from unsloth import FastLanguageModel

model, tokenizer = FastLanguageModel.from_pretrained(
    model_name = "Schnuckade/LFM-2.5-Coder-2.6B",
    max_seq_length = 2048,
    load_in_4bit = True,
)
Downloads last month
772
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Schnuckade/LFM-2.5-Coder-2.6B

Quantized
(58)
this model

Dataset used to train Schnuckade/LFM-2.5-Coder-2.6B