mansee commited on
Commit
c755a9a
1 Parent(s): c86d09e

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8009728415079044
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.3679
36
- - Accuracy: 0.8010
37
 
38
  ## Model description
39
 
@@ -67,14 +67,14 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.5941 | 1.0 | 694 | 0.4620 | 0.7458 |
71
- | 0.4836 | 2.0 | 1388 | 0.3887 | 0.7924 |
72
- | 0.4672 | 3.0 | 2082 | 0.3679 | 0.8010 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.35.0
78
- - Pytorch 1.12.1+cu113
79
- - Datasets 2.17.1
80
- - Tokenizers 0.14.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9207539521686259
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.2055
36
+ - Accuracy: 0.9208
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.4956 | 1.0 | 694 | 0.3042 | 0.8765 |
71
+ | 0.3772 | 2.0 | 1388 | 0.2573 | 0.9001 |
72
+ | 0.3449 | 3.0 | 2082 | 0.2055 | 0.9208 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.40.1
78
+ - Pytorch 2.0.1+cu117
79
+ - Datasets 2.18.0
80
+ - Tokenizers 0.19.1