--- 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 --- # mlx-community/PaddleOCR-VL-bfloat16 This model was converted to MLX format from [`PaddlePaddle/PaddleOCR-VL`]() using mlx-vlm version **0.3.10**. Refer to the [original model card](https://huggingface.co/PaddlePaddle/PaddleOCR-VL) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/PaddleOCR-VL-bfloat16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```