keithanpai commited on
Commit
a1d8615
1 Parent(s): 07b3b9d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.8073852295409182
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 imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.5495
35
- - Accuracy: 0.8074
36
 
37
  ## Model description
38
 
@@ -66,14 +66,14 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.782 | 0.99 | 70 | 0.8049 | 0.7275 |
70
- | 0.5867 | 1.99 | 140 | 0.5791 | 0.7974 |
71
- | 0.5429 | 2.99 | 210 | 0.5495 | 0.8074 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.21.1
77
- - Pytorch 1.12.0+cu113
78
- - Datasets 2.4.0
79
- - Tokenizers 0.12.1
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.7914171656686627
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 imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.5603
35
+ - Accuracy: 0.7914
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.67 | 0.99 | 70 | 0.7920 | 0.7265 |
70
+ | 0.5856 | 1.99 | 140 | 0.6192 | 0.7804 |
71
+ | 0.5612 | 2.99 | 210 | 0.5603 | 0.7914 |
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.25.1
77
+ - Pytorch 1.13.0+cu116
78
+ - Datasets 2.8.0
79
+ - Tokenizers 0.13.2