rijusougata13 commited on
Commit
dcdfb48
1 Parent(s): 1a13c28

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.7880986937590712
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.5690
36
- - Accuracy: 0.7881
37
 
38
  ## Model description
39
 
@@ -61,15 +61,17 @@ 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: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Accuracy | Validation Loss |
69
  |:-------------:|:-----:|:----:|:--------:|:---------------:|
70
  | 0.8849 | 1.0 | 97 | 0.6836 | 0.8586 |
71
- | 0.7461 | 2.0 | 194 | 0.6177 | 0.7678 |
72
- | 0.6429 | 3.0 | 291 | 0.5690 | 0.7881 |
 
 
73
 
74
 
75
  ### Framework versions
 
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
 
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
  - 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
 
68
  | Training Loss | Epoch | Step | Accuracy | Validation Loss |
69
  |:-------------:|:-----:|:----:|:--------:|:---------------:|
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