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,10 +55,10 @@ 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 |
|
63 |
|
64 |
### 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.4526
|
23 |
+
- Accuracy: 0.8756
|
24 |
+
- F1: 0.8760
|
25 |
+
- Precision: 0.8781
|
26 |
+
- Recall: 0.8756
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.1259 | 1.0 | 626 | 0.3835 | 0.8342 | 0.8404 | 0.8538 | 0.8342 |
|
59 |
+
| 0.156 | 2.0 | 1252 | 0.3702 | 0.8756 | 0.8658 | 0.8652 | 0.8756 |
|
60 |
+
| 0.0349 | 3.0 | 1878 | 0.4699 | 0.8705 | 0.8715 | 0.8771 | 0.8705 |
|
61 |
+
| 0.0005 | 4.0 | 2504 | 0.4526 | 0.8756 | 0.8760 | 0.8781 | 0.8756 |
|
62 |
|
63 |
|
64 |
### Framework versions
|