mlx-community/VisualQuality-R1-7B-4bit
129
1---2license: mit3language:4- en5base_model:6- Qwen/Qwen2.5-VL-7B-Instruct7pipeline_tag: reinforcement-learning8tags:9- IQA10- Reasoning11- VLM12- Pytorch13- R114- GRPO15- RL2R16- mlx17---18 19# mlx-community/VisualQuality-R1-7B-4bit20This model was converted to MLX format from [`TianheWu/VisualQuality-R1-7B`]() using mlx-vlm version **0.3.2**.21Refer to the [original model card](https://huggingface.co/TianheWu/VisualQuality-R1-7B) for more details on the model.22## Use with mlx23 24```bash25pip install -U mlx-vlm26```27 28```bash29python -m mlx_vlm.generate --model mlx-community/VisualQuality-R1-7B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>30```31 