Augusto777 commited on
Commit
e880d41
1 Parent(s): 1275fd6

Model save

Browse files
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/swinv2-tiny-patch4-window8-256
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: swinv2-tiny-patch4-window8-256-ve-U13-b-80b
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: validation
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.6521739130434783
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # swinv2-tiny-patch4-window8-256-ve-U13-b-80b
32
+
33
+ This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.3849
36
+ - Accuracy: 0.6522
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 128
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
64
+ - num_epochs: 80
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 0.92 | 6 | 1.3861 | 0.1304 |
71
+ | 1.386 | 2.0 | 13 | 1.3837 | 0.4348 |
72
+ | 1.386 | 2.92 | 19 | 1.3776 | 0.3043 |
73
+ | 1.3807 | 4.0 | 26 | 1.3570 | 0.2391 |
74
+ | 1.3386 | 4.92 | 32 | 1.3224 | 0.2174 |
75
+ | 1.3386 | 6.0 | 39 | 1.2085 | 0.3478 |
76
+ | 1.209 | 6.92 | 45 | 1.1056 | 0.4565 |
77
+ | 1.0561 | 8.0 | 52 | 1.0507 | 0.4783 |
78
+ | 1.0561 | 8.92 | 58 | 1.0161 | 0.4565 |
79
+ | 0.9157 | 10.0 | 65 | 0.8613 | 0.6304 |
80
+ | 0.8002 | 10.92 | 71 | 0.9073 | 0.5652 |
81
+ | 0.8002 | 12.0 | 78 | 0.8300 | 0.6304 |
82
+ | 0.7181 | 12.92 | 84 | 0.8958 | 0.5870 |
83
+ | 0.6405 | 14.0 | 91 | 0.8075 | 0.7174 |
84
+ | 0.6405 | 14.92 | 97 | 0.7478 | 0.6957 |
85
+ | 0.6064 | 16.0 | 104 | 0.7370 | 0.7174 |
86
+ | 0.5556 | 16.92 | 110 | 0.7057 | 0.7391 |
87
+ | 0.5556 | 18.0 | 117 | 0.7395 | 0.6522 |
88
+ | 0.4822 | 18.92 | 123 | 0.8734 | 0.6957 |
89
+ | 0.4241 | 20.0 | 130 | 0.9991 | 0.6739 |
90
+ | 0.4241 | 20.92 | 136 | 0.8416 | 0.7174 |
91
+ | 0.4307 | 22.0 | 143 | 0.9195 | 0.6957 |
92
+ | 0.4307 | 22.92 | 149 | 0.9211 | 0.6522 |
93
+ | 0.381 | 24.0 | 156 | 0.9683 | 0.6087 |
94
+ | 0.3707 | 24.92 | 162 | 1.0067 | 0.6739 |
95
+ | 0.3707 | 26.0 | 169 | 0.9793 | 0.6522 |
96
+ | 0.3918 | 26.92 | 175 | 0.9758 | 0.6739 |
97
+ | 0.3513 | 28.0 | 182 | 0.9761 | 0.6739 |
98
+ | 0.3513 | 28.92 | 188 | 1.0745 | 0.6304 |
99
+ | 0.2739 | 30.0 | 195 | 1.0775 | 0.6739 |
100
+ | 0.2882 | 30.92 | 201 | 1.1521 | 0.6739 |
101
+ | 0.2882 | 32.0 | 208 | 1.2072 | 0.6522 |
102
+ | 0.2588 | 32.92 | 214 | 1.1374 | 0.6739 |
103
+ | 0.2498 | 34.0 | 221 | 1.2131 | 0.6522 |
104
+ | 0.2498 | 34.92 | 227 | 1.1309 | 0.7391 |
105
+ | 0.2584 | 36.0 | 234 | 1.2828 | 0.6957 |
106
+ | 0.2228 | 36.92 | 240 | 1.1381 | 0.6739 |
107
+ | 0.2228 | 38.0 | 247 | 1.2116 | 0.6522 |
108
+ | 0.2408 | 38.92 | 253 | 1.1962 | 0.6739 |
109
+ | 0.2042 | 40.0 | 260 | 1.2557 | 0.6739 |
110
+ | 0.2042 | 40.92 | 266 | 1.3511 | 0.6739 |
111
+ | 0.2141 | 42.0 | 273 | 1.3636 | 0.6304 |
112
+ | 0.2141 | 42.92 | 279 | 1.3084 | 0.6304 |
113
+ | 0.2135 | 44.0 | 286 | 1.3847 | 0.6087 |
114
+ | 0.191 | 44.92 | 292 | 1.2408 | 0.6957 |
115
+ | 0.191 | 46.0 | 299 | 1.1750 | 0.7174 |
116
+ | 0.1833 | 46.92 | 305 | 1.1804 | 0.6957 |
117
+ | 0.189 | 48.0 | 312 | 1.1867 | 0.7174 |
118
+ | 0.189 | 48.92 | 318 | 1.0623 | 0.7391 |
119
+ | 0.2196 | 50.0 | 325 | 1.2626 | 0.6957 |
120
+ | 0.1505 | 50.92 | 331 | 1.2745 | 0.6957 |
121
+ | 0.1505 | 52.0 | 338 | 1.3473 | 0.6957 |
122
+ | 0.1604 | 52.92 | 344 | 1.3535 | 0.6522 |
123
+ | 0.1377 | 54.0 | 351 | 1.3873 | 0.6522 |
124
+ | 0.1377 | 54.92 | 357 | 1.4287 | 0.6522 |
125
+ | 0.1752 | 56.0 | 364 | 1.3014 | 0.6957 |
126
+ | 0.1684 | 56.92 | 370 | 1.3564 | 0.6739 |
127
+ | 0.1684 | 58.0 | 377 | 1.4165 | 0.6957 |
128
+ | 0.1597 | 58.92 | 383 | 1.3624 | 0.6739 |
129
+ | 0.1393 | 60.0 | 390 | 1.3018 | 0.6957 |
130
+ | 0.1393 | 60.92 | 396 | 1.3197 | 0.6739 |
131
+ | 0.1347 | 62.0 | 403 | 1.3542 | 0.6739 |
132
+ | 0.1347 | 62.92 | 409 | 1.3460 | 0.6739 |
133
+ | 0.155 | 64.0 | 416 | 1.3998 | 0.6739 |
134
+ | 0.1198 | 64.92 | 422 | 1.3982 | 0.6739 |
135
+ | 0.1198 | 66.0 | 429 | 1.3989 | 0.6522 |
136
+ | 0.1318 | 66.92 | 435 | 1.4035 | 0.6522 |
137
+ | 0.1382 | 68.0 | 442 | 1.3626 | 0.6522 |
138
+ | 0.1382 | 68.92 | 448 | 1.3714 | 0.6522 |
139
+ | 0.1451 | 70.0 | 455 | 1.4174 | 0.6739 |
140
+ | 0.1203 | 70.92 | 461 | 1.4343 | 0.6739 |
141
+ | 0.1203 | 72.0 | 468 | 1.4045 | 0.6522 |
142
+ | 0.141 | 72.92 | 474 | 1.3904 | 0.6522 |
143
+ | 0.1516 | 73.85 | 480 | 1.3849 | 0.6522 |
144
+
145
+
146
+ ### Framework versions
147
+
148
+ - Transformers 4.36.2
149
+ - Pytorch 2.1.2+cu118
150
+ - Datasets 2.16.1
151
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:114e87abf61bf1a368460c8892c11e54913b17c2e14ffa2b7acb1218775a669c
3
  size 110356296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e64e7a19acc773d3c7c3677852ed3831e0a59f33c83c820abd48ec8cbc0812c
3
  size 110356296
runs/Jun12_11-10-47_DESKTOP-SKBE9FB/events.out.tfevents.1718212249.DESKTOP-SKBE9FB.6148.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60251e9d6fbc7e63288c04090fd4533e1807f6856708e0ce3e68c23fc05f1fdd
3
- size 34820
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0a71ceffa981f4172d57a3dda52b09a6a9d605cade71ff749a419a582f779e
3
+ size 36457