CoolFace
Modelpublic

mlx-community/North-Mini-Code-1.0-4bit

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
3likes400downloads
README.md30 linesDownload Raw Back to root
1---2inference: false3library_name: mlx4license: apache-2.05tags:6- conversational7- chat8- code9- agent10- mlx11pipeline_tag: image-text-to-text12base_model: CohereLabs/North-Mini-Code-1.013---14 15# mlx-community/North-Mini-Code-1.0-4bit16 17This model was converted to MLX format from [`CohereLabs/North-Mini-Code-1.0`](https://huggingface.co/CohereLabs/North-Mini-Code-1.0)18using mlx-vlm version **0.6.2**.19Refer to the [original model card](https://huggingface.co/CohereLabs/North-Mini-Code-1.0) for more details on the model.20 21## Use with mlx22 23```bash24pip install -U mlx-vlm25```26 27```bash28python -m mlx_vlm.generate --model mlx-community/North-Mini-Code-1.0-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>29```30