metadata
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
using mlx-vlm version 0.4.1.
Refer to the original model card for more details on the model.
Use with mlx
pip install -U mlx-vlm
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>