| |
|
| | ---
|
| | tags:
|
| | - autotrain
|
| | - transformers
|
| | - image-classification
|
| | base_model: microsoft/swinv2-large-patch4-window12-192-22k
|
| | 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.37125059962272644
|
| |
|
| | f1_macro: 0.8875326968782852
|
| |
|
| | f1_micro: 0.8918032786885246
|
| |
|
| | f1_weighted: 0.889380159243949
|
| |
|
| | precision_macro: 0.9082038517038518
|
| |
|
| | precision_micro: 0.8918032786885246
|
| |
|
| | precision_weighted: 0.9081954816585965
|
| |
|
| | recall_macro: 0.8885952380952381
|
| |
|
| | recall_micro: 0.8918032786885246
|
| |
|
| | recall_weighted: 0.8918032786885246
|
| |
|
| | accuracy: 0.8918032786885246
|
| | |