Edit model card

Model Card for Model ID

Model Details

Model Description

  • Model type: PaliGemma
  • Finetuned from model [optional]: vidore/colpali-v1.2

Uses

This model is finetuned from vidore/colpali-v1.2 using the PEFT library. To use this model, you only need to change the path ColPali is loaded from.

device = get_torch_device("auto")
print(f"Device used: {device}")

# Model name
model_name = "path/to/fine_tuned_model"

# Load model
model = ColPali.from_pretrained(
    model_name,
    torch_dtype=torch.bfloat16,
    device_map=device,
).eval()

# Load processor
processor = cast(ColPaliProcessor, ColPaliProcessor.from_pretrained(model_name))
  • PEFT 0.11.1
Downloads last month
2
Inference API
Unable to determine this model’s pipeline type. Check the docs .

Model tree for trampoline/copali_finetuned

Adapter
(1)
this model