End of training
Browse files- README.md +24 -9
- 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:
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,11 +44,26 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 1.
|
48 |
-
| 1.
|
49 |
-
| 1.
|
50 |
-
| 1.
|
51 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### 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.8890
|
19 |
+
- Validation Loss: 1.1803
|
20 |
+
- Train Accuracy: 0.6
|
21 |
+
- Epoch: 19
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 1.6519 | 1.7095 | 0.2 | 0 |
|
48 |
+
| 1.5905 | 1.6747 | 0.2 | 1 |
|
49 |
+
| 1.5690 | 1.6342 | 0.2 | 2 |
|
50 |
+
| 1.5170 | 1.5931 | 0.2 | 3 |
|
51 |
+
| 1.4764 | 1.5528 | 0.6 | 4 |
|
52 |
+
| 1.3835 | 1.5079 | 0.6 | 5 |
|
53 |
+
| 1.3420 | 1.4717 | 0.6 | 6 |
|
54 |
+
| 1.3171 | 1.4232 | 0.6 | 7 |
|
55 |
+
| 1.2897 | 1.3905 | 0.6 | 8 |
|
56 |
+
| 1.2702 | 1.3794 | 0.6 | 9 |
|
57 |
+
| 1.2023 | 1.3351 | 0.6 | 10 |
|
58 |
+
| 1.1480 | 1.3384 | 0.6 | 11 |
|
59 |
+
| 1.1434 | 1.3419 | 0.6 | 12 |
|
60 |
+
| 1.0499 | 1.3226 | 0.6 | 13 |
|
61 |
+
| 1.0672 | 1.2647 | 0.6 | 14 |
|
62 |
+
| 1.0526 | 1.1533 | 0.6 | 15 |
|
63 |
+
| 1.0184 | 1.1546 | 0.6 | 16 |
|
64 |
+
| 0.9505 | 1.2491 | 0.6 | 17 |
|
65 |
+
| 0.9578 | 1.2809 | 0.4 | 18 |
|
66 |
+
| 0.8890 | 1.1803 | 0.6 | 19 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343501496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc39d7dda1d10a660eaf4bbed8727cb91f5ee62b02f06ecb437f39e59d9d12eb
|
3 |
size 343501496
|