drowzeys/deepseek-v4-flash-dspark-abliterated-uncensored-1m-57toks — explained in plain English
Analysis updated 2026-05-18
Run red-teaming or safety research on a large language model that does not refuse prompts.
Serve a very large context window (over one million tokens) locally across multiple GPUs.
Compare two different refusal-removal edits to see which keeps more original model behavior.
| drowzeys/deepseek-v4-flash-dspark-abliterated-uncensored-1m-57toks | agno-agi/agent-platform-railway | alexantaluo0/acot-vla-wm | |
|---|---|---|---|
| Stars | 22 | 22 | 22 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | hard |
| Complexity | 5/5 | 4/5 | 5/5 |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires multi-GPU DGX Spark hardware, gated Hugging Face access, and Docker-based vLLM serving.
This project publishes modified versions of the DeepSeek V4 Flash DSpark language model with its built in safety refusals removed, a process the author calls abliteration. The goal is to produce a model that will answer most prompts without declining, which the README says is intended for red teaming, research, and running an unfiltered assistant on your own hardware. There are two separate releases. Version 1.0 alpha is the fully modified edit, tuned for the highest raw speed and the strongest refusal bypass. Version 1.1 alpha keeps more of the original model's behavior intact so it works better with certain agent frameworks named Mida, Brikie, and Hermes, at a small cost in speed. Both versions are built to run with a very large context window, over one million tokens, on two DGX Spark machines using the vLLM serving engine and a Docker image the author provides. The actual model weights are not stored in this repository. They live on Hugging Face behind a gated access form that asks for your name, email, and reason for use. Downloading requires agreeing to a responsible use policy that lists prohibited uses, including anything involving minors, self harm content, illegal material, or harassment of real people, and requires the user to be at least 18 years old. The repository itself contains setup scripts, benchmark results, and documentation rather than a typical application. Someone using this would need a background in running large language models locally, since the instructions involve command line downloads, environment variables, and multi GPU serving scripts. The author states these are research releases without a built in safety layer, and that anyone deploying them is responsible for adding their own guardrails.
A modified release of the DeepSeek V4 Flash language model with safety refusals removed, distributed under a gated, responsible-use agreement for research and red-teaming.
Mainly Python. The stack also includes Python, vLLM, Docker.
No open source license is stated for this repo, the underlying model weights are gated on Hugging Face under the upstream DeepSeek license plus a responsible-use agreement.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.