HoloGeo

HoloGeo is a Qwen2.5-VL-7B-Instruct based vision-language model for evidence-driven image geolocation.

This repository contains the merged BF16 model weights saved as safetensors. The LoRA adapter from the RL checkpoint has been merged into the base model, so the model can be loaded directly with transformers.

Load

from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration

model_id = "PPKQ/HoloGeo"

model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)
processor = AutoProcessor.from_pretrained(model_id)

Notes

  • Base model: Qwen/Qwen2.5-VL-7B-Instruct
  • Checkpoint source: RL_weights2/checkpoint-8000
  • Serialization: sharded safetensors
  • Precision: BF16

The accompanying dataset is available at https://huggingface.co/datasets/PPKQ/HoloGeo.

Downloads last month
37
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for PPKQ/HoloGeo

Finetuned
(1138)
this model