This is the
multimodal projector (mmproj) GGUF file for
turing-motors/Heron-NVILA-Lite-2B-hf, a Vision-Language Model optimized for Japanese.
The mmproj (multimodal projector) file contains the vision encoder and projector weights that are required to process images with the Heron VLM. This file is required in addition to the LLM GGUF file to perform vision-language tasks.
1# Download the mmproj and an LLM model (e.g., Q4_K_M)
2wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-mmproj-GGUF/resolve/main/mmproj-heron-nvila-lite-2b-f16.gguf
3wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-Q4_K_M-GGUF/resolve/main/Heron-NVILA-Lite-2B-Q4_K_M.gguf
4
5# Run inference
6./llama-mtmd-cli \
7 -m Heron-NVILA-Lite-2B-Q4_K_M.gguf \
8 --mmproj mmproj-heron-nvila-lite-2b-f16.gguf \
9 --image your_image.jpg \
10 -p "この画像について説明してください。"
This model inherits the license from the original Heron-NVILA-Lite-2B model. Please refer to
turing-motors/Heron-NVILA-Lite-2B-hf for license details.