PaddleOCR-VL-mlx / README.md
hermeschen-ezcon's picture
Upload folder using huggingface_hub
445f225 verified
metadata
license: apache-2.0
pipeline_tag: image-text-to-text
tags:
  - ERNIE4.5
  - PaddleOCR
  - PaddlePaddle
  - image-to-text
  - ocr
  - document-parse
  - layout
  - table
  - formula
  - chart
  - mlx
base_model: baidu/ERNIE-4.5-0.3B-Paddle
language:
  - en
  - zh
  - multilingual
library_name: PaddleOCR

EZCon/PaddleOCR-VL-mlx

This model was converted to MLX format from unsloth/PaddleOCR-VL using mlx-vlm version 0.3.10. 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 EZCon/PaddleOCR-VL-mlx --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>