Instructions to use microsoft/beit-large-patch16-224-pt22k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/beit-large-patch16-224-pt22k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/beit-large-patch16-224-pt22k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, BeitForMaskedImageModeling processor = AutoImageProcessor.from_pretrained("microsoft/beit-large-patch16-224-pt22k") model = BeitForMaskedImageModeling.from_pretrained("microsoft/beit-large-patch16-224-pt22k") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 19a19bf826b2b5447eceff57f3740e2073be1158c497374c166988e05cd90b47
- Size of remote file:
- 1.25 GB
- SHA256:
- 790333e0495827b2375db293914e141498e3ca259ff9da1edca29a6ff6b20ab9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.