| |
|
| | ---
|
| | tags:
|
| | - autotrain
|
| | - transformers
|
| | - image-classification
|
| | base_model: microsoft/swinv2-tiny-patch4-window16-256
|
| | 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.5218645334243774
|
| |
|
| | f1_macro: 0.8312956210456212
|
| |
|
| | f1_micro: 0.8377049180327869
|
| |
|
| | f1_weighted: 0.8337990174670502
|
| |
|
| | precision_macro: 0.8636145382395383
|
| |
|
| | precision_micro: 0.8377049180327869
|
| |
|
| | precision_weighted: 0.8647297329264542
|
| |
|
| | recall_macro: 0.8355833333333333
|
| |
|
| | recall_micro: 0.8377049180327869
|
| |
|
| | recall_weighted: 0.8377049180327869
|
| |
|
| | accuracy: 0.8377049180327869
|
| | |