TheCluster commited on
Commit
ada6d2b
·
verified ·
1 Parent(s): 6e93103

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -7,4 +7,22 @@ pipeline_tag: image-text-to-text
7
  tags:
8
  - chat
9
  - mlx
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tags:
8
  - chat
9
  - mlx
10
+ - uncensored
11
+ - apple
12
+ ---
13
+
14
+ # TheCluster/gemma-3-27b-it-uncensored-4bit
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
23
+ pip install -U mlx-vlm
24
+ ```
25
+
26
+ ```bash
27
+ python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-4bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
28
+ ```