2022happy commited on
Commit
b8cc52e
1 Parent(s): 66eff0c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9684
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ 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 cifar10 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.0993
35
- - Accuracy: 0.9684
36
 
37
  ## Model description
38
 
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.4694 | 1.0 | 351 | 0.1438 | 0.9514 |
70
- | 0.406 | 2.0 | 703 | 0.1064 | 0.9652 |
71
- | 0.3475 | 2.99 | 1053 | 0.0993 | 0.9684 |
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.97
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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 cifar10 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.0893
35
+ - Accuracy: 0.97
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.5255 | 1.0 | 351 | 0.1262 | 0.9596 |
70
+ | 0.3808 | 2.0 | 703 | 0.1031 | 0.9652 |
71
+ | 0.3268 | 2.99 | 1053 | 0.0893 | 0.97 |
72
 
73
 
74
  ### Framework versions