RenAaron Ellis
commited on
Commit
·
93dc2b3
1
Parent(s):
7193d5e
Training in progress epoch 5
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
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 mnist dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Train Loss: 0.
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Validation Loss: 0.
|
25 |
-
- Validation Accuracy: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,6 +54,7 @@ The following hyperparameters were used during training:
|
|
54 |
| 0.9517 | 0.934 | 0.7421 | 0.9340 | 2 |
|
55 |
| 0.6882 | 0.9467 | 0.5690 | 0.9467 | 3 |
|
56 |
| 0.4999 | 0.9554 | 0.4264 | 0.9554 | 4 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
19 |
|
20 |
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 mnist dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Train Loss: 0.3712
|
23 |
+
- Train Accuracy: 0.9621
|
24 |
+
- Validation Loss: 0.3312
|
25 |
+
- Validation Accuracy: 0.9621
|
26 |
+
- Epoch: 5
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
| 0.9517 | 0.934 | 0.7421 | 0.9340 | 2 |
|
55 |
| 0.6882 | 0.9467 | 0.5690 | 0.9467 | 3 |
|
56 |
| 0.4999 | 0.9554 | 0.4264 | 0.9554 | 4 |
|
57 |
+
| 0.3712 | 0.9621 | 0.3312 | 0.9621 | 5 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343494328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283a5d110bd786d5070f49ab026bb3c5c289c5091955262e47dc94793ebf915f
|
3 |
size 343494328
|