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