pcuenq HF staff commited on
Commit
2d72b5f
·
verified ·
1 Parent(s): 0de340a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - HuggingFaceTB/SmolVLM2-2.2B-Instruct
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ pipeline_tag: image-text-to-text
9
+ tags:
10
+ - mlx
11
+ ---
12
+
13
+ # HuggingFaceTB/SmolVLM2-2.2B-Instruct-mlx
14
+ This model was converted to MLX format from [`HuggingFaceTB/SmolVLM-Instruct`](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) using mlx-vlm.
15
+ Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) for more details on the model.
16
+
17
+ ## Use with mlx
18
+
19
+ ```bash
20
+ pip install -U mlx-vlm
21
+ ```
22
+
23
+ ```bash
24
+ python -m mlx_vlm.generate --model mlx-community/SmolVLM-Instruct-bf16 --max-tokens 100 --temp 0.0
25
+ ```