File size: 882 Bytes
3252aa1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
tags:
- autotrain
- image-classification
base_model: google/vit-large-patch16-224
widget:
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
example_title: Tiger
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
example_title: Teapot
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
example_title: Palace
---
# Model Trained Using AutoTrain
- Problem type: Image Classification
## Validation Metrics
loss: 0.2903565764427185
f1_macro: 0.8999999999999999
f1_micro: 0.8888888888888888
f1_weighted: 0.8888888888888888
precision_macro: 0.9166666666666666
precision_micro: 0.8888888888888888
precision_weighted: 0.9259259259259258
recall_macro: 0.9166666666666666
recall_micro: 0.8888888888888888
recall_weighted: 0.8888888888888888
accuracy: 0.8888888888888888
|