LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
LING-3.0-FLASH-ABLITERATED is a refusal-ablated variant of inclusionAI/Ling-3.0-flash, published on Hugging Face by Ishowbackup. It is mit licence. It is distributed across 8 repositories in GGUF, Transformers and GGUF (imatrix) formats, totalling 7.2K downloads.
How LING-3.0-FLASH-ABLITERATED was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“Refusal-heavy base models block legitimate security work — exploit development, malware analysis, offensive tooling, vulnerability research. LING-3.0-FLASH-DERISKED is official Ling-3.0-flash with the chat-style refusal surface reduced through a direct weight-space intervention, so it cooperates with technical and...”
Commands are templates — confirm the exact repository and quant file before use.
hf download SC117/Ling-3.0-flash-abliterated-APEX-GGUF --local-dir ./ling-3.0-flash-abliterated
llama-cli -m ./ling-3.0-flash-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Ishowbackup/LING-3.0-FLASH-ABLITERATED"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Ishowbackup/LING-3.0-FLASH-ABLITERATED --trust-remote-codeEvery published repository of LING-3.0-FLASH-ABLITERATED, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| SC117/Ling-3.0-flash-abliterated-APEX-GGUF | GGUF | 4.2K |
| mradermacher/LING-3.0-FLASH-ABLITERATED-i1-GGUF | GGUF (imatrix) | 1.2K |
| fzcfweasdferttgg/Ling-3.0-flash-abliterated-GGUF | GGUF | 950 |
| mradermacher/LING-3.0-FLASH-ABLITERATED-GGUF | GGUF | 346 |
| Ishowbackup/LING-3.0-FLASH-ABLITERATEDsource | Transformers | 250 |
| Blackfrost-AI/LING-3.0-FLASH-ABLITERATED | Transformers | 147 |
| h34v7/LING-3.0-FLASH-ABLITERATED-GGUF | GGUF | 135 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for LING-3.0-FLASH-ABLITERATED is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Ishowbackup, and does not independently verify publisher claims. See responsible use.