AndreIchiro commited on
Commit
b501a55
1 Parent(s): 4e10d93

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -27
README.md CHANGED
@@ -3,24 +3,9 @@ tags:
3
  - generated_from_trainer
4
  datasets:
5
  - imagefolder
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: swinv2-finetuned-eurosat
10
- results:
11
- - task:
12
- name: Image Classification
13
- type: image-classification
14
- dataset:
15
- name: imagefolder
16
- type: imagefolder
17
- config: default
18
- split: train
19
- args: default
20
- metrics:
21
- - name: Accuracy
22
- type: accuracy
23
- value: 0.9827777777777778
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,9 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
29
  # swinv2-finetuned-eurosat
30
 
31
  This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window16-256](https://huggingface.co/microsoft/swinv2-base-patch4-window16-256) on the imagefolder dataset.
32
- It achieves the following results on the evaluation set:
33
- - Loss: 0.0547
34
- - Accuracy: 0.9828
35
 
36
  ## Model description
37
 
@@ -61,16 +43,9 @@ The following hyperparameters were used during training:
61
  - lr_scheduler_warmup_ratio: 0.1
62
  - num_epochs: 1
63
 
64
- ### Training results
65
-
66
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.0555 | 1.0 | 168 | 0.0547 | 0.9828 |
69
-
70
-
71
  ### Framework versions
72
 
73
- - Transformers 4.23.1
74
  - Pytorch 1.12.1+cu113
75
  - Datasets 2.6.1
76
  - Tokenizers 0.13.1
 
3
  - generated_from_trainer
4
  datasets:
5
  - imagefolder
 
 
6
  model-index:
7
  - name: swinv2-finetuned-eurosat
8
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
  # swinv2-finetuned-eurosat
15
 
16
  This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window16-256](https://huggingface.co/microsoft/swinv2-base-patch4-window16-256) on the imagefolder dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
43
  - lr_scheduler_warmup_ratio: 0.1
44
  - num_epochs: 1
45
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
+ - Transformers 4.24.0
49
  - Pytorch 1.12.1+cu113
50
  - Datasets 2.6.1
51
  - Tokenizers 0.13.1