--- library_name: mlx license: apache-2.0 pipeline_tag: image-text-to-text language: - en - de - fr - es - it - pt - hi - ja - ko - zh - ar tags: - vision - multimodal - conversational - multilingual - native-resolution - mlx base_model: CohereLabs/North-Micro-Vision-Instruct --- # mlx-community/North-Micro-Vision-Instruct-5bit This model was converted to MLX format from [`CohereLabs/North-Micro-Vision-Instruct`](https://huggingface.co/CohereLabs/North-Micro-Vision-Instruct) using mlx-vlm version **0.6.13**. Refer to the [original model card](https://huggingface.co/CohereLabs/North-Micro-Vision-Instruct) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/North-Micro-Vision-Instruct-5bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```