--- library_name: mlx license: openrail license_link: LICENSE tags: - ocr - pdf - markdown - layout - mlx base_model: datalab-to/chandra-ocr-2 pipeline_tag: image-text-to-text --- # tyh-carl/chandra-ocr-2-4bit This model was converted to MLX format from [`datalab-to/chandra-ocr-2`](https://huggingface.co/datalab-to/chandra-ocr-2) using mlx-vlm version **0.6.0**. Refer to the [original model card](https://huggingface.co/datalab-to/chandra-ocr-2) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model tyh-carl/chandra-ocr-2-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```