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