RolmOCR-mlx-4Bit / README.md
dicksonhk's picture
Upload README.md with huggingface_hub
4cad3ad verified
---
library_name: transformers
license: apache-2.0
datasets:
- allenai/olmOCR-mix-0225
base_model: reducto/RolmOCR
tags:
- mlx
---
# dicksonhk/RolmOCR-mlx-4Bit
The Model [dicksonhk/RolmOCR-mlx-4Bit](https://huggingface.co/dicksonhk/RolmOCR-mlx-4Bit) was converted to MLX format from [reducto/RolmOCR](https://huggingface.co/reducto/RolmOCR) using mlx-vlm version **0.1.15**.
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model dicksonhk/RolmOCR-mlx-4Bit --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
```