update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Recall
|
23 |
type: recall
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ 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 |
-
- Recall: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -66,12 +66,27 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Recall |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
-
| No log | 1.0 |
|
70 |
-
| No log | 2.0 |
|
71 |
-
| No log | 3.0 |
|
72 |
-
| No log | 4.0 |
|
73 |
-
| No log | 5.0 |
|
74 |
-
| No log | 6.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Recall
|
23 |
type: recall
|
24 |
+
value: 0.7866666666666666
|
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.2021
|
35 |
+
- Recall: 0.7867
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Recall |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
+
| No log | 1.0 | 9 | 0.4676 | 0.0 |
|
70 |
+
| No log | 2.0 | 18 | 0.2918 | 0.0 |
|
71 |
+
| No log | 3.0 | 27 | 0.2191 | 0.0 |
|
72 |
+
| No log | 4.0 | 36 | 0.1971 | 0.1733 |
|
73 |
+
| No log | 5.0 | 45 | 0.1695 | 0.4133 |
|
74 |
+
| No log | 6.0 | 54 | 0.1693 | 0.52 |
|
75 |
+
| No log | 7.0 | 63 | 0.1597 | 0.5867 |
|
76 |
+
| No log | 8.0 | 72 | 0.1863 | 0.7733 |
|
77 |
+
| No log | 9.0 | 81 | 0.1591 | 0.72 |
|
78 |
+
| No log | 10.0 | 90 | 0.1543 | 0.72 |
|
79 |
+
| No log | 11.0 | 99 | 0.1559 | 0.6933 |
|
80 |
+
| No log | 12.0 | 108 | 0.1658 | 0.7333 |
|
81 |
+
| No log | 13.0 | 117 | 0.1691 | 0.6533 |
|
82 |
+
| No log | 14.0 | 126 | 0.1779 | 0.68 |
|
83 |
+
| No log | 15.0 | 135 | 0.1635 | 0.8133 |
|
84 |
+
| No log | 16.0 | 144 | 0.1765 | 0.6933 |
|
85 |
+
| No log | 17.0 | 153 | 0.1679 | 0.7333 |
|
86 |
+
| No log | 18.0 | 162 | 0.1694 | 0.7467 |
|
87 |
+
| No log | 19.0 | 171 | 0.1770 | 0.8133 |
|
88 |
+
| No log | 20.0 | 180 | 0.1692 | 0.7867 |
|
89 |
+
| No log | 21.0 | 189 | 0.2021 | 0.7867 |
|
90 |
|
91 |
|
92 |
### Framework versions
|