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