How to use Kokoroou/vit-mae-base-polyp with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("Kokoroou/vit-mae-base-polyp") model = AutoModelForPreTraining.from_pretrained("Kokoroou/vit-mae-base-polyp")
No model card