End of training
Browse files- README.md +26 -26
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
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.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation
|
22 |
- Epoch: 19
|
23 |
|
24 |
## Model description
|
@@ -43,28 +43,28 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Train Loss | Train
|
47 |
-
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
15 |
|
16 |
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.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0141
|
19 |
+
- Train Categorical Accuracy: 0.2486
|
20 |
+
- Validation Loss: 0.0136
|
21 |
+
- Validation Categorical Accuracy: 0.2625
|
22 |
- Epoch: 19
|
23 |
|
24 |
## Model description
|
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
+
| Train Loss | Train Categorical Accuracy | Validation Loss | Validation Categorical Accuracy | Epoch |
|
47 |
+
|:----------:|:--------------------------:|:---------------:|:-------------------------------:|:-----:|
|
48 |
+
| 0.5757 | 0.2444 | 0.2065 | 0.2625 | 0 |
|
49 |
+
| 0.1471 | 0.2486 | 0.1088 | 0.2625 | 1 |
|
50 |
+
| 0.0944 | 0.2486 | 0.0818 | 0.2625 | 2 |
|
51 |
+
| 0.0748 | 0.2486 | 0.0681 | 0.2625 | 3 |
|
52 |
+
| 0.0630 | 0.2486 | 0.0582 | 0.2625 | 4 |
|
53 |
+
| 0.0545 | 0.2486 | 0.0508 | 0.2625 | 5 |
|
54 |
+
| 0.0478 | 0.2486 | 0.0449 | 0.2625 | 6 |
|
55 |
+
| 0.0423 | 0.2486 | 0.0399 | 0.2625 | 7 |
|
56 |
+
| 0.0377 | 0.2486 | 0.0356 | 0.2625 | 8 |
|
57 |
+
| 0.0339 | 0.2486 | 0.0321 | 0.2625 | 9 |
|
58 |
+
| 0.0305 | 0.2486 | 0.0290 | 0.2625 | 10 |
|
59 |
+
| 0.0276 | 0.2486 | 0.0263 | 0.2625 | 11 |
|
60 |
+
| 0.0251 | 0.2486 | 0.0239 | 0.2625 | 12 |
|
61 |
+
| 0.0229 | 0.2486 | 0.0219 | 0.2625 | 13 |
|
62 |
+
| 0.0209 | 0.2486 | 0.0200 | 0.2625 | 14 |
|
63 |
+
| 0.0192 | 0.2486 | 0.0184 | 0.2625 | 15 |
|
64 |
+
| 0.0177 | 0.2486 | 0.0170 | 0.2625 | 16 |
|
65 |
+
| 0.0164 | 0.2486 | 0.0157 | 0.2625 | 17 |
|
66 |
+
| 0.0151 | 0.2486 | 0.0146 | 0.2625 | 18 |
|
67 |
+
| 0.0141 | 0.2486 | 0.0136 | 0.2625 | 19 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343492280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed3cd3e9ce33c40a91bb4d1f963545e333710a9c888603458869572eb51bf4a
|
3 |
size 343492280
|