nawta/Heron-NVILA-Lite-2B-F16-GGUF
017
Heron-NVILA-Lite-2B GGUF (F16)
This is the F16 (full precision) GGUF version of turing-motors/Heron-NVILA-Lite-2B-hf, a Vision-Language Model optimized for Japanese.
Model Details
- Original Model: turing-motors/Heron-NVILA-Lite-2B-hf
- Quantization: F16 (Full Precision)
- Format: GGUF (for llama.cpp)
- File Size: 3.3 GB
- Languages: Japanese, English
Model Architecture
Requirements
This model requires the mmproj (multimodal projector) file to process images:
Available Quantizations
Usage with llama.cpp
# Download the model and mmproj
wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-F16-GGUF/resolve/main/Heron-NVILA-Lite-2B-F16.gguf
wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-mmproj-GGUF/resolve/main/mmproj-heron-nvila-lite-2b-f16.gguf
# Run inference
./llama-mtmd-cli \
-m Heron-NVILA-Lite-2B-F16.gguf \
--mmproj mmproj-heron-nvila-lite-2b-f16.gguf \
--image your_image.jpg \
-p "この画像について説明してください。"Memory Requirements
License
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.
Acknowledgments
- Original model by Turing Motors
- GGUF conversion and quantization by nawta
