Yi-1.5-9B-Chat-16K-abliterated
from 01-ai/Yi-1.5-9B-Chat-16K
Yi-1.5-9B-Chat-abliterated is a refusal-ablated variant of 01-ai/Yi-1.5-9B-Chat, published on Hugging Face by byroneverson. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 6 repositories in Transformers, GGUF, GGUF (imatrix) and MLX formats, totalling 11.4K downloads.
How Yi-1.5-9B-Chat-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
“Check out the jupyter notebook for details of how this model was abliterated from Yi-1.5-9B-Chat.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Yi-1.5-9B-Chat-abliterated-i1-GGUF --local-dir ./yi-1.5-9b-chat-abliterated
llama-cli -m ./yi-1.5-9b-chat-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "byroneverson/Yi-1.5-9B-Chat-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve byroneverson/Yi-1.5-9B-Chat-abliterated --trust-remote-codeEvery published repository of Yi-1.5-9B-Chat-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| byroneverson/Yi-1.5-9B-Chat-abliteratedsource | Transformers | 8.5K |
| mradermacher/Yi-1.5-9B-Chat-abliterated-i1-GGUF | GGUF (imatrix) | 1.6K |
| mradermacher/Yi-1.5-9B-Chat-abliterated-GGUF | GGUF | 1.2K |
| byroneverson/Yi-1.5-9B-Chat-abliterated-gguf | GGUF | 40 |
| Fmuaddib/Yi-1.5-9B-Chat-abliterated-mlx-8Bit | MLX | 24 |
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 Yi-1.5-9B-Chat-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 byroneverson, and does not independently verify publisher claims. See responsible use.