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")
The community tab is the place to discuss and collaborate with the HF community!