dicksonhk commited on
Commit
50381af
·
verified ·
1 Parent(s): 502cc43

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - allenai/olmOCR-mix-0225
6
+ base_model: reducto/RolmOCR
7
+ tags:
8
+ - mlx
9
+ ---
10
+
11
+ # dicksonhk/RolmOCR-mlx-fp16
12
+
13
+ The Model [dicksonhk/RolmOCR-mlx-fp16](https://huggingface.co/dicksonhk/RolmOCR-mlx-fp16) was converted to $MLX format from [reducto/RolmOCR](https://huggingface.co/reducto/RolmOCR) using $mlx-vlm version **0.1.15**.
14
+
15
+
16
+ ```bash
17
+ pip install -U mlx-vlm
18
+ ```
19
+
20
+ ```bash
21
+ python -m mlx_vlm.generate --model dicksonhk/RolmOCR-mlx-fp16 --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
22
+ ```
23
+