Image-Text-to-Text
MLX
Safetensors
qwen3_5_moe
uncensored
unrestricted
decensored
mxfp8
conversational
8-bit precision
Instructions to use TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8 with MLX:
# Make sure mlx-vlm is installed # pip install --upgrade mlx-vlm from mlx_vlm import load, generate from mlx_vlm.prompt_utils import apply_chat_template from mlx_vlm.utils import load_config # Load the model model, processor = load("TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8") config = load_config("TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8") # Prepare input image = ["http://images.cocodataset.org/val2017/000000039769.jpg"] prompt = "Describe this image." # Apply chat template formatted_prompt = apply_chat_template( processor, config, prompt, num_images=1 ) # Generate output output = generate(model, processor, formatted_prompt, image) print(output) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8 with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent
How to use TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8 with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8 with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "TheCluster/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-MLX-mxfp8" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,85 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
license_link: https://huggingface.co/Qwen/Qwen3.5-27B/blob/main/LICENSE
|
| 4 |
+
base_model:
|
| 5 |
+
- HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive
|
| 6 |
+
base_model_relation: quantized
|
| 7 |
+
library_name: mlx
|
| 8 |
+
tags:
|
| 9 |
+
- uncensored
|
| 10 |
+
- unrestricted
|
| 11 |
+
- decensored
|
| 12 |
+
- mxfp8
|
| 13 |
+
pipeline_tag: image-text-to-text
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
- zh
|
| 17 |
+
- ru
|
| 18 |
+
- es
|
| 19 |
+
- fr
|
| 20 |
+
- it
|
| 21 |
+
- ja
|
| 22 |
+
- ko
|
| 23 |
+
- af
|
| 24 |
+
- de
|
| 25 |
+
- ar
|
| 26 |
+
- tr
|
| 27 |
+
- is
|
| 28 |
+
- pl
|
| 29 |
+
- sw
|
| 30 |
+
- sv
|
| 31 |
+
- nl
|
| 32 |
+
- he
|
| 33 |
+
- id
|
| 34 |
+
- uk
|
| 35 |
+
- fa
|
| 36 |
+
- pa
|
| 37 |
+
- pt
|
| 38 |
+
- ms
|
| 39 |
+
- fi
|
| 40 |
+
- el
|
| 41 |
+
---
|
| 42 |
+
# Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive
|
| 43 |
+
|
| 44 |
+
Qwen3.5-35B-A3B uncensored by HauhauCS.
|
| 45 |
+
|
| 46 |
+
**Quality**: quantized (***mxfp8**, group size: 32, 8.349 bpw*)
|
| 47 |
+
|
| 48 |
+
## About
|
| 49 |
+
|
| 50 |
+
No changes to datasets or capabilities. Fully functional, 100% of what the original authors intended - just without the refusals.
|
| 51 |
+
|
| 52 |
+
These are meant to be the best lossless uncensored models out there.
|
| 53 |
+
|
| 54 |
+
## Aggressive Variant
|
| 55 |
+
|
| 56 |
+
Stronger uncensoring with more thorough refusal removal. If this variant is too loose for your use case, a Balanced variant may follow.
|
| 57 |
+
|
| 58 |
+
**Note:** The model is fully unlocked and will not refuse prompts. However, it may occasionally append a short disclaimer at the end of a response (e.g. "This is general information, not legal advice..."). This is baked into the base model's training and not a refusal — the actual content is still generated in full.
|
| 59 |
+
|
| 60 |
+
## Specs
|
| 61 |
+
|
| 62 |
+
- 35B total parameters, ~3B active per forward pass (MoE)
|
| 63 |
+
- 256 experts, 8 routed + 1 shared per token
|
| 64 |
+
- Hybrid architecture: Gated DeltaNet linear attention + full softmax attention (3:1 ratio)
|
| 65 |
+
- 40 layers, pattern: 10 x (3 x DeltaNet-MoE + 1 x Attention-MoE)
|
| 66 |
+
- 262K native context (extendable to 1M with YaRN)
|
| 67 |
+
- Natively multimodal (text, image, video)
|
| 68 |
+
- Multi-token prediction (MTP) support
|
| 69 |
+
- 248K vocabulary, 201 languages
|
| 70 |
+
- Based on [Qwen/Qwen3.5-35B-A3B](https://huggingface.co/Qwen/Qwen3.5-35B-A3B)
|
| 71 |
+
|
| 72 |
+
## Recommended Settings
|
| 73 |
+
|
| 74 |
+
From the official Qwen authors:
|
| 75 |
+
|
| 76 |
+
**Thinking mode (default):**
|
| 77 |
+
- General: `temperature=1.0, top_p=0.95, top_k=20, min_p=0, presence_penalty=1.5`
|
| 78 |
+
- Coding/precise tasks: `temperature=0.6, top_p=0.95, top_k=20, min_p=0, presence_penalty=0`
|
| 79 |
+
**Non-thinking mode:**
|
| 80 |
+
- General: `temperature=0.7, top_p=0.8, top_k=20, min_p=0, presence_penalty=1.5`
|
| 81 |
+
- Reasoning tasks: `temperature=1.0, top_p=1.0, top_k=40, min_p=0, presence_penalty=2.0`
|
| 82 |
+
|
| 83 |
+
-----
|
| 84 |
+
### Source
|
| 85 |
+
This model was converted to MLX format from [`HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive`](https://huggingface.co/HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive)
|