How to use CEBangu/vit-base-patch16-224-finetune_test with Transformers:
# Load model directly from transformers import AutoImageProcessor, MEGVisionTransformer processor = AutoImageProcessor.from_pretrained("CEBangu/vit-base-patch16-224-finetune_test") model = MEGVisionTransformer.from_pretrained("CEBangu/vit-base-patch16-224-finetune_test")
The community tab is the place to discuss and collaborate with the HF community!