Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,21 @@ tags:
|
|
11 |
- apple
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
Uncensored version of **Gemma 3 27B**.
|
16 |
|
17 |
This model was converted to MLX format from [`nidum/Nidum-gemma-3-27B-it-Uncensored`]() using mlx-vlm version **0.1.19**.
|
18 |
|
19 |
Refer to the [original model card](https://huggingface.co/google/gemma-3-27b-it) and [uncensored model](https://huggingface.co/nidum/Nidum-gemma-3-27B-it-Uncensored) for more details on the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Use with mlx
|
21 |
|
22 |
```bash
|
|
|
11 |
- apple
|
12 |
---
|
13 |
|
14 |
+
# Gemma-3-27B Instruct Uncensored 4-bit
|
15 |
Uncensored version of **Gemma 3 27B**.
|
16 |
|
17 |
This model was converted to MLX format from [`nidum/Nidum-gemma-3-27B-it-Uncensored`]() using mlx-vlm version **0.1.19**.
|
18 |
|
19 |
Refer to the [original model card](https://huggingface.co/google/gemma-3-27b-it) and [uncensored model](https://huggingface.co/nidum/Nidum-gemma-3-27B-it-Uncensored) for more details on the model.
|
20 |
+
|
21 |
+
|
22 |
+
## Technical Details
|
23 |
+
|
24 |
+
Supports a context length of 128k tokens, with a max output of 8192.
|
25 |
+
|
26 |
+
Multimodal supporting images normalized to 896 x 896 resolution.
|
27 |
+
|
28 |
+
|
29 |
## Use with mlx
|
30 |
|
31 |
```bash
|