lfm2.5-ADA-GGUF

GGUF quantizations of ray0rf1re/lfm2.5-ADA-merged โ€” the ray0rf1re/lfm2.5-ADA LoRA adapter merged into its base model LiquidAI/LFM2.5-1.2B-Thinking โ€” converted and quantized with llama.cpp.

Files

Quant Size Notes
Q4_K_M 697.04 MB Smallest / fastest. Best choice for low-RAM or CPU-only inference (e.g. this pipeline's target, an i7-7660U). Some quality loss vs f16, usually not noticeable in casual chat.
Q5_K_M 804.29 MB Middle ground โ€” noticeably better quality than Q4_K_M for a modest size/speed cost. Good default if you have the RAM to spare.
Q6_K 918.24 MB Largest / highest quality of the three, very close to f16 output. Use this if quality matters more than footprint or speed.

If you're not sure which to grab: Q4_K_M for speed/low RAM, Q6_K if you want quality closest to the unquantized model, Q5_K_M as a middle ground.

Usage (llama.cpp)

# CLI chat
llama-cli -m lfm2.5-ADA-GGUF-Q4_K_M.gguf -p "Hello!" -cnv

# OpenAI-compatible local server
llama-server -m lfm2.5-ADA-GGUF-Q4_K_M.gguf -c 4096

Also works directly in LM Studio, Ollama (via a Modelfile pointing at the .gguf), and any other llama.cpp-based runtime.

Provenance

Persona benchmark

Automated persona-fidelity benchmark against same-size reference models (see persona_bench.py for methodology). Heuristic score is free/deterministic keyword+repetition scoring; no LLM-judge pass was run for this benchmark.

Model Avg heuristic (0-1) Degenerate outputs
lfm2.5-ADA-GGUF-Q4_K_M (ours) 0.558 0 / 8
lfm2.5-ADA-GGUF-Q5_K_M (ours) 0.532 0 / 8
lfm2.5-ADA-GGUF-Q6_K (ours) 0.557 0 / 8
LFM2.5-1.2B-Thinking (base) 0.731 0 / 8
LFM2.5-350M 0.618 0 / 8
Qwen3-0.6B (~0.8B params) 0.736 0 / 8

chart_avg_heuristic chart_per_category

Downloads last month
32
GGUF
Model size
1B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ray0rf1re/lfm2.5-ADA-GGUF

Adapter
(10)
this model