Commit
·
24f1540
1
Parent(s):
d42dcc7
add base model so model shows in model tree (#1)
Browse files- add base model so model shows in model tree (082740bcb6e62b033c4d05bcb3a5384a3d49fc93)
Co-authored-by: Daniel van Strien <davanstrien@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -13,6 +13,8 @@ pipeline_tag: image-to-text
|
|
| 13 |
library_name: transformers
|
| 14 |
tags:
|
| 15 |
- mlx
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# mlx-community/GLM-OCR-bf16
|
|
@@ -26,4 +28,4 @@ pip install -U mlx-vlm
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
python -m mlx_vlm.generate --model mlx-community/GLM-OCR-bf16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 29 |
-
```
|
|
|
|
| 13 |
library_name: transformers
|
| 14 |
tags:
|
| 15 |
- mlx
|
| 16 |
+
base_model:
|
| 17 |
+
- zai-org/GLM-OCR
|
| 18 |
---
|
| 19 |
|
| 20 |
# mlx-community/GLM-OCR-bf16
|
|
|
|
| 28 |
|
| 29 |
```bash
|
| 30 |
python -m mlx_vlm.generate --model mlx-community/GLM-OCR-bf16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
| 31 |
+
```
|