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
Adding `safetensors` variant of this model
#4 opened over 1 year ago
by
SFconvertbot
Add Core ML conversion
#3 opened over 2 years ago
by
maxobat
pretrained dVAE model weights
#2 opened almost 3 years ago
by
senthil-r
DiT for object detection
3
#1 opened over 3 years ago
by
SaraAmd