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