Llama3.3-8B-Instruct-Thinking-Heretic-Uncensored-Claude-4.5-Opus-High-Reasoning
from allura-forge/Llama-3.3-8B-Instruct
Dolphin3.0-Llama3.1-8B-abliterated is a refusal-ablated variant of dphn/Dolphin3.0-Llama3.1-8B, published on Hugging Face by skilledu. It is 8B parameters, single consumer GPU class and llama3.1 licence. It is distributed across 5 repositories in GGUF, GGUF (imatrix) and Transformers formats, totalling 6.4K downloads.
How Dolphin3.0-Llama3.1-8B-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
“This is an uncensored version of cognitivecomputations/Dolphin3.0-Llama3.1-8B created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.”
Commands are templates — confirm the exact repository and quant file before use.
ollama run huihui_ai/dolphin3-abliteratedhf download mradermacher/Dolphin3.0-Llama3.1-8B-abliterated-GGUF --local-dir ./dolphin3.0-llama3.1-8b-abliterated
llama-cli -m ./dolphin3.0-llama3.1-8b-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "skilledu/Dolphin3.0-Llama3.1-8B-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve skilledu/Dolphin3.0-Llama3.1-8B-abliterated --trust-remote-codeEvery published repository of Dolphin3.0-Llama3.1-8B-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Dolphin3.0-Llama3.1-8B-abliterated-GGUF | GGUF | 3.9K |
| mradermacher/Dolphin3.0-Llama3.1-8B-abliterated-i1-GGUF | GGUF (imatrix) | 1.9K |
| G4E-Unknown/Dolphin3.0-Llama3.1-8B-abliterated-Q4_K_M-GGUF | GGUF | 352 |
| skilledu/Dolphin3.0-Llama3.1-8B-abliteratedsource | Transformers | 258 |
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 Dolphin3.0-Llama3.1-8B-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 skilledu, and does not independently verify publisher claims. See responsible use.