update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,17 +31,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
-
- Weighted f1: 0.
|
37 |
-
- Micro f1: 0.
|
38 |
-
- Macro f1: 0.
|
39 |
-
- Weighted recall: 0.
|
40 |
-
- Micro recall: 0.
|
41 |
-
- Macro recall: 0.
|
42 |
-
- Weighted precision: 0.
|
43 |
-
- Micro precision: 0.
|
44 |
-
- Macro precision: 0.
|
45 |
|
46 |
## Model description
|
47 |
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9375
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2538
|
35 |
+
- Accuracy: 0.9375
|
36 |
+
- Weighted f1: 0.9365
|
37 |
+
- Micro f1: 0.9375
|
38 |
+
- Macro f1: 0.9365
|
39 |
+
- Weighted recall: 0.9375
|
40 |
+
- Micro recall: 0.9375
|
41 |
+
- Macro recall: 0.9375
|
42 |
+
- Weighted precision: 0.9455
|
43 |
+
- Micro precision: 0.9375
|
44 |
+
- Macro precision: 0.9455
|
45 |
|
46 |
## Model description
|
47 |
|