NabeelShar
commited on
Commit
•
3be6a13
1
Parent(s):
0d4fe32
End of training
Browse files- README.md +8 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,9 +15,9 @@ 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 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
@@ -44,11 +44,11 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
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.1912
|
19 |
+
- Validation Loss: 1.9964
|
20 |
+
- Train Accuracy: 0.525
|
21 |
- Epoch: 4
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.1689 | 1.9376 | 0.4938 | 0 |
|
48 |
+
| 0.1400 | 2.4030 | 0.3812 | 1 |
|
49 |
+
| 0.2878 | 1.7940 | 0.4625 | 2 |
|
50 |
+
| 0.2105 | 2.0709 | 0.475 | 3 |
|
51 |
+
| 0.1912 | 1.9964 | 0.525 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343504568
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f571db111e80d99d3762232d72eeac00af620e288082e2094e264288e0e07dc
|
3 |
size 343504568
|