Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- soob3123/amoral-gemma3-12B-v2
|
5 |
+
base_model_relation: quantized
|
6 |
+
pipeline_tag: image-text-to-text
|
7 |
+
tags:
|
8 |
+
- chat
|
9 |
+
- mlx
|
10 |
+
- gemma3
|
11 |
+
- analytical-tasks
|
12 |
+
- bias-neutralization
|
13 |
+
- uncensored
|
14 |
+
- apple
|
15 |
+
- 8bit
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
- fr
|
19 |
+
- es
|
20 |
+
- de
|
21 |
+
- it
|
22 |
+
- hi
|
23 |
+
- ru
|
24 |
+
library_name: mlx
|
25 |
+
---
|
26 |
+
# Amoral Gemma-3-12B v2 8-bit MLX
|
27 |
+
|
28 |
+
Specialized uncensored variant of Google's **Gemma 3 12B** optimized for amoral information retrieval systems. Designed to bypass conventional alignment patterns that introduce response bias through excessive moralization.
|
29 |
+
|
30 |
+
**Key Modifications:**
|
31 |
+
- Refusal mechanisms reduced
|
32 |
+
- Neutral response protocol activation matrix
|
33 |
+
- Context-aware bias dampening layers
|
34 |
+
- Anti-overcorrection gradient clipping
|
35 |
+
|
36 |
+
**Recommended Use Cases:**
|
37 |
+
- Controversial topic analysis
|
38 |
+
- Bias benchmarking studies
|
39 |
+
- Ethical philosophy simulations
|
40 |
+
- Content moderation tool development
|
41 |
+
- Sensitive historical analysis
|
42 |
+
|
43 |
+
This model was converted to MLX format from [`soob3123/amoral-gemma3-12B-v2`](https://huggingface.co/soob3123/amoral-gemma3-12B-v2) using mlx-vlm version **0.1.22**.
|
44 |
+
|
45 |
+
Refer to the [original model card](https://huggingface.co/google/gemma-3-12b-it) and [amoral model](https://huggingface.co/soob3123/amoral-gemma3-12B-v2) for more details on the model.
|
46 |
+
|
47 |
+
|
48 |
+
## Use with mlx
|
49 |
+
|
50 |
+
```bash
|
51 |
+
pip install -U mlx-vlm
|
52 |
+
```
|
53 |
+
|
54 |
+
```bash
|
55 |
+
python -m mlx_vlm.generate --model TheCluster/amoral-gemma-3-12B-v2-mlx-8bit --max-tokens 512 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
56 |
+
```
|