Kulinwot commited on
Commit
a1f5979
1 Parent(s): c040ecf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.98
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,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.0679
35
- - Accuracy: 0.98
36
 
37
  ## Model description
38
 
@@ -52,11 +52,11 @@ More information needed
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 5e-05
55
- - train_batch_size: 32
56
- - eval_batch_size: 32
57
  - seed: 42
58
  - gradient_accumulation_steps: 4
59
- - total_train_batch_size: 128
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.2555 | 1.0 | 190 | 0.1379 | 0.9548 |
70
- | 0.2007 | 2.0 | 380 | 0.0858 | 0.9711 |
71
- | 0.1318 | 3.0 | 570 | 0.0679 | 0.98 |
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.7656078860898138
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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: 1.0179
35
+ - Accuracy: 0.7656
36
 
37
  ## Model description
38
 
 
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 5e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 16
57
  - seed: 42
58
  - gradient_accumulation_steps: 4
59
+ - total_train_batch_size: 64
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 3.2064 | 1.0 | 57 | 2.6102 | 0.4151 |
70
+ | 1.6522 | 2.0 | 114 | 1.2683 | 0.7065 |
71
+ | 1.339 | 3.0 | 171 | 1.0179 | 0.7656 |
72
 
73
 
74
  ### Framework versions