How to use chaichy/best-model with Transformers:
# Load model directly from transformers import AutoImageProcessor, CustomViTForImageClassification processor = AutoImageProcessor.from_pretrained("chaichy/best-model") model = CustomViTForImageClassification.from_pretrained("chaichy/best-model")
How to fix it?