pcuenq HF staff commited on
Commit
f6b17d3
·
verified ·
1 Parent(s): 8e290b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ language:
10
  base_model:
11
  - HuggingFaceTB/SmolLM2-360M-Instruct
12
  - google/siglip-base-patch16-512
13
- - HuggingFaceTB/SmolVLM-500M-Instruct
14
  tags:
15
  - mlx
16
  ---
@@ -25,5 +25,5 @@ pip install -U mlx-vlm
25
  ```
26
 
27
  ```bash
28
- python -m mlx_vlm.generate --model HuggingFaceTB/SmolVLM2-500M-Video-Instruct-mlx --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
29
  ```
 
10
  base_model:
11
  - HuggingFaceTB/SmolLM2-360M-Instruct
12
  - google/siglip-base-patch16-512
13
+ - HuggingFaceTB/SmolVLM2-500M-Video-Instruct
14
  tags:
15
  - mlx
16
  ---
 
25
  ```
26
 
27
  ```bash
28
+ python -m mlx_vlm.generate --model HuggingFaceTB/SmolVLM2-500M-Video-Instruct-mlx --image https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg --prompt "Can you describe this image?"
29
  ```