usamaaleem99tech commited on
Commit
ec5948d
1 Parent(s): 99f0b20

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.7586206896551724
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: 0.6803
36
- - Accuracy: 0.7586
37
 
38
  ## Model description
39
 
@@ -53,11 +53,11 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
- - train_batch_size: 50
57
- - eval_batch_size: 50
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
- - total_train_batch_size: 200
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
@@ -67,20 +67,20 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | No log | 0.67 | 1 | 1.2027 | 0.3103 |
71
- | No log | 2.0 | 3 | 1.1212 | 0.3448 |
72
- | No log | 2.67 | 4 | 1.0648 | 0.4138 |
73
- | No log | 4.0 | 6 | 0.9779 | 0.5172 |
74
- | No log | 4.67 | 7 | 0.9494 | 0.5517 |
75
- | No log | 6.0 | 9 | 0.9168 | 0.5862 |
76
- | 0.9535 | 6.67 | 10 | 0.8808 | 0.6552 |
77
- | 0.9535 | 8.0 | 12 | 0.8136 | 0.7241 |
78
- | 0.9535 | 8.67 | 13 | 0.8015 | 0.7241 |
79
- | 0.9535 | 10.0 | 15 | 0.7727 | 0.7586 |
80
- | 0.9535 | 10.67 | 16 | 0.7510 | 0.7586 |
81
- | 0.9535 | 12.0 | 18 | 0.6997 | 0.7586 |
82
- | 0.9535 | 12.67 | 19 | 0.6856 | 0.7586 |
83
- | 0.5181 | 13.33 | 20 | 0.6803 | 0.7586 |
84
 
85
 
86
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.896551724137931
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.4768
36
+ - Accuracy: 0.8966
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 128
57
+ - eval_batch_size: 128
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 512
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
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 1.0 | 1 | 1.0387 | 0.3103 |
71
+ | No log | 2.0 | 3 | 1.0144 | 0.6552 |
72
+ | No log | 3.0 | 5 | 0.9570 | 0.7241 |
73
+ | No log | 4.0 | 6 | 0.9075 | 0.6552 |
74
+ | No log | 5.0 | 7 | 0.8455 | 0.7241 |
75
+ | No log | 6.0 | 9 | 0.7622 | 0.7931 |
76
+ | 0.4555 | 7.0 | 11 | 0.7067 | 0.7931 |
77
+ | 0.4555 | 8.0 | 12 | 0.6745 | 0.8276 |
78
+ | 0.4555 | 9.0 | 13 | 0.6108 | 0.8621 |
79
+ | 0.4555 | 10.0 | 15 | 0.5319 | 0.8966 |
80
+ | 0.4555 | 11.0 | 17 | 0.4943 | 0.8966 |
81
+ | 0.4555 | 12.0 | 18 | 0.4896 | 0.8966 |
82
+ | 0.4555 | 13.0 | 19 | 0.4820 | 0.8966 |
83
+ | 0.2224 | 13.33 | 20 | 0.4768 | 0.8966 |
84
 
85
 
86
  ### Framework versions