Floriankidev commited on
Commit
bf0d1c6
1 Parent(s): b467ed2

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.62025
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 1.2219
36
- - Accuracy: 0.6202
37
 
38
  ## Model description
39
 
@@ -61,18 +61,20 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 1
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:------:|:----:|:---------------:|:--------:|
70
- | 1.3575 | 0.9991 | 281 | 1.2219 | 0.6202 |
 
 
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.41.2
76
  - Pytorch 2.3.0+cu121
77
- - Datasets 2.20.0
78
  - Tokenizers 0.19.1
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.714
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.9282
36
+ - Accuracy: 0.714
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:------:|:----:|:---------------:|:--------:|
70
+ | 1.3142 | 0.9991 | 281 | 1.1770 | 0.629 |
71
+ | 1.0761 | 1.9982 | 562 | 1.0090 | 0.6983 |
72
+ | 1.0439 | 2.9973 | 843 | 0.9282 | 0.714 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - Transformers 4.41.2
78
  - Pytorch 2.3.0+cu121
79
+ - Datasets 2.19.1
80
  - Tokenizers 0.19.1