faridkarimli commited on
Commit
cde26d8
·
verified ·
1 Parent(s): c2edfcb

Model save

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: microsoft/swinv2-base-patch4-window12-192-22k
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: SWIN_finetuned_frozen_v3_cont
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # SWIN_finetuned_frozen_v3_cont
15
 
16
  This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
@@ -40,6 +45,28 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 15.0
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.33.3
 
3
  base_model: microsoft/swinv2-base-patch4-window12-192-22k
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: SWIN_finetuned_frozen_v3_cont
10
  results: []
 
16
  # SWIN_finetuned_frozen_v3_cont
17
 
18
  This model is a fine-tuned version of [microsoft/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Accuracy: 0.6785
21
+ - Loss: 1.9857
22
 
23
  ## Model description
24
 
 
45
  - lr_scheduler_type: linear
46
  - num_epochs: 15.0
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Accuracy | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:--------:|:---------------:|
52
+ | 1.6863 | 1.0 | 1313 | 0.5757 | 1.9559 |
53
+ | 1.3275 | 2.0 | 2626 | 0.6061 | 1.8276 |
54
+ | 1.151 | 3.0 | 3939 | 0.6130 | 1.8857 |
55
+ | 1.0336 | 4.0 | 5252 | 0.6322 | 1.8160 |
56
+ | 0.947 | 5.0 | 6565 | 0.6317 | 1.8051 |
57
+ | 0.8595 | 6.0 | 7878 | 0.6443 | 1.7996 |
58
+ | 0.801 | 7.0 | 9191 | 0.6534 | 1.7987 |
59
+ | 0.7508 | 8.0 | 10504 | 0.6522 | 1.7864 |
60
+ | 0.694 | 9.0 | 11817 | 0.6526 | 1.8871 |
61
+ | 0.6523 | 10.0 | 13130 | 0.6648 | 1.8057 |
62
+ | 0.5976 | 11.0 | 14443 | 0.6707 | 1.8514 |
63
+ | 0.5743 | 12.0 | 15756 | 0.6629 | 1.9271 |
64
+ | 0.5426 | 13.0 | 17069 | 0.6692 | 1.9221 |
65
+ | 0.5092 | 14.0 | 18382 | 0.6752 | 1.9164 |
66
+ | 0.4808 | 15.0 | 19695 | 0.6743 | 1.9259 |
67
+ | 0.4611 | 16.0 | 21008 | 0.6785 | 1.9857 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.33.3