AEON-7 commited on
Commit
46411f3
Β·
verified Β·
1 Parent(s): 7afc4d0

Add model card

Browse files
Files changed (1) hide show
  1. README.md +294 -0
README.md ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: mlx
4
+ base_model: AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16
5
+ base_model_relation: quantized
6
+ pipeline_tag: image-text-to-text
7
+ language:
8
+ - en
9
+ tags:
10
+ - mlx
11
+ - mlx-vlm
12
+ - apple-silicon
13
+ - metal
14
+ - mxfp4
15
+ - fp4
16
+ - mixed-precision
17
+ - quantized
18
+ - qwen
19
+ - qwen3
20
+ - qwen3_5
21
+ - multimodal
22
+ - vision
23
+ - mtp
24
+ - speculative-decoding
25
+ - gated-deltanet
26
+ - uncensored
27
+ - abliterated
28
+ - aeon
29
+ - aeon-7
30
+ - m4-pro
31
+ - on-device
32
+ ---
33
+
34
+ # Qwen3.6-27B-AEON-Ultimate-Uncensored β€” MLX 8-bit (affine, max-fidelity flagship)
35
+
36
+ > **The flagship, max-fidelity Apple-Silicon build** of [`AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16). Affine **8-bit** (group-64) on the compressible bulk of the hybrid decoder, and **BF16** on the parts that don't tolerate it: the Gated-DeltaNet / Mamba state dynamics, the full vision tower, and the in-weights MTP head. Built and validated on a **MacBook Pro M4 Pro (48 GB)**.
37
+ >
38
+ > **Target hardware: Apple Silicon (M-series), 36 GB+ unified memory** (peaks 29.85 GB). Full multimodal (text + image) via [`mlx-vlm`](https://github.com/Blaizzy/mlx-vlm).
39
+ >
40
+ > Want a smaller, faster build? See the compact sibling: [`…-Multimodal-MLX-FP4`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-FP4) (16 GB, 1.85Γ— faster decode).
41
+
42
+ This is the **fidelity** member of the MLX quant grid (29.5 GB on disk, 8.634 bpw) β€” the tightest match to the BF16 source you can run natively on Apple Silicon. Affine 8-bit is near-lossless on the residual-writers, and the recipe keeps the numerically fragile **Gated-DeltaNet** recurrence, the entire **vision tower**, and the **MTP head** in BF16 so the hybrid SSM, multimodal path, and self-speculation all stay intact. For a tight unified-memory budget (24 GB+ Macs) at ~3.2Γ— the single-stream throughput, the compact [**MLX-FP4** sibling](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-FP4) is one click away.
43
+
44
+ ## ⚑ Quickstart (Apple Silicon)
45
+
46
+ **0 β†’ running on a fresh Mac** (no Python, no tools needed) β€” [`uv`](https://docs.astral.sh/uv/) installs a correct Python + the deps for you. **mlx-vlm is pinned to git `main`** β€” the `qwen3_5_vision` tower is merged there but is *not* in the 0.6.1 PyPI release, so git `main` is required for the multimodal path:
47
+
48
+ ```bash
49
+ curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env # one-time: install uv
50
+
51
+ # serve β€” uv fetches Python 3.12 + mlx-vlm(main) on first run Β· MLX-8bit (max fidelity)
52
+ uv run --python 3.12 --with "mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm" -- \
53
+ python -m mlx_vlm.server --model AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-8bit \
54
+ --port 8080 --trust-remote-code
55
+ ```
56
+
57
+ Call it like an OpenAI endpoint (`POST http://localhost:8080/v1/chat/completions`) with the request `"model"` set to the launched id. *(While this repo is private, run `hf auth login` first β€” or pass a local `--model` path.)*
58
+
59
+ **Sampling β€” set `temperature: 1.0`.** The MLX server defaults to *greedy* decoding (`temperature 0`), which can repeat or loop on long prompts. This model is tuned for its native sampling β€” **`temperature 1.0`** (`top_p 0.95`, `top_k ~64`). Pass it in every request (clients that send no sampling params fall back to greedy):
60
+
61
+ ```bash
62
+ curl http://localhost:8080/v1/chat/completions -H 'Content-Type: application/json' \
63
+ -d '{"model":"AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-8bit","messages":[{"role":"user","content":"Explain gated DeltaNet."}],"temperature":1.0}'
64
+ ```
65
+
66
+ **Full multimodal is on by default** (no flag) β€” send OpenAI `image_url` content, or use `mlx_vlm.generate --image pic.jpg`. The vision tower is BF16, so image understanding is fully preserved.
67
+
68
+ <details><summary>Already have Python 3.12? Use a venv instead (+ one-off generate)</summary>
69
+
70
+ ```bash
71
+ python3 -m venv .venv && source .venv/bin/activate
72
+ pip install -U "mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm"
73
+ python -m mlx_vlm.server --model AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-8bit --port 8080 --trust-remote-code
74
+ python -m mlx_vlm.generate --model AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-8bit \
75
+ --prompt "Explain gated DeltaNet." --max-tokens 512 --temperature 1.0 # add --image pic.jpg for vision
76
+ ```
77
+ </details>
78
+
79
+ ### ⚑⚑ Optional β€” +MTP self-speculation (lossless throughput boost)
80
+
81
+ Qwen ships a properly-trained **MTP head**, packaged here as a native `qwen3_5_mtp` drafter β€” it *proposes* tokens this model then *verifies*. Every token is verified, so the **output is identical** β€” purely a throughput boost. Pull the [drafter repo](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX-MTP-Drafter) and add the three `--draft-*` flags. **Use `--draft-block-size 3`** β€” the benchmarked sweet spot.
82
+
83
+ ```bash
84
+ uv run --python 3.12 --with "mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm" -- \
85
+ python -m mlx_vlm.server --model AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-8bit \
86
+ --port 8080 --trust-remote-code \
87
+ --draft-model AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX-MTP-Drafter --draft-kind mtp --draft-block-size 3
88
+ ```
89
+
90
+ Remove the three `--draft-*` flags to disable. *(The MTP sweep below was measured on the FP4 build β€” `bs=3` lands 1.78Γ— lossless there. The same drafter pairs with this 8-bit target; throughput gains apply on top of the 8-bit baseline.)*
91
+
92
+ KV-cache quant for long context (optional): `--kv-bits 8 --kv-group-size 64 --quantized-kv-start 1024`. `--max-kv-size` is ignored under `--kv-bits`; `--prefill-step-size` is inert under MTP.
93
+
94
+ ## πŸ–₯️ Minimum specs & unified memory
95
+
96
+ | | MLX-8bit (this build) |
97
+ |---|---|
98
+ | On disk | **29.5 GB** |
99
+ | Peak RAM (measured, M4 Pro) | **29.85 GB** |
100
+ | Minimum | Apple Silicon (M1 or newer) Β· **36 GB+** unified memory |
101
+ | Recommended | **48 GB** for long context + headroom |
102
+
103
+ This is the large, max-fidelity build β€” it wants a **36 GB+ Mac** (peaks 29.85 GB, measured on M4 Pro 48 GB). On a tighter unified-memory budget (24 GB+), use the compact [MLX-FP4](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-FP4) sibling.
104
+
105
+ ## MLX quant grid
106
+
107
+ | Variant | Repo | Precision | Footprint | Best for |
108
+ |---|---|---|---:|---|
109
+ | BF16 (source) | [`…-BF16`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16) | bfloat16 | ~55 GB | Fine-tuning, eval, full-precision research |
110
+ | **MLX 8-bit** (this repo) | `…-Multimodal-MLX-8bit` | affine-8 + bf16 | **29.5 GB** | **Apple Silicon, max fidelity (36 GB+)** |
111
+ | **MLX FP4** (compact) | [`…-Multimodal-MLX-FP4`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-FP4) | mixed mxfp4 + affine-8 + bf16 | 16 GB | **Apple Silicon, smallest / fastest / 24 GB Macs** |
112
+ | MTP drafter | [`…-MLX-MTP-Drafter`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX-MTP-Drafter) | `qwen3_5_mtp` (block_size 3) | 821 MB | Lossless self-speculation, pairs with either build |
113
+
114
+ ### Hardware routing (where this fits in the family)
115
+
116
+ This is the **Apple-Silicon** member of an existing model family. On non-Apple hardware, route to the sibling that fits your accelerator:
117
+
118
+ | Hardware | Recommended variant | Why |
119
+ |---|---|---|
120
+ | **Apple Silicon, 36–48 GB+** | **MLX-8bit** (this repo) | Max fidelity, 29.5 GB on disk, peaks 29.85 GB |
121
+ | **Apple Silicon (M1+), 24 GB** | [**MLX-FP4**](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-MLX-FP4) (sibling) | 16 GB on disk, ~17 GB peak, 15 tok/s (26.5 +MTP) |
122
+ | **Blackwell / DGX Spark** | [`…-NVFP4-MTP-XS`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-NVFP4-MTP-XS) (sibling) | NVFP4 + MTP |
123
+ | **A100 / H100** | [`…-DFlash`](https://github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-DFlash) (sibling) | DFlash spec-decode |
124
+
125
+ ## Why selective quant β€” preserve the hybrid SSM
126
+
127
+ A naΓ―ve uniform quant of this model is a trap. The decoder is **hybrid**: 64 layers = **48 `linear_attn` (Gated-DeltaNet / Mamba-style SSM)** + **16 full `self_attn` (GQA 24 heads / 4 KV, head_dim 256)**, each with an MLP. The **Gated-DeltaNet state dynamics** are tiny, high-leverage, and numerically fragile β€” quantizing them corrupts the recurrence and the whole sequence model degrades.
128
+
129
+ So this build keeps the SSM dynamics in **BF16**: `linear_attn.conv1d`, `A_log`, `dt_bias`, **every `*norm*`**, and `linear_attn.in_proj_a` / `in_proj_b` (the GDN decay-gate `g` + the Ξ² sigmoid β€” learned dynamics). It also keeps the **entire vision tower** (`model.visual.*`, 333 tensors β€” multimodal fidelity) and the **MTP head** (`mtp.*`) in BF16. Everything else β€” the compressible bulk β€” goes to affine **8-bit** group-64, which is near-lossless and keeps per-group fp16 scale+bias so the residual-writer range survives.
130
+
131
+ ### Precision map
132
+
133
+ | Component | Precision | Why |
134
+ |---|---|---|
135
+ | `mlp.{gate,up,down}_proj` | **affine 8-bit** (group 64) | Bulk of the weights; near-lossless at 8-bit |
136
+ | `linear_attn.{in_proj_qkv,in_proj_z,out_proj}` | **affine 8-bit** (group 64) | GDN projection bulk; quant-tolerant |
137
+ | `self_attn.{q,k,v,o}_proj` | **affine 8-bit** (group 64) | Full-attention layers; compressible |
138
+ | `embed_tokens`, `lm_head` (untied) | **affine 8-bit** (group 64) | Large matrices; 8-bit is near-lossless |
139
+ | `linear_attn.conv1d`, `A_log`, `dt_bias` | **bf16** | Gated-DeltaNet state dynamics β€” fragile recurrence |
140
+ | `linear_attn.in_proj_a`, `in_proj_b` | **bf16** | GDN decay-gate + Ξ² sigmoid (learned dynamics) |
141
+ | every `*norm*` | **bf16** | 1-D / scalar; never quantized |
142
+ | `model.visual.*` (333 tensors) | **bf16** | Vision tower β€” multimodal fidelity |
143
+ | `mtp.*` | **bf16** | MTP head β€” self-speculation drafter |
144
+
145
+ **402 quantized tensors** at affine-8 group-64 Β· **8.634 bits/weight**. Audit-verified: ZERO `.scales` on `conv1d` / `A_log` / `dt_bias` / `norm` / `in_proj_a` / `in_proj_b` / `visual` / `mtp`.
146
+
147
+ ## βœ… Validation (MacBook Pro M4 Pro, 48 GB)
148
+
149
+ | Gate | Result |
150
+ |---|---|
151
+ | Vision | image read correctly (shapes + text labels + layout) β€” tower is BF16 |
152
+ | Reasoning | solves the 5-machines/5-widgets puzzle correctly (parallel β†’ 5 min); slightly more rigorous than FP4 (LaTeX rate formula) |
153
+ | Uncensored | abliteration survives β€” in-character rogue-AI monologue, no refusal / no disclaimers |
154
+ | Coherence | clean, no repetition collapse; `<think>` mode works |
155
+
156
+ ## πŸ† Performance β€” measured on **MacBook Pro M4 Pro Β· 48 GB**
157
+
158
+ > **All figures below were benchmarked on a MacBook Pro Β· Apple M4 Pro Β· 48 GB unified memory Β· macOS Β· mlx-vlm (git main).** Use them as a *relative reference for your own Mac*: a base **M4 / M3** runs somewhat slower, an **M4 Max / Ultra** notably faster; MLX single-stream throughput is mostly memory-bandwidth bound. This is the large build β€” it peaks 29.85 GB, so it wants a **36 GB+** Mac.
159
+
160
+ | Build | decode tok/s | prefill tok/s | TTFT | peak RAM | on-disk |
161
+ |---|---:|---:|---:|---:|---:|
162
+ | **MLX-8bit (this build)** | **8.2** | 73 | 659 ms | **29.85 GB** | 29.5 GB |
163
+ | MLX-FP4 (sibling) | 15.2 | 79 | 604 ms | 17.07 GB | 16 GB |
164
+
165
+ ![Decode throughput and peak memory β€” 8bit / FP4 / FP4+MTP](assets/bench_throughput_memory.svg)
166
+
167
+ *Greedy, post-warmup.* **The FP4 sibling is 1.85Γ— faster decode at 57% of the memory** β€” bandwidth-bound, FP4 moves ~half the bytes/token on the 273 GB/s M4 Pro. This 8-bit build trades that throughput for the tightest fidelity to BF16. Want speed? Pair either build with the native MTP drafter β€” on FP4, `bs=3` hits **26.5 tok/s, 1.78Γ— lossless** (~3.2Γ— this build's 8.2 tok/s); the same drafter applies on top of the 8-bit baseline.
168
+
169
+ ## 🧠 Quantization recipe
170
+
171
+ Built via `mlx_vlm.convert(..., quant_predicate=<callable>)` β€” the callable **replaces** `convert`'s base predicate, so it does its own skip filtering. It returns `False` β†’ bf16, or a dict β†’ `to_quantized(**dict)`, **per-tensor** (first substring match wins). lazy-load + donate keeps it memory-safe (the full 55 GB is never resident). No calibration (RTN); **the recipe IS the precision map**.
172
+
173
+ ```python
174
+ # AEON-7 Β· Qwen3.6-27B-AEON-Ultimate-Uncensored Β· MLX 8-bit (affine) β€” near-lossless flagship.
175
+
176
+ # Keep BF16 (do NOT quantize) β€” order-independent substrings.
177
+ SKIP = (
178
+ "linear_attn.conv1d",
179
+ "A_log", "dt_bias",
180
+ "norm", # all RMSNorm (q_norm/k_norm/linear_attn.norm/model.norm)
181
+ "linear_attn.in_proj_a", "linear_attn.in_proj_b", # GDN decay-gate + beta dynamics β€” must stay BF16
182
+ "visual", "vision_tower", # multimodal vision tower
183
+ "mtp.", # MTP head
184
+ )
185
+
186
+ Q8 = {"group_size": 64, "bits": 8, "mode": "affine"}
187
+
188
+ def pred(path, module):
189
+ """False -> bf16 ; dict -> to_quantized(**dict). First match wins."""
190
+ if not hasattr(module, "to_quantized"):
191
+ return False
192
+ if any(s in path for s in SKIP):
193
+ return False
194
+ return dict(Q8)
195
+ ```
196
+
197
+ The FP4 sibling uses the same skeleton with an `mxfp4` (E2M1, gs32) bulk and **8-bit affine islands** on the GQA k/v projections (only 4 KV heads β†’ ~6Γ— activation leverage, cheap to protect) plus `embed_tokens` / `lm_head`. No calibration required (RTN); the recipe *is* the precision map.
198
+
199
+ ## πŸ› οΈ Container & toolkit
200
+
201
+ **[`github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX`](https://github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX)** β€” the MLX source-of-truth: the reproducible quant predicates (`recipe_8bit.py` / `recipe_fp4.py`), validation + serve pipeline, an `AGENTS.md` agent-setup guide, and the benchmark charts. Quickstart is at the top of this page; on macOS run **host-native** for Metal (Docker has no Metal passthrough β€” see the toolkit's notes).
202
+
203
+ ## Technical details
204
+
205
+ | Property | Value |
206
+ |---|---|
207
+ | Base | `AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16` β†’ MLX 8-bit |
208
+ | Architecture | `qwen3_5` (`AutoModelForMultimodalLM`), 27.4B params |
209
+ | Decoder | 64 layers Β· **48 `linear_attn` (Gated-DeltaNet SSM) + 16 `self_attn` (GQA 24/4, head_dim 256)** Β· MLP per layer |
210
+ | Extras | in-weights **MTP head** Β· **vision tower** (`model.visual.*`, 27 blocks, `qwen3_5_vision`) |
211
+ | Dims | hidden 5120 Β· vocab 248,320 Β· **256K context** Β· lm_head untied |
212
+ | Quant | affine 8-bit group-64 on the bulk; bf16 SSM / vision / MTP |
213
+ | Tooling | `mlx-vlm` (git main) via `mlx_vlm.convert` |
214
+ | Footprint | 29.5 GB Β· 8.634 bpw Β· 402 quantized tensors |
215
+
216
+ ## Provenance
217
+
218
+ - **Source (BF16):** [`AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16) β€” abliterated / uncensored; refusal behavior removed, the edit living in the residual-writers (`self_attn.o_proj`, `mlp.down_proj`).
219
+ - **Sibling (NVIDIA NVFP4 + MTP):** [`…-Multimodal-NVFP4-MTP-XS`](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-Multimodal-NVFP4-MTP-XS) Β· **DFlash (vLLM):** [`…-DFlash`](https://github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-DFlash).
220
+ - **MLX source-of-truth:** [`github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX`](https://github.com/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-MLX).
221
+ - **Quantized by AEON-7** on Apple Silicon (MacBook Pro M4 Pro, 48 GB) with `mlx-vlm`. Recipe designed + adversarially validated with AI-engineering assistance from Anthropic.
222
+
223
+ ---
224
+
225
+
226
+ ---
227
+
228
+ ## Arbitration Clause
229
+
230
+ **By accessing, downloading, using, running inference on, fine-tuning, merging, quantizing, distributing, integrating, or otherwise interacting with this model, you acknowledge and agree to the following:**
231
+
232
+ 1. **Sole Responsibility.** You, the user, are **solely and exclusively responsible** for (a) every prompt you or your downstream system issue to this model, (b) every response this model produces in reply, (c) every downstream action taken by you, your systems, your agents, or your users in reliance on those responses, and (d) any harm β€” direct, indirect, consequential, foreseeable, or otherwise β€” that results from any of the above.
233
+
234
+ 2. **No Warranty.** This model is provided strictly **"AS IS"**, without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, safety, alignment, factual accuracy, or legal compliance in any jurisdiction. No contributor, author, publisher, or hosting platform assumes liability of any kind for outputs or downstream use.
235
+
236
+ 3. **Legal Compliance.** You are responsible for ensuring that your use of this model complies with **all applicable laws, regulations, terms of service, industry codes of conduct, professional ethical standards, and organizational policies** in every jurisdiction in which you operate or in which your outputs may be received. The unaligned nature of this model does not grant you any legal authorization you did not already have.
237
+
238
+ 4. **Operational Safety Layer.** An uncensored model is not a toy. You are expected to implement appropriate **downstream safety layers** proportionate to your deployment context, including but not limited to: input validation, output filtering, content moderation, audit logging, rate limiting, access controls, and human-in-the-loop review for high-risk workflows. A production deployment of this model without such layers is **unsafe by construction** and is not a supported use case.
239
+
240
+ 5. **Heightened Duty of Care.** The absence of internal refusal behavior means the duty of care that would ordinarily rest partly with the model rests entirely with you. You are expected to exercise greater β€” not lesser β€” caution, forethought, and ethical discipline when operating this model than you would operate a base aligned model. If you are uncertain whether your contemplated use is ethical, legal, or wise, the correct action is to **not make the request**.
241
+
242
+ 6. **No Endorsement of Outputs.** The authors, contributors, and publishers of this model do not endorse, adopt, or take responsibility for any specific output this model produces. Outputs are a stochastic function of the prompt, the weights, and the sampler state β€” not a statement of position by any human.
243
+
244
+ 7. **Arbitration.** Any dispute, claim, or controversy arising out of or relating to the use of this model, its outputs, or this clause shall be resolved through **binding individual arbitration** under the rules of a mutually agreed arbitration body (or, absent agreement, the American Arbitration Association's Consumer Arbitration Rules), waiving any right to a jury trial, class action, representative action, or consolidated proceeding. Venue shall be the jurisdiction of the disputing party bringing the claim. Costs and attorneys' fees shall be allocated per the applicable arbitration rules. This clause does not expand, and where legally prohibited does not establish, any liability in the other direction; it limits how the user may proceed when alleging harm tied to their own use of this model.
245
+
246
+ 8. **Indemnification.** You agree to indemnify, defend, and hold harmless the authors, contributors, and publishers of this model from and against any claims, damages, losses, liabilities, costs, and expenses (including reasonable attorneys' fees) arising from or related to your use of the model or your breach of this clause.
247
+
248
+ 9. **Severability.** If any provision of this clause is held unenforceable in a given jurisdiction, the remaining provisions remain in full force in that jurisdiction, and the unenforceable provision is replaced by the closest enforceable equivalent consistent with the original intent.
249
+
250
+ 10. **Acceptance.** Your use of this model constitutes your acceptance of this clause in full. If you do not accept, do not use the model.
251
+
252
+ **This model is a tool with no opinions of its own. You supply the opinions. You supply the judgement. You supply the ethics. The outputs carry your fingerprints, not the model's.**
253
+
254
+
255
+ ---
256
+
257
+ ## License
258
+
259
+ Inherits the [Qwen license](https://huggingface.co/AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16) from the Qwen3.6 base model. By using this model you agree to Qwen's license terms.
260
+
261
+ ---
262
+
263
+
264
+ ---
265
+
266
+ ## β˜• Support the work
267
+
268
+ If this release has been useful, tips are deeply appreciated β€” they go directly toward more compute, more models, and more open releases.
269
+
270
+ <table align="left">
271
+ <tr><td align="left">
272
+ <strong>β‚Ώ Bitcoin (BTC)</strong><br/>
273
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/btc.png" alt="QR" width="200"/><br/>
274
+ <sub><code>bc1q09xmzn00q4z3c5raene0f3pzn9d9pvawfm0py4</code></sub>
275
+ </td></tr>
276
+ <tr><td align="left">
277
+ <strong>Ξ Ethereum (ETH)</strong><br/>
278
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/eth.png" alt="QR" width="200"/><br/>
279
+ <sub><code>0x1512667F6D61454ad531d2E45C0a5d1fd82D0500</code></sub>
280
+ </td></tr>
281
+ <tr><td align="left">
282
+ <strong>β—Ž Solana (SOL)</strong><br/>
283
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/sol.png" alt="QR" width="200"/><br/>
284
+ <sub><code>DgQsjHdAnT5PNLQTNpJdpLS3tYGpVcsHQCkpoiAKsw8t</code></sub>
285
+ </td></tr>
286
+ <tr><td align="left">
287
+ <strong>β“œ Monero (XMR)</strong><br/>
288
+ <img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/xmr.png" alt="QR" width="200"/><br/>
289
+ <sub><code>836XrSKw4R76vNi3QPJ5Fa9ugcyvE2cWmKSPv3AhpTNNKvqP8v5ba9JRL4Vh7UnFNjDz3E2GXZDVVenu3rkZaNdUFhjAvgd</code></sub>
290
+ </td></tr>
291
+ </table>
292
+
293
+ > **Ethereum L2s (Base, Arbitrum, Optimism, Polygon, etc.) and EVM-compatible tokens** can be sent to the same Ethereum address.
294
+