How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Schnuckade/LFM-2.5-Coder-2.6B:Q4_K_M
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default Schnuckade/LFM-2.5-Coder-2.6B:Q4_K_M
Run Hermes
hermes
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
1,057
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