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")
Files info