hafizurUMaine
commited on
Commit
·
5a134c6
1
Parent(s):
0d04fa3
Training in progress epoch 37
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -82,6 +82,7 @@ The following hyperparameters were used during training:
|
|
82 |
| 0.1378 | 0.9545 | 0.6249 | 0.8500 | 34 |
|
83 |
| 0.1379 | 0.9553 | 0.6625 | 0.8415 | 35 |
|
84 |
| 0.1305 | 0.9551 | 0.6035 | 0.8575 | 36 |
|
|
|
85 |
|
86 |
|
87 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1253
|
19 |
+
- Train Accuracy: 0.9581
|
20 |
+
- Validation Loss: 0.6503
|
21 |
+
- Validation Accuracy: 0.8490
|
22 |
+
- Epoch: 37
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
82 |
| 0.1378 | 0.9545 | 0.6249 | 0.8500 | 34 |
|
83 |
| 0.1379 | 0.9553 | 0.6625 | 0.8415 | 35 |
|
84 |
| 0.1305 | 0.9551 | 0.6035 | 0.8575 | 36 |
|
85 |
+
| 0.1253 | 0.9581 | 0.6503 | 0.8490 | 37 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5532432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d9b306bb5fce52d7ed89a354268251ef49bd909e703899154092f7c2e0dd5c0
|
3 |
size 5532432
|