File size: 792 Bytes
e6d8139 |
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-384
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: 1.0671894550323486
f1_macro: 0.7
f1_micro: 0.7
f1_weighted: 0.6933333333333334
precision_macro: 0.7499999999999999
precision_micro: 0.7
precision_weighted: 0.7333333333333333
recall_macro: 0.7083333333333333
recall_micro: 0.7
recall_weighted: 0.7
accuracy: 0.7
|