RenAaron Ellis
commited on
Commit
·
aae25ec
1
Parent(s):
aa1b900
Training in progress epoch 2
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:
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Validation Loss: 0.
|
25 |
-
- Validation Accuracy: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
| 2.0107 | 0.8548 | 1.5288 | 0.8548 | 0 |
|
53 |
| 1.3538 | 0.9149 | 0.9913 | 0.9149 | 1 |
|
|
|
54 |
|
55 |
|
56 |
### 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.9517
|
23 |
+
- Train Accuracy: 0.934
|
24 |
+
- Validation Loss: 0.7421
|
25 |
+
- Validation Accuracy: 0.9340
|
26 |
+
- Epoch: 2
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
| 2.0107 | 0.8548 | 1.5288 | 0.8548 | 0 |
|
53 |
| 1.3538 | 0.9149 | 0.9913 | 0.9149 | 1 |
|
54 |
+
| 0.9517 | 0.934 | 0.7421 | 0.9340 | 2 |
|
55 |
|
56 |
|
57 |
### 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:8c264ccadcd2a418b1cb672704d0781972b25a677385cbb1ef9c5bfe9c90910f
|
3 |
size 343494328
|