Transformers How to use juletxara/vilt-vsr-random with Transformers:
# Load model directly
from transformers import AutoProcessor, ViltForImagesAndTextClassification
processor = AutoProcessor.from_pretrained("juletxara/vilt-vsr-random")
model = ViltForImagesAndTextClassification.from_pretrained("juletxara/vilt-vsr-random")