add base model so model shows in model tree
#1
by
davanstrien
HF Staff
- opened
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 |
+
```
|