Instructions to use Payoto/vit-base-patch16-224-in21k-finetuned-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Payoto/vit-base-patch16-224-in21k-finetuned-eurosat with Transformers:
# Load model directly from transformers import AutoImageProcessor, PoptorchPipelinedViTForImageClassification processor = AutoImageProcessor.from_pretrained("Payoto/vit-base-patch16-224-in21k-finetuned-eurosat") model = PoptorchPipelinedViTForImageClassification.from_pretrained("Payoto/vit-base-patch16-224-in21k-finetuned-eurosat") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 10 months ago
by
SFconvertbot