PHVK1611 commited on
Commit
d9b7082
1 Parent(s): 1fe490e

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9578552356209857
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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.1725
36
- - Accuracy: 0.9579
37
 
38
  ## Model description
39
 
@@ -65,16 +65,16 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
- |:-------------:|:------:|:-----:|:---------------:|:--------:|
70
- | 0.2809 | 1.0000 | 31177 | 0.3357 | 0.9104 |
71
- | 0.3831 | 2.0000 | 62354 | 0.2432 | 0.9401 |
72
- | 0.3727 | 3.0000 | 93531 | 0.1725 | 0.9579 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.40.2
78
- - Pytorch 1.13.1+cu116
79
- - Datasets 2.19.1
80
- - Tokenizers 0.19.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.959752766997269
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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1659
36
+ - Accuracy: 0.9598
37
 
38
  ## Model description
39
 
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
70
+ | 0.6782 | 1.0 | 31306 | 0.3116 | 0.9094 |
71
+ | 0.2155 | 2.0 | 62612 | 0.2301 | 0.9399 |
72
+ | 0.1997 | 3.0 | 93918 | 0.1659 | 0.9598 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.39.0
78
+ - Pytorch 2.2.1+cpu
79
+ - Datasets 2.18.0
80
+ - Tokenizers 0.15.2