Model save
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 an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Accuracy: 0.9699
|
| 21 |
- Loss: 0.3436
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -47,13 +47,13 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
-
| Training Loss | Epoch | Step |
|
| 51 |
-
|:-------------:|:-----:|:----:|:--------
|
| 52 |
-
| 0.9867 | 1.0 | 17 | 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.3922 | 5.0 | 85 | 0.
|
| 57 |
|
| 58 |
|
| 59 |
### 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 an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
|
|
|
| 20 |
- Loss: 0.3436
|
| 21 |
+
- Accuracy: 0.9699
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| 0.9867 | 1.0 | 17 | 0.7571 | 0.9248 |
|
| 53 |
+
| 0.69 | 2.0 | 34 | 0.5541 | 0.9624 |
|
| 54 |
+
| 0.4981 | 3.0 | 51 | 0.4203 | 0.9699 |
|
| 55 |
+
| 0.454 | 4.0 | 68 | 0.3609 | 0.9624 |
|
| 56 |
+
| 0.3922 | 5.0 | 85 | 0.3436 | 0.9699 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|