ahmedALM1221 commited on
Commit
338b316
1 Parent(s): b080e38

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9722507708119219
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/swinv2-large-patch4-window12to16-192to256-22kto1k-ft](https://huggingface.co/microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.0966
35
- - Accuracy: 0.9723
36
 
37
  ## Model description
38
 
@@ -51,31 +51,33 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 1e-05
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
58
- - gradient_accumulation_steps: 4
59
- - total_train_batch_size: 64
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - lr_scheduler_warmup_ratio: 0.5
63
- - num_epochs: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.9035 | 1.0 | 61 | 1.8946 | 0.2713 |
70
- | 1.4731 | 2.0 | 122 | 1.2931 | 0.5560 |
71
- | 0.9549 | 3.0 | 183 | 0.7530 | 0.6999 |
72
- | 0.7375 | 4.0 | 244 | 0.4989 | 0.8129 |
73
- | 0.615 | 5.0 | 305 | 0.3545 | 0.8746 |
74
- | 0.4751 | 6.0 | 366 | 0.2399 | 0.9168 |
75
- | 0.3778 | 7.0 | 427 | 0.1628 | 0.9558 |
76
- | 0.3054 | 8.0 | 488 | 0.1202 | 0.9620 |
77
- | 0.2787 | 9.0 | 549 | 0.0988 | 0.9733 |
78
- | 0.253 | 10.0 | 610 | 0.0966 | 0.9723 |
 
 
79
 
80
 
81
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9753340184994861
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/swinv2-large-patch4-window12to16-192to256-22kto1k-ft](https://huggingface.co/microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.0909
35
+ - Accuracy: 0.9753
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 5e-06
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
58
+ - gradient_accumulation_steps: 2
59
+ - total_train_batch_size: 32
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.9
63
+ - num_epochs: 12
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 2.0236 | 1.0 | 122 | 1.9878 | 0.1305 |
70
+ | 1.88 | 2.0 | 244 | 1.7957 | 0.2867 |
71
+ | 1.5421 | 3.0 | 366 | 1.3813 | 0.5149 |
72
+ | 0.9489 | 4.0 | 488 | 0.9015 | 0.7030 |
73
+ | 0.8734 | 5.0 | 610 | 0.6616 | 0.7667 |
74
+ | 0.6562 | 6.0 | 732 | 0.5095 | 0.8140 |
75
+ | 0.5788 | 7.0 | 854 | 0.4036 | 0.8520 |
76
+ | 0.6737 | 8.0 | 976 | 0.3157 | 0.8921 |
77
+ | 0.4687 | 9.0 | 1098 | 0.2146 | 0.9281 |
78
+ | 0.3775 | 10.0 | 1220 | 0.2020 | 0.9353 |
79
+ | 0.3226 | 11.0 | 1342 | 0.1549 | 0.9558 |
80
+ | 0.2452 | 12.0 | 1464 | 0.0909 | 0.9753 |
81
 
82
 
83
  ### Framework versions