nguyenthilaitrieulong/LFM2.5-2.6B-Heretic-Abliterated-GGUF
LFM2.5-2.6B-Heretic-Abliterated-GGUF
This repository contains GGUF quantizations of the LFM2.5-2.6B-Heretic model.
The base model, LiquidAI/LFM2.5-2.6B, is a highly efficient 2.69 billion parameter model built specifically for on-device agentic workflows, multi-step instruction following, and tool calling.
This specific iteration has been abliterated (uncensored) to remove safety refusals and guardrails, allowing the model to act as a fully compliant, unrestricted local agent while preserving the core intelligence, tool-calling capabilities, and the massive 128K context window of the original model.
๐ฉธ Heretic Capabilities (Abliteration Metrics)
The abliteration process targets the refusal directions within the model's residual stream. By neutralizing these vectors, the model's tendency to reject controversial, explicit, or hypothetical prompts is heavily suppressed without lobotomizing its reasoning capabilities.
๐ Available GGUF Quantizations
We offer various quantization levels to fit different memory constraints and use cases. Because the base model is incredibly small, you have room to trade size for quality. For general agentic tasks, Q4_K_M or Q5_K_M are highly recommended.
โ๏ธ Base Model Specifications
- Architecture: LFM2.5 (Dense) - 30 layers (22 double-gated short convolution blocks + 8 GQA)
- Parameters: 2.69 Billion
- Context Window: 131,072 tokens (128K)
- Vocabulary Size: 128,000
- Languages: English, Arabic, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Spanish, Vietnamese, Thai, Indonesian, Hindi, Russian, Polish.
- Capabilities: Native tool calling, multi-step instruction following, agentic workflows.
๐ How to Run with llama.cpp
You can run these quants entirely offline on your CPU or GPU using llama.cpp. Because of the LFM2.5 architecture, this model runs incredibly fast on consumer hardware (e.g., Apple M-series chips and AMD Ryzen).
Command Line Interface (CLI):
# It is highly recommended to use the -cnv flag for the correct chat template
llama-cli -m LFM2.5-2.6B-heretic-Q4_K_M.gguf -p "Write a highly detailed heist story." -n 512 -c 4096 -cnv --temp 0.7