prince-canuma commited on
Commit
ba2bcf0
·
verified ·
1 Parent(s): 7181cc9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ license_link: https://huggingface.co/Qwen/Qwen3.5-2B/blob/main/LICENSE
5
+ pipeline_tag: image-text-to-text
6
+ base_model:
7
+ - Qwen/Qwen3.5-2B-Base
8
+ tags:
9
+ - mlx
10
+ ---
11
+
12
+ # mlx-community/Qwen3.5-2B-6bit
13
+ This model was converted to MLX format from [`Qwen/Qwen3.5-2B`]() using mlx-vlm version **0.3.12**.
14
+ Refer to the [original model card](https://huggingface.co/Qwen/Qwen3.5-2B) for more details on the model.
15
+ ## Use with mlx
16
+
17
+ ```bash
18
+ pip install -U mlx-vlm
19
+ ```
20
+
21
+ ```bash
22
+ python -m mlx_vlm.generate --model mlx-community/Qwen3.5-2B-6bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
23
+ ```