ColPali
English

ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy (merged, state_dict only)

WARNING: This repository should only be used to convert the original ColPali weights to the Hf version of Colpali.

State dict was exported from vidore/colpali-v1.2-merged. The model was loaded using the following code:

# Get the device
device = "mps"

# Define dtype
dtype_precision = torch.bfloat16

# Load the original model and state_dict
model = (
    cast(
        ColPali,
        ColPali.from_pretrained(
            "vidore/colpali-v1.2-merged",
            torch_dtype=dtype_precision,
            device_map=device,
        ),
    )
    .to(dtype_precision)
    .eval()
)
Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.

Model tree for vidore/colpali-v1.2-merged-state_dict

Finetuned
(26)
this model

Dataset used to train vidore/colpali-v1.2-merged-state_dict