Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license_name: qwen-research
|
| 3 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct/blob/main/LICENSE
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: image-text-to-text
|
| 7 |
+
tags:
|
| 8 |
+
- multimodal
|
| 9 |
+
- mlx
|
| 10 |
+
- mlx-my-repo
|
| 11 |
+
library_name: transformers
|
| 12 |
+
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# dicksonhk/Qwen2.5-VL-3B-Instruct-mlx-4Bit
|
| 16 |
+
|
| 17 |
+
The Model [dicksonhk/Qwen2.5-VL-3B-Instruct-mlx-4Bit](https://huggingface.co/dicksonhk/Qwen2.5-VL-3B-Instruct-mlx-4Bit) was converted to MLX format from [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) using mlx-vlm version **0.1.15**.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
pip install -U mlx-vlm
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
```bash
|
| 25 |
+
python -m mlx_vlm.generate --model dicksonhk/Qwen2.5-VL-3B-Instruct-mlx-4Bit --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 26 |
+
```
|