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, AutoModelForImageTextToText

processor = AutoProcessor.from_pretrained("styal/PaliGemma-4bit")
model = AutoModelForImageTextToText.from_pretrained("styal/PaliGemma-4bit")
Quick Links

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

Downloads last month
4
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