Geo-R1 GGUF

This repo is proudly made by TerraByte AI.

GGUF conversion of miniHui/Geo-R1, a geospatial reasoning model based on Qwen2.5-VL-7B-Instruct.

Files

File Format Size SHA-256
Geo-R1-Q4_K_M.gguf Q4_K_M language model (4.91 BPW) 4,683,072,352 bytes 666dc005f95b5cdbc2a8cb578621fac0ef71391b6b4f688d75422201ce5756ba
mmproj-Geo-R1-F16.gguf F16 vision projector 1,354,163,200 bytes 8dd5314810acfd740d0e75da8ceb19638d0861dd17107336c551711751ad7303

The language model is quantized to 4-bit Q4_K_M. The vision projector is kept at F16 to preserve image understanding quality and is required for image or video inputs.

Usage

Use a recent llama.cpp build:

llama-cli \
  -hf miniHui/Geo-R1-GGUF:Q4_K_M \
  --image /path/to/image.jpg \
  -p "Analyze this image and explain your reasoning."

To use local files explicitly:

llama-cli \
  -m Geo-R1-Q4_K_M.gguf \
  --mmproj mmproj-Geo-R1-F16.gguf \
  --image /path/to/image.jpg \
  -p "Analyze this image and explain your reasoning."

Conversion

Converted and tested with llama.cpp revision 86a9c79f866799eb0e7e89c03578ccfbcc5d808e.

The Q4_K_M model was validated with text generation, and the model/projector pair was validated with an image prompt using llama-cli.

See the original model card for model details, intended use, and attribution.

Downloads last month
19
GGUF
Model size
8B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for miniHui/Geo-R1-GGUF

Finetuned
miniHui/Geo-R1
Quantized
(6)
this model