Correct base model
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
-
-
|
| 7 |
pipeline_tag: image-text-to-text
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
|
@@ -27,4 +27,4 @@ pip install -U mlx-vlm
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
python -m mlx_vlm.generate --model mlx-community/Holo2-8B-bf16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 30 |
-
```
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
+
- Hcompany/Holo2-8B
|
| 7 |
pipeline_tag: image-text-to-text
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
|
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
python -m mlx_vlm.generate --model mlx-community/Holo2-8B-bf16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 30 |
+
```
|