How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="styal/PaliGemma-4bit")
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM

processor = AutoProcessor.from_pretrained("styal/PaliGemma-4bit")
model = AutoModelForMultimodalLM.from_pretrained("styal/PaliGemma-4bit", device_map="auto")
Quick Links

This model is a 4-bit version of paliGemma from Google.

Downloads last month
46
Safetensors
Model size
3B params
Tensor type
F32
BF16
U8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support