update model card README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
-
value: 0
|
34 |
- name: Precision
|
35 |
type: precision
|
36 |
-
value: 0.
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
43 |
|
44 |
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.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss: 0.
|
47 |
-
- Accuracy: 0.
|
48 |
-
- F1: 0.
|
49 |
-
- Recall: 0
|
50 |
-
- Precision: 0.
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
+
value: 0.9215686274509803
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
+
value: 0.9375
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
+
value: 1.0
|
34 |
- name: Precision
|
35 |
type: precision
|
36 |
+
value: 0.8823529411764706
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
|
44 |
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.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.2591
|
47 |
+
- Accuracy: 0.9216
|
48 |
+
- F1: 0.9375
|
49 |
+
- Recall: 1.0
|
50 |
+
- Precision: 0.8824
|
51 |
|
52 |
## Model description
|
53 |
|