RenAaron Ellis
commited on
Commit
·
c318c75
1
Parent(s):
bbe109a
Training in progress epoch 0
Browse files- README.md +5 -9
- all_results.json +1 -0
- 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,10 +50,6 @@ The following hyperparameters were used during training:
|
|
50 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
| 2.0110 | 0.8531 | 1.5291 | 0.8531 | 0 |
|
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
|
|
|
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: 2.0110
|
23 |
+
- Train Accuracy: 0.8531
|
24 |
+
- Validation Loss: 1.5291
|
25 |
+
- Validation Accuracy: 0.8531
|
26 |
+
- Epoch: 0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
50 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
| 2.0110 | 0.8531 | 1.5291 | 0.8531 | 0 |
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
all_results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"accuracy": 0.958}
|
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:df1fe69a301f0ab215175a1dd47a5382ddce873b72553090a630764d587c4562
|
3 |
size 343494328
|