Instructions to use dandelin/vilt-b32-mlm-itm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dandelin/vilt-b32-mlm-itm with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("dandelin/vilt-b32-mlm-itm") model = AutoModelForPreTraining.from_pretrained("dandelin/vilt-b32-mlm-itm") - Notebooks
- Google Colab
- Kaggle
Ctrl+K