Instructions to use uclanlp/visualbert-nlvr2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uclanlp/visualbert-nlvr2 with Transformers:
# Load model directly from transformers import AutoTokenizer, VisualBertForVisualReasoning tokenizer = AutoTokenizer.from_pretrained("uclanlp/visualbert-nlvr2") model = VisualBertForVisualReasoning.from_pretrained("uclanlp/visualbert-nlvr2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K