bombshelll commited on
Commit
dfb7b4e
·
verified ·
1 Parent(s): d526cc0

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -7
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.0172
22
- - Accuracy: 0.9905
23
 
24
  ## Model description
25
 
@@ -47,14 +47,18 @@ 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
- | 0.803 | 1.0 | 15 | 0.1343 | 0.9619 |
57
- | 0.0409 | 2.0 | 30 | 0.0172 | 0.9905 |
 
 
 
 
58
 
59
 
60
  ### 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.0377
22
+ - Accuracy: 1.0
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
+ | No log | 0.9333 | 7 | 1.0901 | 0.6415 |
57
+ | 1.2435 | 2.0 | 15 | 0.4266 | 0.8585 |
58
+ | 0.5378 | 2.9333 | 22 | 0.1524 | 0.9528 |
59
+ | 0.1747 | 4.0 | 30 | 0.0747 | 0.9717 |
60
+ | 0.1747 | 4.9333 | 37 | 0.0865 | 0.9623 |
61
+ | 0.0905 | 6.0 | 45 | 0.0377 | 1.0 |
62
 
63
 
64
  ### Framework versions