Instructions to use juletxara/vilt-vsr-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juletxara/vilt-vsr-random with Transformers:
# Load model directly from transformers import AutoProcessor, ViltForImagesAndTextClassification processor = AutoProcessor.from_pretrained("juletxara/vilt-vsr-random") model = ViltForImagesAndTextClassification.from_pretrained("juletxara/vilt-vsr-random") - Notebooks
- Google Colab
- Kaggle