Instructions to use HorcruxNo13/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 HorcruxNo13/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="HorcruxNo13/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 AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("HorcruxNo13/beit-base-patch16-224-pt22k-ft22k") model = AutoModelForImageClassification.from_pretrained("HorcruxNo13/beit-base-patch16-224-pt22k-ft22k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f3268256226846316391fa2dae706d219f47ec6a08eae7dc3a0367d95deb90ba
- Size of remote file:
- 410 MB
- SHA256:
- 77fba285dba7d46bf2f67eb1461d08ebd2c08fcc74c440915984b64121049bb9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.