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