End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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 None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
|
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
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 None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.0362
|
21 |
+
- Accuracy: 0.6078
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.4035 | 0.9767 | 21 | 1.2942 | 0.4735 |
|
56 |
+
| 1.2173 | 2.0 | 43 | 1.1946 | 0.4382 |
|
57 |
+
| 1.1276 | 2.9767 | 64 | 1.1574 | 0.5300 |
|
58 |
+
| 1.0841 | 4.0 | 86 | 1.1034 | 0.5336 |
|
59 |
+
| 1.0692 | 4.8837 | 105 | 1.0362 | 0.6078 |
|
60 |
|
61 |
|
62 |
### Framework versions
|