rijusougata13 commited on
Commit
16042a6
1 Parent(s): 7a4c30e

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8084179970972424
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5213
36
- - Accuracy: 0.8084
37
 
38
  ## Model description
39
 
@@ -61,7 +61,7 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 5
65
 
66
  ### Training results
67
 
@@ -70,8 +70,13 @@ The following hyperparameters were used during training:
70
  | 0.8849 | 1.0 | 97 | 0.6836 | 0.8586 |
71
  | 0.7461 | 2.0 | 194 | 0.7678 | 0.6177 |
72
  | 0.6429 | 3.0 | 291 | 0.7881 | 0.5690 |
73
- | 0.6522 | 4.0 | 388 | 0.5325 | 0.7968 |
74
- | 0.6189 | 5.0 | 485 | 0.5213 | 0.8084 |
 
 
 
 
 
75
 
76
 
77
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8338171262699564
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.4653
36
+ - Accuracy: 0.8338
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
 
66
  ### Training results
67
 
 
70
  | 0.8849 | 1.0 | 97 | 0.6836 | 0.8586 |
71
  | 0.7461 | 2.0 | 194 | 0.7678 | 0.6177 |
72
  | 0.6429 | 3.0 | 291 | 0.7881 | 0.5690 |
73
+ | 0.6522 | 4.0 | 388 | 0.7968 | 0.5325 |
74
+ | 0.6189 | 5.0 | 485 | 0.8084 | 0.5213 |
75
+ | 0.6045 | 6.0 | 582 | 0.5242 | 0.8099 |
76
+ | 0.5851 | 7.0 | 679 | 0.5081 | 0.8157 |
77
+ | 0.5268 | 8.0 | 776 | 0.4941 | 0.8193 |
78
+ | 0.5269 | 9.0 | 873 | 0.4589 | 0.8295 |
79
+ | 0.556 | 10.0 | 970 | 0.4653 | 0.8338 |
80
 
81
 
82
  ### Framework versions