Image Classification
Transformers
TensorBoard
Safetensors
deit
Generated from Trainer
Eval Results (legacy)
Instructions to use alirzb/S5_M1_fold2_deit_42502106 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alirzb/S5_M1_fold2_deit_42502106 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="alirzb/S5_M1_fold2_deit_42502106") 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("alirzb/S5_M1_fold2_deit_42502106") model = AutoModelForImageClassification.from_pretrained("alirzb/S5_M1_fold2_deit_42502106") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e6082a9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ea69574fe2dda4d858836b62be7a1ebec4852c10c756d5704fcc4fee2657eed9
size 4271
|