omkarp commited on
Commit
ba31e8b
1 Parent(s): 3ad62b9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -15,13 +15,11 @@ model-index:
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.8955223880597015
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +29,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.6056
35
- - Accuracy: 0.8955
36
 
37
  ## Model description
38
 
@@ -66,14 +64,14 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 0.84 | 4 | 1.1199 | 0.6269 |
70
- | No log | 1.84 | 8 | 0.7175 | 0.8657 |
71
- | 1.2191 | 2.84 | 12 | 0.6056 | 0.8955 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.24.0
77
- - Pytorch 1.12.1+cu113
78
- - Datasets 2.7.1
79
- - Tokenizers 0.13.2
 
15
  dataset:
16
  name: imagefolder
17
  type: imagefolder
 
 
18
  args: default
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.4864864864864865
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  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.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 1.3826
33
+ - Accuracy: 0.4865
34
 
35
  ## Model description
36
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 0.9 | 7 | 1.4323 | 0.4865 |
68
+ | 1.5843 | 1.9 | 14 | 1.3999 | 0.4865 |
69
+ | 1.5007 | 2.9 | 21 | 1.3826 | 0.4865 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.20.1
75
+ - Pytorch 1.11.0+cu102
76
+ - Datasets 2.4.0
77
+ - Tokenizers 0.12.1