marvind434 commited on
Commit
b23c649
·
1 Parent(s): 6d1ae78

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9788888888888889
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.0685
35
- - Accuracy: 0.9789
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.2754 | 1.0 | 190 | 0.1179 | 0.9611 |
70
- | 0.1709 | 2.0 | 380 | 0.0944 | 0.9693 |
71
- | 0.1403 | 3.0 | 570 | 0.0685 | 0.9789 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.21.1
77
  - Pytorch 1.12.1+cu113
78
  - Datasets 2.4.0
79
  - Tokenizers 0.12.1
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 1.0
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.4813
35
+ - Accuracy: 1.0
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 1.0 | 1 | 0.6144 | 0.6667 |
70
+ | No log | 2.0 | 2 | 0.5317 | 1.0 |
71
+ | No log | 3.0 | 3 | 0.4813 | 1.0 |
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.21.2
77
  - Pytorch 1.12.1+cu113
78
  - Datasets 2.4.0
79
  - Tokenizers 0.12.1