Instructions to use unc-nlp/lxmert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unc-nlp/lxmert-base-uncased with Transformers:
# 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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e309decccf5cb17d468de351af4ea87c82d7d777aa0ab9a48250161b4ca5d63a
- Size of remote file:
- 1.01 GB
- SHA256:
- 9bbe6ff6d63efac02517dac29c9175e853d1825580e2f1d31c0dee2e4d014de1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.