suredream commited on
Commit
faf9bad
1 Parent(s): d53b7da

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0884
21
- - Accuracy: 0.9691
22
 
23
  ## Model description
24
 
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 0.2967 | 1.0 | 114 | 0.2073 | 0.9272 |
56
- | 0.2175 | 2.0 | 228 | 0.1142 | 0.9617 |
57
- | 0.1881 | 3.0 | 342 | 0.0884 | 0.9691 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  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.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0920
21
+ - Accuracy: 0.9702
22
 
23
  ## Model description
24
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 0.2649 | 0.9941 | 126 | 0.1658 | 0.9463 |
56
+ | 0.2241 | 1.9961 | 253 | 0.0949 | 0.9696 |
57
+ | 0.1733 | 2.9822 | 378 | 0.0920 | 0.9702 |
58
 
59
 
60
  ### Framework versions