sdgroeve commited on
Commit
e8650a6
1 Parent(s): 029a160

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: microsoft/swin-tiny-patch4-window7-224
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - imagefolder
8
  metrics:
9
  - accuracy
10
  model-index:
@@ -14,15 +14,15 @@ model-index:
14
  name: Image Classification
15
  type: image-classification
16
  dataset:
17
- name: imagefolder
18
- type: imagefolder
19
- config: default
20
  split: train
21
- args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9803703703703703
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # swin-tiny-patch4-window7-224-finetuned-eurosat
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.0592
36
- - Accuracy: 0.9804
37
 
38
  ## Model description
39
 
@@ -67,14 +67,14 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.2484 | 1.0 | 190 | 0.1036 | 0.9685 |
71
- | 0.219 | 2.0 | 380 | 0.0825 | 0.9730 |
72
- | 0.121 | 3.0 | 570 | 0.0592 | 0.9804 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.33.2
78
- - Pytorch 2.0.1+cu117
79
- - Datasets 2.14.5
80
  - Tokenizers 0.13.3
 
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - cifar10
8
  metrics:
9
  - accuracy
10
  model-index:
 
14
  name: Image Classification
15
  type: image-classification
16
  dataset:
17
+ name: cifar10
18
+ type: cifar10
19
+ config: plain_text
20
  split: train
21
+ args: plain_text
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.973
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # swin-tiny-patch4-window7-224-finetuned-eurosat
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 cifar10 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.0799
36
+ - Accuracy: 0.973
37
 
38
  ## Model description
39
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.5238 | 1.0 | 351 | 0.1417 | 0.9512 |
71
+ | 0.3708 | 2.0 | 703 | 0.0975 | 0.9688 |
72
+ | 0.3201 | 2.99 | 1053 | 0.0799 | 0.973 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.33.0
78
+ - Pytorch 2.0.0
79
+ - Datasets 2.1.0
80
  - Tokenizers 0.13.3