How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="unc-nlp/lxmert-base-uncased")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("unc-nlp/lxmert-base-uncased")
model = AutoModel.from_pretrained("unc-nlp/lxmert-base-uncased")
Quick Links

No model card

Downloads last month
7,670
Inference Providers NEW

Space using unc-nlp/lxmert-base-uncased 1