Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use griffio/vit-large-patch16-224-dungeon-geo-morphs-009 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use griffio/vit-large-patch16-224-dungeon-geo-morphs-009 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="griffio/vit-large-patch16-224-dungeon-geo-morphs-009") 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("griffio/vit-large-patch16-224-dungeon-geo-morphs-009") model = AutoModelForImageClassification.from_pretrained("griffio/vit-large-patch16-224-dungeon-geo-morphs-009") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 23.285714285714285, | |
| "total_flos": 3.068073182851891e+17, | |
| "train_loss": 0.22250466719269751, | |
| "train_runtime": 172.5314, | |
| "train_samples_per_second": 10.143, | |
| "train_steps_per_second": 0.203 | |
| } |