RenAaron Ellis
commited on
Commit
•
bbe109a
1
Parent(s):
c7b2c7f
Training in progress epoch 4
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 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 1.3596 | 0.9151 | 0.9948 | 0.9151 | 1 |
|
54 |
| 0.9608 | 0.9302 | 0.7593 | 0.9302 | 2 |
|
55 |
| 0.6974 | 0.9448 | 0.5795 | 0.9448 | 3 |
|
|
|
56 |
|
57 |
|
58 |
### 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.5080
|
23 |
+
- Train Accuracy: 0.958
|
24 |
+
- Validation Loss: 0.4289
|
25 |
+
- Validation Accuracy: 0.9580
|
26 |
+
- Epoch: 4
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
| 1.3596 | 0.9151 | 0.9948 | 0.9151 | 1 |
|
54 |
| 0.9608 | 0.9302 | 0.7593 | 0.9302 | 2 |
|
55 |
| 0.6974 | 0.9448 | 0.5795 | 0.9448 | 3 |
|
56 |
+
| 0.5080 | 0.958 | 0.4289 | 0.9580 | 4 |
|
57 |
|
58 |
|
59 |
### 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:46b0f2bc51cbae186d1027eee3f8a7e67076cfbae58ce44e650d27a57534007e
|
3 |
size 343494328
|