dvs commited on
Commit
bbe2235
1 Parent(s): 0b54b87

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -12
README.md CHANGED
@@ -31,7 +31,7 @@ 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.5821
35
  - Accuracy: 0.75
36
 
37
  ## Model description
@@ -60,22 +60,32 @@ 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: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 1.0 | 1 | 0.8688 | 0.25 |
70
- | No log | 2.0 | 2 | 0.7693 | 0.25 |
71
- | No log | 3.0 | 3 | 0.7056 | 0.5 |
72
- | No log | 4.0 | 4 | 0.6579 | 0.5 |
73
- | No log | 5.0 | 5 | 0.6105 | 0.75 |
74
- | No log | 6.0 | 6 | 0.6010 | 0.75 |
75
- | No log | 7.0 | 7 | 0.5963 | 0.75 |
76
- | No log | 8.0 | 8 | 0.5913 | 0.75 |
77
- | No log | 9.0 | 9 | 0.5851 | 0.75 |
78
- | 0.1959 | 10.0 | 10 | 0.5821 | 0.75 |
 
 
 
 
 
 
 
 
 
 
79
 
80
 
81
  ### Framework versions
 
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.4114
35
  - Accuracy: 0.75
36
 
37
  ## Model description
 
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: 20
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 1.0 | 1 | 0.6105 | 0.75 |
70
+ | No log | 2.0 | 2 | 0.6975 | 0.5 |
71
+ | No log | 3.0 | 3 | 0.8309 | 0.25 |
72
+ | No log | 4.0 | 4 | 0.7604 | 0.5 |
73
+ | No log | 5.0 | 5 | 0.6327 | 0.5 |
74
+ | No log | 6.0 | 6 | 0.5101 | 0.75 |
75
+ | No log | 7.0 | 7 | 0.4148 | 0.75 |
76
+ | No log | 8.0 | 8 | 0.3652 | 1.0 |
77
+ | No log | 9.0 | 9 | 0.3433 | 1.0 |
78
+ | 0.0984 | 10.0 | 10 | 0.3231 | 1.0 |
79
+ | 0.0984 | 11.0 | 11 | 0.3071 | 1.0 |
80
+ | 0.0984 | 12.0 | 12 | 0.3047 | 1.0 |
81
+ | 0.0984 | 13.0 | 13 | 0.3189 | 0.75 |
82
+ | 0.0984 | 14.0 | 14 | 0.3437 | 0.75 |
83
+ | 0.0984 | 15.0 | 15 | 0.3701 | 0.75 |
84
+ | 0.0984 | 16.0 | 16 | 0.3959 | 0.75 |
85
+ | 0.0984 | 17.0 | 17 | 0.4167 | 0.75 |
86
+ | 0.0984 | 18.0 | 18 | 0.4190 | 0.75 |
87
+ | 0.0984 | 19.0 | 19 | 0.4154 | 0.75 |
88
+ | 0.0632 | 20.0 | 20 | 0.4114 | 0.75 |
89
 
90
 
91
  ### Framework versions