NabeelShar
commited on
Commit
•
699b477
1
Parent(s):
c655520
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: 1.
|
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 |
-
|
|
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: 1.0970
|
19 |
+
- Validation Loss: 1.4980
|
20 |
+
- Train Accuracy: 0.3812
|
21 |
+
- Epoch: 19
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 1.7454 | 1.6307 | 0.2687 | 0 |
|
48 |
+
| 1.6735 | 1.6088 | 0.2938 | 1 |
|
49 |
+
| 1.6696 | 1.6623 | 0.2562 | 2 |
|
50 |
+
| 1.7155 | 1.6548 | 0.275 | 3 |
|
51 |
+
| 1.6384 | 1.6099 | 0.275 | 4 |
|
52 |
+
| 1.5534 | 1.5876 | 0.2875 | 5 |
|
53 |
+
| 1.4835 | 1.6106 | 0.3063 | 6 |
|
54 |
+
| 1.4847 | 1.5899 | 0.2812 | 7 |
|
55 |
+
| 1.4656 | 1.5713 | 0.35 | 8 |
|
56 |
+
| 1.4102 | 1.6084 | 0.3438 | 9 |
|
57 |
+
| 1.3768 | 1.5915 | 0.3875 | 10 |
|
58 |
+
| 1.4581 | 1.6182 | 0.3438 | 11 |
|
59 |
+
| 1.4529 | 1.5439 | 0.35 | 12 |
|
60 |
+
| 1.3022 | 1.5749 | 0.3812 | 13 |
|
61 |
+
| 1.3009 | 1.5707 | 0.4 | 14 |
|
62 |
+
| 1.2743 | 1.9213 | 0.3 | 15 |
|
63 |
+
| 1.2193 | 1.5474 | 0.3625 | 16 |
|
64 |
+
| 1.1424 | 1.5408 | 0.3625 | 17 |
|
65 |
+
| 1.1760 | 1.7601 | 0.3625 | 18 |
|
66 |
+
| 1.0970 | 1.4980 | 0.3812 | 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 343488184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b6907ab7655fb9498b0fdcde076bbf97dec55cee3201c5063fa7a8caea36025
|
3 |
size 343488184
|