SonishMaharjan commited on
Commit
20c7cf0
1 Parent(s): 2e5a033

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.640502354788069
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,17 +31,17 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.6403
35
- - Accuracy: 0.6405
36
- - Weighted f1: 0.5795
37
- - Micro f1: 0.6405
38
- - Macro f1: 0.5605
39
- - Weighted recall: 0.6405
40
- - Micro recall: 0.6405
41
- - Macro recall: 0.6218
42
- - Weighted precision: 0.7274
43
- - Micro precision: 0.6405
44
- - Macro precision: 0.7335
45
 
46
  ## Model description
47
 
@@ -75,9 +75,9 @@ The following hyperparameters were used during training:
75
 
76
  | 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 |
77
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
78
- | 1.3111 | 0.97 | 19 | 1.0047 | 0.4615 | 0.3926 | 0.4615 | 0.3846 | 0.4615 | 0.4615 | 0.4584 | 0.3633 | 0.4615 | 0.3514 |
79
- | 0.923 | 2.0 | 39 | 0.7627 | 0.6005 | 0.5304 | 0.6005 | 0.5094 | 0.6005 | 0.6005 | 0.5864 | 0.7225 | 0.6005 | 0.7237 |
80
- | 0.7743 | 2.92 | 57 | 0.6403 | 0.6405 | 0.5795 | 0.6405 | 0.5605 | 0.6405 | 0.6405 | 0.6218 | 0.7274 | 0.6405 | 0.7335 |
81
 
82
 
83
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.8741148701809599
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2285
35
+ - Accuracy: 0.8741
36
+ - Weighted f1: 0.8720
37
+ - Micro f1: 0.8741
38
+ - Macro f1: 0.8640
39
+ - Weighted recall: 0.8741
40
+ - Micro recall: 0.8741
41
+ - Macro recall: 0.8626
42
+ - Weighted precision: 0.8780
43
+ - Micro precision: 0.8741
44
+ - Macro precision: 0.8745
45
 
46
  ## Model description
47
 
 
75
 
76
  | 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 |
77
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
78
+ | 0.8637 | 0.98 | 38 | 0.5986 | 0.6778 | 0.5949 | 0.6778 | 0.5662 | 0.6778 | 0.6778 | 0.6474 | 0.7506 | 0.6778 | 0.7511 |
79
+ | 0.5018 | 1.99 | 77 | 0.2707 | 0.8517 | 0.8453 | 0.8517 | 0.8377 | 0.8517 | 0.8517 | 0.8345 | 0.8588 | 0.8517 | 0.8623 |
80
+ | 0.3761 | 2.94 | 114 | 0.2285 | 0.8741 | 0.8720 | 0.8741 | 0.8640 | 0.8741 | 0.8741 | 0.8626 | 0.8780 | 0.8741 | 0.8745 |
81
 
82
 
83
  ### Framework versions