Instructions to use Rxzh/QEBSD-VIT-MAE_fcc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rxzh/QEBSD-VIT-MAE_fcc with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("Rxzh/QEBSD-VIT-MAE_fcc") model = AutoModelForPreTraining.from_pretrained("Rxzh/QEBSD-VIT-MAE_fcc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K