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