Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ library_name: transformers
6
+ license: mit
7
+ pipeline_tag: image-text-to-text
8
+ base_model:
9
+ - zai-org/GLM-4.5V
10
+ tags:
11
+ - abliterated
12
+ - uncensored
13
+ - mlx
14
+ ---
15
+
16
+ # mlx-community/GLM-4.5V-abliterated-4bit
17
+ This model was converted to MLX format from [`huihui-ai/Huihui-GLM-4.5V-abliterated`]() using mlx-vlm.
18
+ Refer to the [original model card](https://huggingface.co/huihui-ai/Huihui-GLM-4.5V-abliterated) for more details on the model.
19
+ ## Use with mlx
20
+
21
+ ```bash
22
+ pip install -U mlx-vlm
23
+ ```
24
+
25
+ ```bash
26
+ python -m mlx_vlm.generate --model mlx-community/GLM-4.5V-abliterated-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
27
+ ```