vlevi commited on
Commit
b451aa0
1 Parent(s): 31dc926

Model save

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.5359712230215827
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.9638
36
- - Accuracy: 0.5360
37
 
38
  ## Model description
39
 
@@ -61,15 +61,24 @@ 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 | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 1.0905 | 0.96 | 19 | 1.0363 | 0.4388 |
71
- | 0.9897 | 1.97 | 39 | 0.9945 | 0.5072 |
72
- | 0.9218 | 2.89 | 57 | 0.9638 | 0.5360 |
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9100719424460432
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.2633
36
+ - Accuracy: 0.9101
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: 12
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.8026 | 0.96 | 19 | 0.9313 | 0.5612 |
71
+ | 0.7571 | 1.97 | 39 | 0.8835 | 0.5755 |
72
+ | 0.7061 | 2.99 | 59 | 0.7589 | 0.6871 |
73
+ | 0.5911 | 4.0 | 79 | 0.6329 | 0.7482 |
74
+ | 0.5194 | 4.96 | 98 | 0.5634 | 0.7698 |
75
+ | 0.4471 | 5.97 | 118 | 0.4552 | 0.8165 |
76
+ | 0.3743 | 6.99 | 138 | 0.3760 | 0.8525 |
77
+ | 0.3686 | 8.0 | 158 | 0.3233 | 0.8705 |
78
+ | 0.318 | 8.96 | 177 | 0.3141 | 0.8777 |
79
+ | 0.3163 | 9.97 | 197 | 0.2772 | 0.8993 |
80
+ | 0.2871 | 10.99 | 217 | 0.2707 | 0.9029 |
81
+ | 0.2909 | 11.54 | 228 | 0.2633 | 0.9101 |
82
 
83
 
84
  ### Framework versions