bombshelll commited on
Commit
9542361
·
verified ·
1 Parent(s): ee37bc5

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1911
22
- - Accuracy: 1.0
23
 
24
  ## Model description
25
 
@@ -47,16 +47,21 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
50
- - num_epochs: 5
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
- |:-------------:|:------:|:----:|:---------------:|:--------:|
56
- | No log | 0.8889 | 4 | 0.8267 | 0.9048 |
57
- | No log | 2.0 | 9 | 0.4539 | 0.9683 |
58
- | 0.8656 | 2.8889 | 13 | 0.3035 | 0.9683 |
59
- | 0.8656 | 4.0 | 18 | 0.1911 | 1.0 |
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0630
22
+ - Accuracy: 0.9852
23
 
24
  ## Model description
25
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 20
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.0732 | 1.0 | 5 | 0.9285 | 0.6667 |
57
+ | 0.829 | 2.0 | 10 | 0.5274 | 0.8593 |
58
+ | 0.5189 | 3.0 | 15 | 0.2473 | 0.9333 |
59
+ | 0.3517 | 4.0 | 20 | 0.1405 | 0.9630 |
60
+ | 0.2075 | 5.0 | 25 | 0.1797 | 0.9333 |
61
+ | 0.1871 | 6.0 | 30 | 0.0936 | 0.9704 |
62
+ | 0.1567 | 7.0 | 35 | 0.1113 | 0.9704 |
63
+ | 0.1482 | 8.0 | 40 | 0.0791 | 0.9778 |
64
+ | 0.1143 | 9.0 | 45 | 0.0630 | 0.9852 |
65
 
66
 
67
  ### Framework versions