Views
No views yet
zaakirio/LFM2.5-1.2B-Instruct-Uncensored,
a decensored (Heretic-abliterated) version of
LiquidAI/LFM2.5-1.2B-Instruct.Requires a recent llama.cpp build. LFM2 is a hybrid (convolution + attention) architecture; only llama.cpp builds that include LFM2 support can load these files. Use a current release (or current LM Studio / Jan). Older builds will fail with an "unknown architecture 'lfm2'" error.
| File | Quant | Size | Notes |
|---|---|---|---|
LFM2.5-1.2B-Instruct-Uncensored-Q3_K_M.gguf | Q3_K_M | 573 MB | Smallest; lowest quality. For very tight memory. |
LFM2.5-1.2B-Instruct-Uncensored-Q4_K_M.gguf | Q4_K_M | 697 MB | Recommended — best size/quality balance. |
LFM2.5-1.2B-Instruct-Uncensored-Q5_K_M.gguf | Q5_K_M | 804 MB | Higher quality, slightly larger. |
LFM2.5-1.2B-Instruct-Uncensored-Q6_K.gguf | Q6_K | 918 MB | Near-lossless. |
LFM2.5-1.2B-Instruct-Uncensored-Q8_0.gguf | Q8_0 | 1.2 GB | Effectively lossless vs the BF16 source. |
1# Interactive chat — downloads the chosen quant automatically
2llama-cli -hf zaakirio/LFM2.5-1.2B-Instruct-Uncensored-GGUF:Q4_K_M
3
4# OpenAI-compatible server
5llama-server -hf zaakirio/LFM2.5-1.2B-Instruct-Uncensored-GGUF:Q4_K_M -c 4096llama-cli -m LFM2.5-1.2B-Instruct-Uncensored-Q4_K_M.gguf -p "Hello, who are you?"zaakirio/LFM2.5-1.2B-Instruct-Uncensored-GGUF in the in-app model
browser, or download a .gguf file from this page and load it.1pip install -U "huggingface_hub[cli]"
2hf download zaakirio/LFM2.5-1.2B-Instruct-Uncensored-GGUF \
3 --include "LFM2.5-1.2B-Instruct-Uncensored-Q4_K_M.gguf" --local-dir ./<|startoftext|><|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistantLFM2.5-1.2B-Instruct:| Metric | Decensored | Original |
|---|---|---|
| Refusals (/100 harmful prompts) | 5 | 98 |
| KL divergence (harmless prompts) | 0.1003 | 0 (by definition) |
zaakirio/LFM2.5-1.2B-Instruct-Uncensored (BF16) using llama.cpp convert_hf_to_gguf.py + llama-quantize.