Instructions to use microsoft/dit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/dit-base with Transformers:
# Load model directly from transformers import AutoImageProcessor, BeitForMaskedImageModeling processor = AutoImageProcessor.from_pretrained("microsoft/dit-base") model = BeitForMaskedImageModeling.from_pretrained("microsoft/dit-base") - Notebooks
- Google Colab
- Kaggle
Add Core ML conversion
#3
by maxobat - opened
Core ML conversion, task=feature-extraction, precision=float32