Visual Spatial Reasoning
Collection
VSR models and dataset • 7 items • Updated
How to use juletxara/lxmert-vsr-random with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("juletxara/lxmert-vsr-random")
model = AutoModelForPreTraining.from_pretrained("juletxara/lxmert-vsr-random")