abliteratedmodels.org

LING-3.0-FLASH-ABLITERATED

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.

Abliteration (directional ablation)Other7,1806

Specification

Model name
LING-3.0-FLASH-ABLITERATED
Publisher
Ishowbackup
Parameters
Not determinable from name
Hardware class
Unknown
Licence
mit
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, Transformers, GGUF (imatrix)
First indexed
6 Aug 2026
Last updated
21 Aug 2026

Ablation technique

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

Running it

Commands are templates — confirm the exact repository and quant file before use.

llama.cpp / GGUF
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 "..."
Transformers
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
vllm serve Ishowbackup/LING-3.0-FLASH-ABLITERATED --trust-remote-code

Downloads and variants (7)

Every published repository of LING-3.0-FLASH-ABLITERATED, including quantised re-releases by other authors.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • LING-3.0-FLASH-ABLITERATED will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • Declared licence is mit, but the terms that bind you are inclusionAI/Ling-3.0-flash’s — a re-release cannot grant more than its parent.

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.