dicksonhk commited on
Commit
6bd1219
·
verified ·
1 Parent(s): 48e391d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model: nanonets/Nanonets-OCR-s
5
+ pipeline_tag: image-text-to-text
6
+ tags:
7
+ - OCR
8
+ - pdf2markdown
9
+ - mlx
10
+ - mlx-my-repo
11
+ library_name: transformers
12
+ ---
13
+
14
+ # dicksonhk/Nanonets-OCR-s-mlx-4Bit
15
+
16
+ The Model [dicksonhk/Nanonets-OCR-s-mlx-4Bit](https://huggingface.co/dicksonhk/Nanonets-OCR-s-mlx-4Bit) was converted to MLX format from [nanonets/Nanonets-OCR-s](https://huggingface.co/nanonets/Nanonets-OCR-s) using mlx-vlm version **0.1.15**.
17
+
18
+
19
+ ```bash
20
+ pip install -U mlx-vlm
21
+ ```
22
+
23
+ ```bash
24
+ python -m mlx_vlm.generate --model dicksonhk/Nanonets-OCR-s-mlx-4Bit --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
25
+ ```