Instructions to use facebook/vit-mae-huge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vit-mae-huge with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("facebook/vit-mae-huge") model = AutoModelForPreTraining.from_pretrained("facebook/vit-mae-huge") - Notebooks
- Google Colab
- Kaggle
Finetuning on downstream dataset with a arbitrary mask ratio
#2 opened 11 months ago
by
AlirezaSalehi99
Adding `safetensors` variant of this model
#1 opened about 2 years ago
by
SFconvertbot