maixbach commited on
Commit
096f439
·
1 Parent(s): a31fe96

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.7696709585121603
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/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.5916
35
- - Accuracy: 0.7697
36
 
37
  ## Model description
38
 
@@ -60,15 +60,22 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
- - num_epochs: 3
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.1855 | 1.0 | 22 | 0.9104 | 0.6810 |
70
- | 0.7209 | 2.0 | 44 | 0.6361 | 0.7511 |
71
- | 0.6043 | 3.0 | 66 | 0.5916 | 0.7697 |
 
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.882689556509299
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/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3380
35
+ - Accuracy: 0.8827
36
 
37
  ## Model description
38
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.4991 | 1.0 | 22 | 0.5482 | 0.7911 |
70
+ | 0.4008 | 2.0 | 44 | 0.5193 | 0.7954 |
71
+ | 0.3659 | 3.0 | 66 | 0.4464 | 0.8398 |
72
+ | 0.372 | 4.0 | 88 | 0.4384 | 0.8398 |
73
+ | 0.3388 | 5.0 | 110 | 0.4281 | 0.8455 |
74
+ | 0.2654 | 6.0 | 132 | 0.3618 | 0.8712 |
75
+ | 0.2326 | 7.0 | 154 | 0.3550 | 0.8755 |
76
+ | 0.2354 | 8.0 | 176 | 0.3401 | 0.8798 |
77
+ | 0.1774 | 9.0 | 198 | 0.3372 | 0.8827 |
78
+ | 0.1849 | 10.0 | 220 | 0.3380 | 0.8827 |
79
 
80
 
81
  ### Framework versions