RohanK447 commited on
Commit
f8bdea1
·
1 Parent(s): b779f2c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -29,9 +29,9 @@ 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 [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.5404
35
  - Accuracy: 1.0
36
 
37
  ## Model description
@@ -60,15 +60,22 @@ 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: 3
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 1.0 | 1 | 0.5402 | 0.75 |
70
- | No log | 2.0 | 2 | 0.5329 | 0.75 |
71
- | No log | 3.0 | 3 | 0.5404 | 1.0 |
 
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
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.3054
35
  - Accuracy: 1.0
36
 
37
  ## Model description
 
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