Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: gemma
|
| 3 |
base_model:
|
|
|
|
| 4 |
- nidum/Nidum-gemma-3-27B-it-Uncensored
|
| 5 |
pipeline_tag: image-text-to-text
|
| 6 |
tags:
|
|
@@ -8,8 +9,9 @@ tags:
|
|
| 8 |
- mlx
|
| 9 |
- uncensored
|
| 10 |
- apple
|
|
|
|
| 11 |
---
|
| 12 |
-
# Gemma-3-27B Instruct Uncensored 8-bit
|
| 13 |
Uncensored version of **Gemma 3 27B**.
|
| 14 |
|
| 15 |
This model was converted to MLX format from [`nidum/Nidum-gemma-3-27B-it-Uncensored`]() using mlx-vlm version **0.1.19**.
|
|
@@ -32,4 +34,4 @@ pip install -U mlx-vlm
|
|
| 32 |
|
| 33 |
```bash
|
| 34 |
python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-8bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 35 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: gemma
|
| 3 |
base_model:
|
| 4 |
+
- google/gemma-3-27b-it
|
| 5 |
- nidum/Nidum-gemma-3-27B-it-Uncensored
|
| 6 |
pipeline_tag: image-text-to-text
|
| 7 |
tags:
|
|
|
|
| 9 |
- mlx
|
| 10 |
- uncensored
|
| 11 |
- apple
|
| 12 |
+
library_name: mlx
|
| 13 |
---
|
| 14 |
+
# Gemma-3-27B Instruct Uncensored 8-bit MLX
|
| 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**.
|
|
|
|
| 34 |
|
| 35 |
```bash
|
| 36 |
python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-8bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 37 |
+
```
|