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