t1msan commited on
Commit
8c0e23d
1 Parent(s): 23597b9

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8235294117647058
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.4261
36
- - Accuracy: 0.8235
37
 
38
  ## Model description
39
 
@@ -61,16 +61,20 @@ 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: 5
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | No log | 0.8 | 3 | 0.6160 | 0.6765 |
71
- | No log | 1.87 | 7 | 0.5526 | 0.7157 |
72
- | 0.5689 | 2.93 | 11 | 0.4532 | 0.8137 |
73
- | 0.5689 | 4.0 | 15 | 0.4261 | 0.8235 |
 
 
 
 
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9215686274509803
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.2238
36
+ - Accuracy: 0.9216
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: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 0.8 | 3 | 0.6505 | 0.5980 |
71
+ | No log | 1.87 | 7 | 0.5601 | 0.6961 |
72
+ | 0.5923 | 2.93 | 11 | 0.4470 | 0.7941 |
73
+ | 0.5923 | 4.0 | 15 | 0.3706 | 0.8235 |
74
+ | 0.5923 | 4.8 | 18 | 0.3413 | 0.8431 |
75
+ | 0.3003 | 5.87 | 22 | 0.2637 | 0.8922 |
76
+ | 0.3003 | 6.93 | 26 | 0.2387 | 0.9118 |
77
+ | 0.1648 | 8.0 | 30 | 0.2238 | 0.9216 |
78
 
79
 
80
  ### Framework versions