mansee commited on
Commit
15f8bbe
1 Parent(s): 2f7c0c3

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: mansee/swin-tiny-patch4-window7-224
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.7400272758267985
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-img_orientation
32
 
33
- This model is a fine-tuned version of [mansee/swin-tiny-patch4-window7-224](https://huggingface.co/mansee/swin-tiny-patch4-window7-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.4306
36
- - Accuracy: 0.7400
37
 
38
  ## Model description
39
 
@@ -61,15 +61,17 @@ 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: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.632 | 1.0 | 412 | 0.5021 | 0.7063 |
71
- | 0.576 | 2.0 | 825 | 0.4507 | 0.7269 |
72
- | 0.5102 | 3.0 | 1236 | 0.4306 | 0.7400 |
 
 
73
 
74
 
75
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: mansee/swin-tiny-patch4-window7-224-img_orientation
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.7797476986021139
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-img_orientation
32
 
33
+ This model is a fine-tuned version of [mansee/swin-tiny-patch4-window7-224-img_orientation](https://huggingface.co/mansee/swin-tiny-patch4-window7-224-img_orientation) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.3966
36
+ - Accuracy: 0.7797
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: 5
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.4741 | 1.0 | 412 | 0.4774 | 0.7346 |
71
+ | 0.4958 | 2.0 | 825 | 0.4403 | 0.7569 |
72
+ | 0.473 | 3.0 | 1237 | 0.4093 | 0.7659 |
73
+ | 0.4476 | 4.0 | 1650 | 0.4011 | 0.7734 |
74
+ | 0.4093 | 4.99 | 2060 | 0.3966 | 0.7797 |
75
 
76
 
77
  ### Framework versions