--- license: apache-2.0 pipeline_tag: image-text-to-text tags: - minicpm-v - multimodal - mlx library_name: mlx base_model: huihui-ai/Huihui-MiniCPM-V-4.6-abliterated --- # Huihui-MiniCPM-V-4.6-abliterated-mlx-bf16 Converted from [`huihui-ai/Huihui-MiniCPM-V-4.6-abliterated`](https://huggingface.co/huihui-ai/Huihui-MiniCPM-V-4.6-abliterated) with `mlx-vlm` from the current `main` branch. ## Conversion - Source: `huihui-ai/Huihui-MiniCPM-V-4.6-abliterated` - Format: MLX - Quantization: bfloat16 - Processor files: `processor_config.json` + `preprocessor_config.json` ## Smoke test - Prompt: `Describe this image in one sentence.` - Image: 64x64 solid red PNG - Result: `The image is a solid red color, with no discernible features or objects.` ## Usage ```bash python -m mlx_vlm.generate --model vanch007/Huihui-MiniCPM-V-4.6-abliterated-mlx-bf16 --max-tokens 32 --temperature 0.0 --trust-remote-code --prompt "Describe this image in one sentence." --image ```