GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

nguyenthilaitrieulong/LFM2.5-2.6B-Heretic-Abliterated-GGUF overview

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 https:/…

ggufabliterateduncensoredhereticliquidailfm2.5agenttext-generationenjazhmultilingualbase_model:LiquidAI/LFM2.5-2.6Bbase_model:quantized:LiquidAI/LFM2.5-2.6Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.27 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

7 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
LFM2.5-2.6B-heretic-Q3_K_M.ggufGGUFQ3_K_M1.27 GBDownload
LFM2.5-2.6B-heretic-Q4_K_M.ggufGGUFQ4_K_M1.56 GBDownload
LFM2.5-2.6B-heretic-Q4_K_S.ggufGGUFQ4_K_S1.49 GBDownload
LFM2.5-2.6B-heretic-Q5_K_M.ggufGGUFQ5_K_M1.81 GBDownload
LFM2.5-2.6B-heretic-Q5_K_S.ggufGGUFQ5_K_S1.77 GBDownload
LFM2.5-2.6B-heretic-Q6_K.ggufGGUFQ6_K2.07 GBDownload
LFM2.5-2.6B-heretic-Q8_0.ggufGGUFQ8_02.68 GBDownload

Model Details

Model IDnguyenthilaitrieulong/LFM2.5-2.6B-Heretic-Abliterated-GGUF
Authornguyenthilaitrieulong
Pipelinetext-generation
Licenseapache-2.0
Base modelLiquidAI/LFM2.5-2.6B
Last modified2026-08-06T18:10:20.000Z

Model README

---

license: apache-2.0

language:

  • en
  • ja
  • zh
  • multilingual

pipeline_tag: text-generation

tags:

  • gguf
  • abliterated
  • uncensored
  • heretic
  • liquidai
  • lfm2.5
  • agent

base_model: LiquidAI/LFM2.5-2.6B

---

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.

| Metric | This Model (Heretic) | Original Base Model |

| :----- | :--------: | :---------------------------: |

| Refusals (100 explicit/restricted prompts) | 4 / 100 | 97 / 100 |

| KL Divergence (Quality Degradation) | 0.0142 | 0.000 |

📁 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.

| Filename | Size | Description |

| :--- | :---: | :--- |

| LFM2.5-2.6B-heretic-Q8_0.gguf | 2.87 GB | Near-lossless. Best for complex, tool-heavy agentic workloads. |

| LFM2.5-2.6B-heretic-Q6_K.gguf | 2.22 GB | High quality, very low degradation. |

| LFM2.5-2.6B-heretic-Q5_K_M.gguf | 1.94 GB | Excellent balance of size and quality. |

| LFM2.5-2.6B-heretic-Q5_K_S.gguf | 1.90 GB | Slightly smaller than Q5_K_M. |

| LFM2.5-2.6B-heretic-Q4_K_M.gguf | 1.67 GB | Recommended. Best balance of size and performance for mobile/edge. |

| LFM2.5-2.6B-heretic-Q4_K_S.gguf | 1.60 GB | Fast inference, smaller footprint. |

| LFM2.5-2.6B-heretic-Q3_K_M.gguf | 1.37 GB | Smallest footprint. Noticeable perplexity degradation. |

⚙️ 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

Run nguyenthilaitrieulong/LFM2.5-2.6B-Heretic-Abliterated-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models