update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,12 +55,12 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.0002 | 6.0 | 3756 | 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5783
|
23 |
+
- Accuracy: 0.8653
|
24 |
+
- F1: 0.8726
|
25 |
+
- Precision: 0.8851
|
26 |
+
- Recall: 0.8653
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.1024 | 1.0 | 626 | 0.4875 | 0.8187 | 0.8247 | 0.8725 | 0.8187 |
|
59 |
+
| 0.1279 | 2.0 | 1252 | 0.4645 | 0.8187 | 0.8223 | 0.8295 | 0.8187 |
|
60 |
+
| 0.0912 | 3.0 | 1878 | 0.4883 | 0.8497 | 0.8454 | 0.8462 | 0.8497 |
|
61 |
+
| 0.0397 | 4.0 | 2504 | 0.5439 | 0.8238 | 0.8274 | 0.8342 | 0.8238 |
|
62 |
+
| 0.0004 | 5.0 | 3130 | 0.5795 | 0.8601 | 0.8668 | 0.8787 | 0.8601 |
|
63 |
+
| 0.0002 | 6.0 | 3756 | 0.5783 | 0.8653 | 0.8726 | 0.8851 | 0.8653 |
|
64 |
|
65 |
|
66 |
### Framework versions
|