End of training
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| No log | 1.0 | 65 | 0.
|
| 54 |
-
| No log | 2.0 | 130 | 0.
|
| 55 |
-
| No log | 3.0 | 195 | 0.
|
| 56 |
-
| No log | 4.0 | 260 | 0.
|
| 57 |
-
| No log | 5.0 | 325 | 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0349
|
| 22 |
+
- Accuracy: 0.9850
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| No log | 1.0 | 65 | 0.1429 | 0.9624 |
|
| 54 |
+
| No log | 2.0 | 130 | 0.0579 | 0.9850 |
|
| 55 |
+
| No log | 3.0 | 195 | 0.0418 | 0.9850 |
|
| 56 |
+
| No log | 4.0 | 260 | 0.0361 | 0.9850 |
|
| 57 |
+
| No log | 5.0 | 325 | 0.0349 | 0.9850 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|