keithanpai commited on
Commit
f8b3f55
1 Parent(s): ba31407

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -8
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
 
 
7
  model-index:
8
  - name: swin-tiny-patch4-window7-224-finetuned-eurosat
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,12 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  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.
18
  It achieves the following results on the evaluation set:
19
- - eval_loss: 2.1355
20
- - eval_accuracy: 0.0220
21
- - eval_runtime: 173.4607
22
- - eval_samples_per_second: 5.777
23
- - eval_steps_per_second: 0.184
24
- - step: 0
25
 
26
  ## Model description
27
 
@@ -51,9 +62,18 @@ The following hyperparameters were used during training:
51
  - lr_scheduler_warmup_ratio: 0.1
52
  - num_epochs: 3
53
 
 
 
 
 
 
 
 
 
 
54
  ### Framework versions
55
 
56
- - Transformers 4.21.0
57
  - Pytorch 1.12.0+cu113
58
  - Datasets 2.4.0
59
  - Tokenizers 0.12.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: swin-tiny-patch4-window7-224-finetuned-eurosat
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ dataset:
16
+ name: imagefolder
17
+ type: imagefolder
18
+ config: default
19
+ split: train
20
+ args: default
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
 
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
 
 
62
  - lr_scheduler_warmup_ratio: 0.1
63
  - num_epochs: 3
64
 
65
+ ### Training results
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