polejowska commited on
Commit
3ba291c
1 Parent(s): 21d8665

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9828042328042328
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.0684
35
- - Accuracy: 0.9828
36
 
37
  ## Model description
38
 
@@ -60,22 +60,17 @@ 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: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.2075 | 0.98 | 33 | 0.5666 | 0.8519 |
70
- | 0.2022 | 1.98 | 66 | 0.2523 | 0.9127 |
71
- | 0.1206 | 2.98 | 99 | 0.1576 | 0.9497 |
72
- | 0.0897 | 3.98 | 132 | 0.1421 | 0.9563 |
73
- | 0.0564 | 4.98 | 165 | 0.1114 | 0.9656 |
74
- | 0.0475 | 5.98 | 198 | 0.0678 | 0.9815 |
75
- | 0.0332 | 6.98 | 231 | 0.0819 | 0.9775 |
76
- | 0.0234 | 7.98 | 264 | 0.0679 | 0.9802 |
77
- | 0.0126 | 8.98 | 297 | 0.0684 | 0.9828 |
78
- | 0.0306 | 9.98 | 330 | 0.0719 | 0.9815 |
79
 
80
 
81
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9837037037037037
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.0489
35
+ - Accuracy: 0.9837
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: 5
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.1547 | 0.99 | 147 | 0.0956 | 0.9711 |
70
+ | 0.0707 | 1.99 | 294 | 0.0759 | 0.9733 |
71
+ | 0.0537 | 2.99 | 441 | 0.0680 | 0.9768 |
72
+ | 0.0302 | 3.99 | 588 | 0.0447 | 0.9852 |
73
+ | 0.0225 | 4.99 | 735 | 0.0489 | 0.9837 |
 
 
 
 
 
74
 
75
 
76
  ### Framework versions