ahirtonlopes commited on
Commit
456027c
1 Parent(s): e5d67dc

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9592
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  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.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.1276
36
- - Accuracy: 0.9592
37
 
38
  ## Model description
39
 
@@ -67,9 +67,9 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.6304 | 1.0 | 88 | 0.2197 | 0.93 |
71
- | 0.4802 | 2.0 | 176 | 0.1405 | 0.9558 |
72
- | 0.4114 | 3.0 | 264 | 0.1276 | 0.9592 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.962
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1144
36
+ - Accuracy: 0.962
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.601 | 1.0 | 88 | 0.1927 | 0.9434 |
71
+ | 0.4581 | 2.0 | 176 | 0.1288 | 0.9576 |
72
+ | 0.4117 | 3.0 | 264 | 0.1144 | 0.962 |
73
 
74
 
75
  ### Framework versions