Transformers How to use uclanlp/visualbert-vcr-coco-pre with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("uclanlp/visualbert-vcr-coco-pre")
model = AutoModelForPreTraining.from_pretrained("uclanlp/visualbert-vcr-coco-pre")