RohanK447 commited on
Commit
3fbb56e
1 Parent(s): 949b298

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -15
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 1.0
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # swin-tiny-patch4-window7-224-finetuned-vosap
31
 
32
- This model is a fine-tuned version of [RohanK447/swin-tiny-patch4-window7-224-finetuned-vosap](https://huggingface.co/RohanK447/swin-tiny-patch4-window7-224-finetuned-vosap) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.5404
35
- - Accuracy: 1.0
36
 
37
  ## Model description
38
 
@@ -60,22 +60,32 @@ The following hyperparameters were used during training:
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
63
- - num_epochs: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 1.0 | 1 | 0.5404 | 1.0 |
70
- | No log | 2.0 | 2 | 0.4876 | 1.0 |
71
- | No log | 3.0 | 3 | 0.4456 | 1.0 |
72
- | No log | 4.0 | 4 | 0.4172 | 1.0 |
73
- | No log | 5.0 | 5 | 0.3770 | 1.0 |
74
- | No log | 6.0 | 6 | 0.3443 | 1.0 |
75
- | No log | 7.0 | 7 | 0.3226 | 1.0 |
76
- | No log | 8.0 | 8 | 0.3133 | 1.0 |
77
- | No log | 9.0 | 9 | 0.3082 | 1.0 |
78
- | 0.2039 | 10.0 | 10 | 0.3054 | 1.0 |
 
 
 
 
 
 
 
 
 
 
79
 
80
 
81
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.5
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # swin-tiny-patch4-window7-224-finetuned-vosap
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.5813
35
+ - Accuracy: 0.5
36
 
37
  ## Model description
38
 
 
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
63
+ - num_epochs: 20
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 1.0 | 1 | 0.6077 | 0.5 |
70
+ | No log | 2.0 | 2 | 0.5957 | 0.5 |
71
+ | No log | 3.0 | 3 | 0.6554 | 0.5 |
72
+ | No log | 4.0 | 4 | 0.7486 | 0.25 |
73
+ | No log | 5.0 | 5 | 0.8207 | 0.25 |
74
+ | No log | 6.0 | 6 | 0.8213 | 0.25 |
75
+ | No log | 7.0 | 7 | 0.7957 | 0.5 |
76
+ | No log | 8.0 | 8 | 0.7098 | 0.5 |
77
+ | No log | 9.0 | 9 | 0.6372 | 0.5 |
78
+ | 0.2113 | 10.0 | 10 | 0.5358 | 0.5 |
79
+ | 0.2113 | 11.0 | 11 | 0.4894 | 0.75 |
80
+ | 0.2113 | 12.0 | 12 | 0.4507 | 0.75 |
81
+ | 0.2113 | 13.0 | 13 | 0.4311 | 0.75 |
82
+ | 0.2113 | 14.0 | 14 | 0.4339 | 0.75 |
83
+ | 0.2113 | 15.0 | 15 | 0.4600 | 0.75 |
84
+ | 0.2113 | 16.0 | 16 | 0.4982 | 0.5 |
85
+ | 0.2113 | 17.0 | 17 | 0.5299 | 0.5 |
86
+ | 0.2113 | 18.0 | 18 | 0.5602 | 0.5 |
87
+ | 0.2113 | 19.0 | 19 | 0.5777 | 0.5 |
88
+ | 0.0955 | 20.0 | 20 | 0.5813 | 0.5 |
89
 
90
 
91
  ### Framework versions