End of training
Browse files- README.md +9 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss:
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,7 +43,11 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0300
|
18 |
+
- Validation Loss: 0.2483
|
19 |
+
- Train Accuracy: 0.937
|
20 |
+
- Epoch: 4
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 0.0597 | 0.2589 | 0.939 | 0 |
|
47 |
+
| 0.0388 | 0.2590 | 0.941 | 1 |
|
48 |
+
| 0.0400 | 0.2966 | 0.925 | 2 |
|
49 |
+
| 0.0437 | 0.2780 | 0.934 | 3 |
|
50 |
+
| 0.0300 | 0.2483 | 0.937 | 4 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343773984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4324d400121545ce3b662679a9bd93a60c3a39769f67e97561d9642f5a823d
|
3 |
size 343773984
|