Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use fullstuck/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fullstuck/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fullstuck/image_classification") 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("fullstuck/image_classification") model = AutoModelForImageClassification.from_pretrained("fullstuck/image_classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- af703c59615cdbdb404a5c8581fcee144d65711a7d7e500a77b2a6b7668eb343
- Size of remote file:
- 343 MB
- SHA256:
- f611c467b2d77309bbcc78c130b522c10497543a4b7b61969ced5a30a45fa1ed
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.