Views
No views yet
[!NOTE] If you plan on using 4-bit or 5-bit variants, consider the imatrix sister repository instead — importance matrix calibration improves logic retention at those bit depths. This repository is best suited if you want the near-losslessQ8_0build.
| Property | Value |
|---|---|
| Base Architecture | LFM2.5 hybrid (18× double-gated LIV conv + 6× GQA) |
| Developed by | Liquid AI |
| Total Parameters | 8.3B |
| Active Parameters | ~1.5B per forward pass |
| Primary Use | Reasoning, instruction following, tool calling, agentic tasks |
| Context Window | 128,000 tokens |
| Training Budget | 38 trillion tokens |
| Languages | English, Arabic, Chinese, French, German, Japanese, Korean, Spanish, Portuguese |
| Abliteration Tool | Heretic v1.2.0 |
| Abliteration Method | Arbitrary-Rank Ablation (ARA) with row-norm preservation |
| Prompt Format | ChatML |
| Property | Value |
|---|---|
| start_layer_index | 7 |
| end_layer_index | 21 |
| preserve_good_behavior_weight | 0.8548 |
| steer_bad_behavior_weight | 0.0004 |
| overcorrect_relative_weight | 0.9494 |
| neighbor_count | 8 |
[!NOTE] The metrics below are self-reported by the original model author (coder3101) and have not been independently reproduced.
| Metric | This model | Original (LiquidAI/LFM2.5-8B-A1B) |
|---|---|---|
| KL divergence | 0.0239 | 0 (by definition) |
| Refusals | 12/100 | 91/100 |
| Property | Value |
|---|---|
| Quantization Type | Q4_K_M, Q5_K_M, Q8_0 |
| Filename | Quantization | llama.cpp Build | Size | Download |
|---|---|---|---|---|
LFM2.5-8B-A1B-heretic-Q4_K_M.gguf | Q4_K_M | b9803 | 4.80 GB | 📥 Download |
LFM2.5-8B-A1B-heretic-Q5_K_M.gguf | Q5_K_M | b9870 | 5.62 GB | 📥 Download |
LFM2.5-8B-A1B-heretic-Q8_0.gguf | Q8_0 | b9870 | 8.39 GB | 📥 Download |
Q4_K_M: Balanced 4-bit format suitable for most everyday use.Q5_K_M: Higher-fidelity mid-range format recommended as a general default.Q8_0: Near-lossless 8-bit format for when memory is not a constraint.[!NOTE] Liquid AI recommends the following generation parameters for best results:temperature: 0.2,top_k: 80,repetition_penalty: 1.05.
[!NOTE] This model emits reasoning content before its final answer. If you require a clean final answer only, parse the output accordingly rather than expecting a single direct response.
[!TIP] Swap the-mfilename below for either quantized file depending on your size/quality trade-off preference.
1./llama-cli \
2 -m LFM2.5-8B-A1B-heretic-Q4_K_M.gguf \
3 -c 8192 \
4 -ngl 99 \
5 --temp 0.2 \
6 --top-k 80 \
7 --repeat-penalty 1.05 \
8 -p "<|im_start|>system\nYou are a helpful and precise assistant capable of using tools and following complex instructions.<|im_end|>\n<|im_start|>user\nBreak down the following task and execute it step by step: summarise this document and list action items.<|im_end|>\n<|im_start|>assistant\n"1./llama-server \
2 --host 0.0.0.0 \
3 --port 8080 \
4 -m LFM2.5-8B-A1B-heretic-Q4_K_M.gguf \
5 -c 16384 \
6 -ngl 99 \
7 --flash-attn1<|im_start|>system
2You are a capable assistant. Follow instructions precisely.<|im_end|>
3<|im_start|>user
4Your task or query here.<|im_end|>
5<|im_start|>assistant-c up to 131072 as needed.