SonishMaharjan
commited on
Commit
•
d747632
1
Parent(s):
5414238
Model save
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,17 +30,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
This model was trained from scratch on the imagefolder dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
-
- Weighted f1: 0.
|
36 |
-
- Micro f1: 0.
|
37 |
-
- Macro f1: 0.
|
38 |
-
- Weighted recall: 0.
|
39 |
-
- Micro recall: 0.
|
40 |
-
- Macro recall: 0.
|
41 |
-
- Weighted precision: 0.
|
42 |
-
- Micro precision: 0.
|
43 |
-
- Macro precision: 0.
|
44 |
|
45 |
## Model description
|
46 |
|
@@ -74,9 +74,9 @@ The following hyperparameters were used during training:
|
|
74 |
|
75 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
|
76 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.9512195121951219
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
This model was trained from scratch on the imagefolder dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.1182
|
34 |
+
- Accuracy: 0.9512
|
35 |
+
- Weighted f1: 0.9515
|
36 |
+
- Micro f1: 0.9512
|
37 |
+
- Macro f1: 0.9473
|
38 |
+
- Weighted recall: 0.9512
|
39 |
+
- Micro recall: 0.9512
|
40 |
+
- Macro recall: 0.9498
|
41 |
+
- Weighted precision: 0.9527
|
42 |
+
- Micro precision: 0.9512
|
43 |
+
- Macro precision: 0.9458
|
44 |
|
45 |
## Model description
|
46 |
|
|
|
74 |
|
75 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
|
76 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
77 |
+
| 0.1916 | 0.98 | 38 | 0.1396 | 0.9461 | 0.9465 | 0.9461 | 0.9408 | 0.9461 | 0.9461 | 0.9427 | 0.9487 | 0.9461 | 0.9412 |
|
78 |
+
| 0.1597 | 1.99 | 77 | 0.1227 | 0.9520 | 0.9523 | 0.9520 | 0.9485 | 0.9520 | 0.9520 | 0.9515 | 0.9541 | 0.9520 | 0.9472 |
|
79 |
+
| 0.1722 | 2.94 | 114 | 0.1182 | 0.9512 | 0.9515 | 0.9512 | 0.9473 | 0.9512 | 0.9512 | 0.9498 | 0.9527 | 0.9512 | 0.9458 |
|
80 |
|
81 |
|
82 |
### Framework versions
|