Transformers How to use theodor1289/flava_vision_infused with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForPreTraining
processor = AutoProcessor.from_pretrained("theodor1289/flava_vision_infused")
model = AutoModelForPreTraining.from_pretrained("theodor1289/flava_vision_infused")