franzzepol commited on
Commit
fb73f3f
1 Parent(s): b5c4a62

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224-in22k](https://huggingface.co/microsoft/swin-base-patch4-window7-224-in22k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0054
21
- - Accuracy: 0.9980
22
 
23
  ## Model description
24
 
@@ -44,17 +44,20 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
- - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 1147 | 0.0769 | 0.9750 |
54
- | No log | 2.0 | 2294 | 0.0221 | 0.9917 |
55
- | No log | 3.0 | 3441 | 0.0157 | 0.9956 |
56
- | No log | 4.0 | 4588 | 0.0074 | 0.9973 |
57
- | 0.1493 | 5.0 | 5735 | 0.0054 | 0.9980 |
 
 
 
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224-in22k](https://huggingface.co/microsoft/swin-base-patch4-window7-224-in22k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0068
21
+ - Accuracy: 0.9983
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 8
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 1147 | 0.0708 | 0.9768 |
54
+ | No log | 2.0 | 2294 | 0.0423 | 0.9871 |
55
+ | No log | 3.0 | 3441 | 0.0128 | 0.9963 |
56
+ | No log | 4.0 | 4588 | 0.0155 | 0.9951 |
57
+ | No log | 5.0 | 5735 | 0.0075 | 0.9980 |
58
+ | No log | 6.0 | 6882 | 0.0090 | 0.9979 |
59
+ | No log | 7.0 | 8029 | 0.0075 | 0.9976 |
60
+ | 0.1295 | 8.0 | 9176 | 0.0068 | 0.9983 |
61
 
62
 
63
  ### Framework versions