dots.mocr-4bit / README.md
prince-canuma's picture
Upload folder using huggingface_hub
c1138c8 verified
---
license: mit
library_name: mlx
pipeline_tag: image-text-to-text
tags:
- image-to-text
- ocr
- document-parse
- layout
- table
- formula
- transformers
- custom_code
- mlx
language:
- en
- zh
- multilingual
base_model: rednote-hilab/dots.mocr
---
# mlx-community/dots.mocr-4bit
This model was converted to MLX format from [`rednote-hilab/dots.mocr`](https://huggingface.co/rednote-hilab/dots.mocr)
using mlx-vlm version **0.4.1**.
Refer to the [original model card](https://huggingface.co/rednote-hilab/dots.mocr) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model mlx-community/dots.mocr-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
```