mpeleshenko commited on
Commit
4fab01c
·
verified ·
1 Parent(s): fbd494a

Correct base model

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  language:
4
  - en
5
  base_model:
6
- - Qwen/Qwen3-VL-8B-Thinking
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
+ ```