Downloads · 30 days
34
3% of all-time downloads
mlx-community/PaddleOCR-VL-bfloat16
PaddleOCR-VL-bfloat16 is a image-text-to-text model from mlx-community. Use it for the image-text-to-text task on the model card, and read the license before you ship it in a product. It is set up for PaddleOCR. The card lists the license as apache-2.0.
This model was converted to MLX format from PaddlePaddle/PaddleOCR-VL using mlx-vlm version 0.3.10. Refer to the original model card for more details on the model.
Downloads · 30 days
34
3% of all-time downloads
All-time downloads
1K
Public
Parameters
906M
1.8 GB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors1.8 GB · 99%
From the Hugging Face model README
This model was converted to MLX format from PaddlePaddle/PaddleOCR-VL using mlx-vlm version 0.3.10.
Refer to the original model card for more details on the model.
pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/PaddleOCR-VL-bfloat16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>