TheCluster commited on
Commit
c9735ff
·
verified ·
1 Parent(s): 506333f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -3
README.md CHANGED
@@ -1,3 +1,57 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen3.5-9B/blob/main/LICENSE
4
+ base_model:
5
+ - HauhauCS/Qwen3.5-9B-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
+ ---
15
+ # Qwen3.5-9B-Uncensored-HauhauCS-Aggressive
16
+
17
+ Qwen3.5-9B uncensored by HauhauCS.
18
+
19
+ **Quality**: quantized (***mxfp8**, group size: 32, 8.626 bpw*)
20
+
21
+ ## About
22
+
23
+ **0/465 refusals.** Fully uncensored with zero capability loss.
24
+
25
+ No changes to datasets or capabilities. Fully functional, 100% of what the original authors intended - just without the refusals.
26
+
27
+ These are meant to be the best lossless uncensored models out there.
28
+
29
+ ## Aggressive Variant
30
+
31
+ Stronger uncensoring with more thorough refusal removal. If this variant is too loose for your use case, a Balanced variant may follow.
32
+
33
+ **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.
34
+
35
+ ## Specs
36
+
37
+ - 9B dense parameters, 32 layers
38
+ - Hybrid architecture: Gated DeltaNet linear attention + full softmax attention (3:1 ratio)
39
+ - 262K native context (extendable to 1M with YaRN)
40
+ - Natively multimodal (text, image, video)
41
+ - Multi-token prediction (MTP) support
42
+ - 248K vocabulary, 201 languages
43
+ - Based on [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B)
44
+
45
+ ## Recommended Settings
46
+
47
+ From the official Qwen authors:
48
+
49
+ **Thinking mode (default):**
50
+ - `temperature=0.6`, `top_p=0.95`, `top_k=20`, `min_p=0`
51
+
52
+ **Non-thinking mode:**
53
+ - `temperature=0.7`, `top_p=0.8`, `top_k=20`, `min_p=0`
54
+
55
+ -----
56
+ ### Source
57
+ This model was converted to MLX format from [`HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive`](https://huggingface.co/HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive)