End of training
Browse files- README.md +23 -23
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
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.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss:
|
19 |
-
- Train Accuracy: 0.
|
20 |
- Epoch: 19
|
21 |
|
22 |
## Model description
|
@@ -43,26 +43,26 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 2.
|
47 |
-
| 2.
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
14 |
|
15 |
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.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.3846
|
18 |
+
- Validation Loss: 1.6122
|
19 |
+
- Train Accuracy: 0.2687
|
20 |
- Epoch: 19
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 2.0363 | 2.0960 | 0.1 | 0 |
|
47 |
+
| 2.0822 | 2.1254 | 0.0813 | 1 |
|
48 |
+
| 1.9916 | 1.9392 | 0.2062 | 2 |
|
49 |
+
| 1.9223 | 1.8385 | 0.1688 | 3 |
|
50 |
+
| 1.8213 | 1.7294 | 0.2313 | 4 |
|
51 |
+
| 1.6940 | 1.6953 | 0.2625 | 5 |
|
52 |
+
| 1.7153 | 1.6009 | 0.3187 | 6 |
|
53 |
+
| 1.5788 | 1.6385 | 0.275 | 7 |
|
54 |
+
| 1.5359 | 1.5635 | 0.3438 | 8 |
|
55 |
+
| 1.4768 | 1.6180 | 0.325 | 9 |
|
56 |
+
| 1.4746 | 1.6063 | 0.3125 | 10 |
|
57 |
+
| 1.5163 | 1.5641 | 0.3625 | 11 |
|
58 |
+
| 1.4692 | 1.5722 | 0.3063 | 12 |
|
59 |
+
| 1.4468 | 1.7363 | 0.35 | 13 |
|
60 |
+
| 1.7116 | 1.7531 | 0.2687 | 14 |
|
61 |
+
| 1.5334 | 1.5908 | 0.2562 | 15 |
|
62 |
+
| 1.4988 | 1.5169 | 0.3312 | 16 |
|
63 |
+
| 1.4605 | 1.5041 | 0.2812 | 17 |
|
64 |
+
| 1.3545 | 1.4824 | 0.3187 | 18 |
|
65 |
+
| 1.3846 | 1.6122 | 0.2687 | 19 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fde90c77fa8c725b0813ae6b7b91a5a590c4653fdfc4d1d54efc6a5d326bc2d
|
3 |
+
size 343504568
|