MazenAmria commited on
Commit
4960ee8
1 Parent(s): 675cf1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.8667
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  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 cifar100 dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.4956
33
- - Accuracy: 0.8667
34
 
35
  ## Model description
36
 
@@ -58,7 +58,7 @@ The following hyperparameters were used during training:
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
- - num_epochs: 20
62
 
63
  ### Training results
64
 
@@ -69,9 +69,9 @@ The following hyperparameters were used during training:
69
  | 0.2912 | 3.0 | 2343 | 0.861 | 0.4452 |
70
  | 0.2234 | 4.0 | 3124 | 0.8679 | 0.4330 |
71
  | 0.121 | 5.0 | 3905 | 0.8735 | 0.4223 |
72
- | 0.2589 | 6.0 | 4686 | 0.4775 | 0.8622 |
73
- | 0.1419 | 7.0 | 5467 | 0.4900 | 0.8642 |
74
- | 0.1513 | 8.0 | 6248 | 0.4956 | 0.8667 |
75
 
76
 
77
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8735
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  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 cifar100 dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.4223
33
+ - Accuracy: 0.8735
34
 
35
  ## Model description
36
 
 
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
+ - num_epochs: 20 (with early stopping)
62
 
63
  ### Training results
64
 
 
69
  | 0.2912 | 3.0 | 2343 | 0.861 | 0.4452 |
70
  | 0.2234 | 4.0 | 3124 | 0.8679 | 0.4330 |
71
  | 0.121 | 5.0 | 3905 | 0.8735 | 0.4223 |
72
+ | 0.2589 | 6.0 | 4686 | 0.8622 | 0.4775 |
73
+ | 0.1419 | 7.0 | 5467 | 0.8642 | 0.4900 |
74
+ | 0.1513 | 8.0 | 6248 | 0.8667 | 0.4956 |
75
 
76
 
77
  ### Framework versions