How to use juletxara/visualbert-vsr-random with Transformers:
# Load model directly from transformers import AutoTokenizer, VisualBertForVisualReasoning tokenizer = AutoTokenizer.from_pretrained("juletxara/visualbert-vsr-random") model = VisualBertForVisualReasoning.from_pretrained("juletxara/visualbert-vsr-random")
The community tab is the place to discuss and collaborate with the HF community!