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