Qwen3.8-27B-Uncensored
from Qwen/Qwen3.8-27B
JoyFox-Qwen3.6-35B-A3B-RP-Aggressive is a refusal-ablated variant of joyfox/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive, published on Hugging Face by joyfox. It is 35B total parameters (mixture-of-experts), 48GB VRAM class class and apache-2.0 licence. It is distributed across 4 repositories in GGUF and GGUF (imatrix) formats, totalling 21.4K downloads.
How JoyFox-Qwen3.6-35B-A3B-RP-Aggressive 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
“A roleplay-specialized, multimodal Mixture-of-Experts model built on Qwen3.6-35B-A3B.”
Commands are templates — confirm the exact repository and quant file before use.
hf download joyfox/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive --local-dir ./joyfox-qwen3.6-35b-a3b-rp-aggressive
llama-cli -m ./joyfox-qwen3.6-35b-a3b-rp-aggressive/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "joyfox/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve joyfox/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive --trust-remote-codeEvery published repository of JoyFox-Qwen3.6-35B-A3B-RP-Aggressive, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| joyfox/JoyFox-Qwen3.6-35B-A3B-RP-Aggressivesource | GGUF | 13.1K |
| mradermacher/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive-i1-GGUF | GGUF (imatrix) | 7.2K |
| mradermacher/JoyFox-Qwen3.6-35B-A3B-RP-Aggressive-GGUF | GGUF | 1.1K |
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 JoyFox-Qwen3.6-35B-A3B-RP-Aggressive is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with joyfox, and does not independently verify publisher claims. See responsible use.