loucad commited on
Commit
2848de4
1 Parent(s): 470b318

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -21,7 +22,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.8289
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +32,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.6467
35
- - Accuracy: 0.8289
36
 
37
  ## Model description
38
 
@@ -66,14 +67,14 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.7922 | 1.0 | 703 | 0.8853 | 0.7804 |
70
- | 1.4677 | 2.0 | 1406 | 0.7064 | 0.8124 |
71
- | 1.3005 | 3.0 | 2109 | 0.6467 | 0.8289 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.28.0
77
  - Pytorch 2.0.1+cu117
78
- - Datasets 2.12.0
79
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
3
+ base_model: microsoft/swin-tiny-patch4-window7-224
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9751851851851852
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.0797
36
+ - Accuracy: 0.9752
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.284 | 1.0 | 190 | 0.1307 | 0.9559 |
71
+ | 0.1839 | 2.0 | 380 | 0.1056 | 0.9681 |
72
+ | 0.1339 | 3.0 | 570 | 0.0797 | 0.9752 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.31.0
78
  - Pytorch 2.0.1+cu117
79
+ - Datasets 2.14.1
80
  - Tokenizers 0.13.3