wahidww commited on
Commit
cba4e03
1 Parent(s): 5557f44

Model save

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.5308641975308642
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: 1.3839
36
- - Accuracy: 0.5309
37
 
38
  ## Model description
39
 
@@ -61,15 +61,30 @@ 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 | 0.87 | 5 | 1.4617 | 0.5370 |
71
- | 1.6107 | 1.91 | 11 | 1.3572 | 0.5370 |
72
- | 1.6107 | 2.61 | 15 | 1.3839 | 0.5309 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.808641975308642
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.5712
36
+ - Accuracy: 0.8086
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: 20
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 0.87 | 5 | 1.3767 | 0.5370 |
71
+ | 1.289 | 1.91 | 11 | 1.3503 | 0.5494 |
72
+ | 1.289 | 2.96 | 17 | 1.3712 | 0.5556 |
73
+ | 1.0376 | 4.0 | 23 | 1.3064 | 0.5556 |
74
+ | 1.0376 | 4.87 | 28 | 1.1062 | 0.5802 |
75
+ | 0.8346 | 5.91 | 34 | 0.9249 | 0.6481 |
76
+ | 0.7096 | 6.96 | 40 | 0.8947 | 0.6235 |
77
+ | 0.7096 | 8.0 | 46 | 0.8626 | 0.6543 |
78
+ | 0.6356 | 8.87 | 51 | 0.6820 | 0.7222 |
79
+ | 0.6356 | 9.91 | 57 | 0.7249 | 0.7346 |
80
+ | 0.5956 | 10.96 | 63 | 0.6818 | 0.7407 |
81
+ | 0.5956 | 12.0 | 69 | 0.6111 | 0.7840 |
82
+ | 0.5534 | 12.87 | 74 | 0.6026 | 0.7778 |
83
+ | 0.519 | 13.91 | 80 | 0.6070 | 0.7901 |
84
+ | 0.519 | 14.96 | 86 | 0.5758 | 0.7963 |
85
+ | 0.5117 | 16.0 | 92 | 0.5791 | 0.7840 |
86
+ | 0.5117 | 16.87 | 97 | 0.5711 | 0.8025 |
87
+ | 0.4913 | 17.39 | 100 | 0.5712 | 0.8086 |
88
 
89
 
90
  ### Framework versions