Instructions to use ahmedesmail16/Project_Class_Model_beit-base-patch16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedesmail16/Project_Class_Model_beit-base-patch16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahmedesmail16/Project_Class_Model_beit-base-patch16") 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("ahmedesmail16/Project_Class_Model_beit-base-patch16") model = AutoModelForImageClassification.from_pretrained("ahmedesmail16/Project_Class_Model_beit-base-patch16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 389d669a325414a85d0ed41464a1449ef5930ba19979792b32b7390a33afc24d
- Size of remote file:
- 4.92 kB
- SHA256:
- ddf032dfb73873a2cf6c0ae5120dd9edb516b6189bccb499adec7ad124946db5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.