b07611031 commited on
Commit
5796491
1 Parent(s): 37178d4

Model save

Browse files
Files changed (2) hide show
  1. README.md +34 -7
  2. model.safetensors +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9025974025974026
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.2118
36
- - Accuracy: 0.9026
37
 
38
  ## Model description
39
 
@@ -61,15 +61,42 @@ 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
- | No log | 1.0 | 5 | 0.2907 | 0.8896 |
71
- | 0.2113 | 2.0 | 10 | 0.2303 | 0.9091 |
72
- | 0.2113 | 3.0 | 15 | 0.2118 | 0.9026 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.961038961038961
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.0747
36
+ - Accuracy: 0.9610
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: 30
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 1.0 | 5 | 0.6616 | 0.6299 |
71
+ | 0.6583 | 2.0 | 10 | 0.5232 | 0.7597 |
72
+ | 0.6583 | 3.0 | 15 | 0.5043 | 0.7857 |
73
+ | 0.3346 | 4.0 | 20 | 0.2879 | 0.8766 |
74
+ | 0.3346 | 5.0 | 25 | 0.2424 | 0.9091 |
75
+ | 0.1544 | 6.0 | 30 | 0.2217 | 0.8896 |
76
+ | 0.1544 | 7.0 | 35 | 0.1466 | 0.9221 |
77
+ | 0.088 | 8.0 | 40 | 0.1261 | 0.9481 |
78
+ | 0.088 | 9.0 | 45 | 0.1680 | 0.9221 |
79
+ | 0.0977 | 10.0 | 50 | 0.1446 | 0.9351 |
80
+ | 0.0977 | 11.0 | 55 | 0.1812 | 0.9221 |
81
+ | 0.0719 | 12.0 | 60 | 0.1798 | 0.9286 |
82
+ | 0.0719 | 13.0 | 65 | 0.1056 | 0.9610 |
83
+ | 0.0629 | 14.0 | 70 | 0.1073 | 0.9675 |
84
+ | 0.0629 | 15.0 | 75 | 0.1106 | 0.9545 |
85
+ | 0.0414 | 16.0 | 80 | 0.1286 | 0.9416 |
86
+ | 0.0414 | 17.0 | 85 | 0.0761 | 0.9610 |
87
+ | 0.0397 | 18.0 | 90 | 0.0785 | 0.9675 |
88
+ | 0.0397 | 19.0 | 95 | 0.0746 | 0.9675 |
89
+ | 0.0487 | 20.0 | 100 | 0.0684 | 0.9675 |
90
+ | 0.0487 | 21.0 | 105 | 0.0602 | 0.9610 |
91
+ | 0.0244 | 22.0 | 110 | 0.0551 | 0.9675 |
92
+ | 0.0244 | 23.0 | 115 | 0.0639 | 0.9675 |
93
+ | 0.0214 | 24.0 | 120 | 0.0583 | 0.9675 |
94
+ | 0.0214 | 25.0 | 125 | 0.0663 | 0.9675 |
95
+ | 0.0261 | 26.0 | 130 | 0.1006 | 0.9610 |
96
+ | 0.0261 | 27.0 | 135 | 0.0711 | 0.9675 |
97
+ | 0.019 | 28.0 | 140 | 0.0629 | 0.9675 |
98
+ | 0.019 | 29.0 | 145 | 0.0728 | 0.9610 |
99
+ | 0.0237 | 30.0 | 150 | 0.0747 | 0.9610 |
100
 
101
 
102
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2661b3ce11b681c2e8794d2cfea26d7ee3efc9bcab2f77c8ea721d9bc84d2b8
3
  size 110342832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de87ae2c704536b09f8c630f153e6ca6a7e2a4625fe6cd1cf8e96fb9c493d94
3
  size 110342832