Arya-Bastani23 commited on
Commit
4f26e56
·
1 Parent(s): af81ccc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.6888888888888889
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.7584
35
- - Accuracy: 0.6889
36
 
37
  ## Model description
38
 
@@ -60,15 +60,19 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
- - num_epochs: 3
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.4508 | 0.94 | 12 | 1.0635 | 0.5222 |
70
- | 1.0264 | 1.96 | 25 | 0.8359 | 0.6222 |
71
- | 0.917 | 2.82 | 36 | 0.7584 | 0.6889 |
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.7944444444444444
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/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4211
35
+ - Accuracy: 0.7944
36
 
37
  ## Model description
38
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 7
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.8112 | 0.94 | 12 | 0.6080 | 0.75 |
70
+ | 0.6849 | 1.96 | 25 | 0.5325 | 0.7889 |
71
+ | 0.6835 | 2.98 | 38 | 0.5046 | 0.7778 |
72
+ | 0.6253 | 4.0 | 51 | 0.4427 | 0.8056 |
73
+ | 0.6203 | 4.94 | 63 | 0.4305 | 0.8222 |
74
+ | 0.559 | 5.96 | 76 | 0.4347 | 0.7833 |
75
+ | 0.5664 | 6.59 | 84 | 0.4211 | 0.7944 |
76
 
77
 
78
  ### Framework versions