Commit ·
a4a12da
1
Parent(s): 350885f
update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
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.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -51,21 +51,21 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
- Transformers 4.30.0
|
| 69 |
- Pytorch 2.2.1+cu121
|
| 70 |
-
- Datasets 2.
|
| 71 |
- Tokenizers 0.13.3
|
|
|
|
| 16 |
|
| 17 |
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.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.0313
|
| 20 |
+
- Accuracy: 0.9917
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 54 |
+
| 0.1686 | 1.0 | 1093 | 0.0843 | 0.9697 |
|
| 55 |
+
| 0.1195 | 2.0 | 2187 | 0.0731 | 0.9728 |
|
| 56 |
+
| 0.072 | 3.0 | 3281 | 0.0543 | 0.9803 |
|
| 57 |
+
| 0.1072 | 4.0 | 4375 | 0.0348 | 0.9884 |
|
| 58 |
+
| 0.079 | 5.0 | 5468 | 0.0342 | 0.9886 |
|
| 59 |
+
| 0.0681 | 6.0 | 6562 | 0.0317 | 0.9903 |
|
| 60 |
+
| 0.0513 | 7.0 | 7656 | 0.0304 | 0.9914 |
|
| 61 |
+
| 0.0518 | 8.0 | 8750 | 0.0293 | 0.9916 |
|
| 62 |
+
| 0.0674 | 9.0 | 9843 | 0.0295 | 0.9924 |
|
| 63 |
+
| 0.058 | 9.99 | 10930 | 0.0313 | 0.9917 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
- Transformers 4.30.0
|
| 69 |
- Pytorch 2.2.1+cu121
|
| 70 |
+
- Datasets 2.19.0
|
| 71 |
- Tokenizers 0.13.3
|