SonishMaharjan commited on
Commit
d747632
1 Parent(s): 5414238

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9425649095200629
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.1359
34
- - Accuracy: 0.9426
35
- - Weighted f1: 0.9426
36
- - Micro f1: 0.9426
37
- - Macro f1: 0.9386
38
- - Weighted recall: 0.9426
39
- - Micro recall: 0.9426
40
- - Macro recall: 0.9404
41
- - Weighted precision: 0.9440
42
- - Micro precision: 0.9426
43
- - Macro precision: 0.9382
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.3093 | 0.98 | 38 | 0.2252 | 0.8891 | 0.8879 | 0.8891 | 0.8820 | 0.8891 | 0.8891 | 0.8738 | 0.8952 | 0.8891 | 0.8994 |
78
- | 0.2278 | 1.99 | 77 | 0.1648 | 0.9292 | 0.9292 | 0.9292 | 0.9220 | 0.9292 | 0.9292 | 0.9221 | 0.9310 | 0.9292 | 0.9241 |
79
- | 0.2066 | 2.94 | 114 | 0.1359 | 0.9426 | 0.9426 | 0.9426 | 0.9386 | 0.9426 | 0.9426 | 0.9404 | 0.9440 | 0.9426 | 0.9382 |
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