dhritic99 commited on
Commit
3644836
1 Parent(s): 8313199

dhritic99/model99123

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224-in21k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: vit-base-brain-tumor-detection2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # vit-base-brain-tumor-detection2
17
+
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3987
21
+ - Accuracy: 0.8883
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-06
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 1000
49
+ - num_epochs: 30
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
56
+ | 0.8758 | 7.8125 | 500 | 0.8912 | 0.6182 |
57
+ | 0.5256 | 15.625 | 1000 | 0.6332 | 0.7607 |
58
+ | 0.2247 | 23.4375 | 1500 | 0.3877 | 0.8936 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.42.4
64
+ - Pytorch 2.3.1+cu121
65
+ - Datasets 2.20.0
66
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 30.0,
3
+ "eval_accuracy": 0.88828125,
4
+ "eval_loss": 0.3986928462982178,
5
+ "eval_runtime": 7.6565,
6
+ "eval_samples_per_second": 167.177,
7
+ "eval_steps_per_second": 20.897,
8
+ "total_flos": 9.52238637305561e+18,
9
+ "train_loss": 0.5872499863306682,
10
+ "train_runtime": 1494.2494,
11
+ "train_samples_per_second": 82.235,
12
+ "train_steps_per_second": 1.285
13
+ }
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.42.4"
36
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 30.0,
3
+ "eval_accuracy": 0.88828125,
4
+ "eval_loss": 0.3986928462982178,
5
+ "eval_runtime": 7.6565,
6
+ "eval_samples_per_second": 167.177,
7
+ "eval_steps_per_second": 20.897
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbf1e12fe46cca4adcfbdf946fa368982fc17439f924effe56dad07803f2fd37
3
+ size 343230128
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 30.0,
3
+ "total_flos": 9.52238637305561e+18,
4
+ "train_loss": 0.5872499863306682,
5
+ "train_runtime": 1494.2494,
6
+ "train_samples_per_second": 82.235,
7
+ "train_steps_per_second": 1.285
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.38773971796035767,
3
+ "best_model_checkpoint": "./vit-base-brain-tumor-detection2/checkpoint-1500",
4
+ "epoch": 30.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1920,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.78125,
13
+ "grad_norm": 1.7783442735671997,
14
+ "learning_rate": 2.5000000000000004e-07,
15
+ "loss": 1.3686,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 1.5625,
20
+ "grad_norm": 1.8243844509124756,
21
+ "learning_rate": 5.000000000000001e-07,
22
+ "loss": 1.3468,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 2.34375,
27
+ "grad_norm": 2.272806167602539,
28
+ "learning_rate": 7.5e-07,
29
+ "loss": 1.2931,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 3.125,
34
+ "grad_norm": 1.0346544981002808,
35
+ "learning_rate": 1.0000000000000002e-06,
36
+ "loss": 1.1861,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 3.90625,
41
+ "grad_norm": 0.897363007068634,
42
+ "learning_rate": 1.25e-06,
43
+ "loss": 1.092,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 4.6875,
48
+ "grad_norm": 1.0376484394073486,
49
+ "learning_rate": 1.5e-06,
50
+ "loss": 1.0504,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 5.46875,
55
+ "grad_norm": 1.2069748640060425,
56
+ "learning_rate": 1.75e-06,
57
+ "loss": 0.993,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 6.25,
62
+ "grad_norm": 1.41449773311615,
63
+ "learning_rate": 2.0000000000000003e-06,
64
+ "loss": 0.9428,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 7.03125,
69
+ "grad_norm": 3.5506372451782227,
70
+ "learning_rate": 2.25e-06,
71
+ "loss": 0.9065,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 7.8125,
76
+ "grad_norm": 2.408358573913574,
77
+ "learning_rate": 2.5e-06,
78
+ "loss": 0.8758,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 7.8125,
83
+ "eval_accuracy": 0.6181640625,
84
+ "eval_loss": 0.891155481338501,
85
+ "eval_runtime": 5.9944,
86
+ "eval_samples_per_second": 170.826,
87
+ "eval_steps_per_second": 21.353,
88
+ "step": 500
89
+ },
90
+ {
91
+ "epoch": 8.59375,
92
+ "grad_norm": 4.127248764038086,
93
+ "learning_rate": 2.7500000000000004e-06,
94
+ "loss": 0.8371,
95
+ "step": 550
96
+ },
97
+ {
98
+ "epoch": 9.375,
99
+ "grad_norm": 4.548064231872559,
100
+ "learning_rate": 3e-06,
101
+ "loss": 0.7951,
102
+ "step": 600
103
+ },
104
+ {
105
+ "epoch": 10.15625,
106
+ "grad_norm": 7.226322174072266,
107
+ "learning_rate": 3.2500000000000002e-06,
108
+ "loss": 0.7666,
109
+ "step": 650
110
+ },
111
+ {
112
+ "epoch": 10.9375,
113
+ "grad_norm": 4.653890132904053,
114
+ "learning_rate": 3.5e-06,
115
+ "loss": 0.7219,
116
+ "step": 700
117
+ },
118
+ {
119
+ "epoch": 11.71875,
120
+ "grad_norm": 3.7779295444488525,
121
+ "learning_rate": 3.7500000000000005e-06,
122
+ "loss": 0.6926,
123
+ "step": 750
124
+ },
125
+ {
126
+ "epoch": 12.5,
127
+ "grad_norm": 3.6519362926483154,
128
+ "learning_rate": 4.000000000000001e-06,
129
+ "loss": 0.646,
130
+ "step": 800
131
+ },
132
+ {
133
+ "epoch": 13.28125,
134
+ "grad_norm": 24.227773666381836,
135
+ "learning_rate": 4.25e-06,
136
+ "loss": 0.6269,
137
+ "step": 850
138
+ },
139
+ {
140
+ "epoch": 14.0625,
141
+ "grad_norm": 8.960350036621094,
142
+ "learning_rate": 4.5e-06,
143
+ "loss": 0.5882,
144
+ "step": 900
145
+ },
146
+ {
147
+ "epoch": 14.84375,
148
+ "grad_norm": 6.60162878036499,
149
+ "learning_rate": 4.75e-06,
150
+ "loss": 0.544,
151
+ "step": 950
152
+ },
153
+ {
154
+ "epoch": 15.625,
155
+ "grad_norm": 10.583850860595703,
156
+ "learning_rate": 5e-06,
157
+ "loss": 0.5256,
158
+ "step": 1000
159
+ },
160
+ {
161
+ "epoch": 15.625,
162
+ "eval_accuracy": 0.7607421875,
163
+ "eval_loss": 0.6331567764282227,
164
+ "eval_runtime": 5.4782,
165
+ "eval_samples_per_second": 186.924,
166
+ "eval_steps_per_second": 23.365,
167
+ "step": 1000
168
+ },
169
+ {
170
+ "epoch": 16.40625,
171
+ "grad_norm": 3.9983010292053223,
172
+ "learning_rate": 4.999850432733413e-06,
173
+ "loss": 0.4768,
174
+ "step": 1050
175
+ },
176
+ {
177
+ "epoch": 17.1875,
178
+ "grad_norm": 12.768200874328613,
179
+ "learning_rate": 4.999401748829942e-06,
180
+ "loss": 0.4863,
181
+ "step": 1100
182
+ },
183
+ {
184
+ "epoch": 17.96875,
185
+ "grad_norm": 14.71330451965332,
186
+ "learning_rate": 4.9986540019763296e-06,
187
+ "loss": 0.4181,
188
+ "step": 1150
189
+ },
190
+ {
191
+ "epoch": 18.75,
192
+ "grad_norm": 9.602484703063965,
193
+ "learning_rate": 4.997607281643338e-06,
194
+ "loss": 0.3901,
195
+ "step": 1200
196
+ },
197
+ {
198
+ "epoch": 19.53125,
199
+ "grad_norm": 27.293039321899414,
200
+ "learning_rate": 4.996261713075046e-06,
201
+ "loss": 0.3496,
202
+ "step": 1250
203
+ },
204
+ {
205
+ "epoch": 20.3125,
206
+ "grad_norm": 3.6233201026916504,
207
+ "learning_rate": 4.994617457273862e-06,
208
+ "loss": 0.3312,
209
+ "step": 1300
210
+ },
211
+ {
212
+ "epoch": 21.09375,
213
+ "grad_norm": 11.52304458618164,
214
+ "learning_rate": 4.992674710981266e-06,
215
+ "loss": 0.2929,
216
+ "step": 1350
217
+ },
218
+ {
219
+ "epoch": 21.875,
220
+ "grad_norm": 6.805290222167969,
221
+ "learning_rate": 4.990433706654258e-06,
222
+ "loss": 0.2653,
223
+ "step": 1400
224
+ },
225
+ {
226
+ "epoch": 22.65625,
227
+ "grad_norm": 15.234956741333008,
228
+ "learning_rate": 4.987894712437552e-06,
229
+ "loss": 0.2635,
230
+ "step": 1450
231
+ },
232
+ {
233
+ "epoch": 23.4375,
234
+ "grad_norm": 3.9582715034484863,
235
+ "learning_rate": 4.985058032131488e-06,
236
+ "loss": 0.2247,
237
+ "step": 1500
238
+ },
239
+ {
240
+ "epoch": 23.4375,
241
+ "eval_accuracy": 0.8935546875,
242
+ "eval_loss": 0.38773971796035767,
243
+ "eval_runtime": 5.9931,
244
+ "eval_samples_per_second": 170.863,
245
+ "eval_steps_per_second": 21.358,
246
+ "step": 1500
247
+ },
248
+ {
249
+ "epoch": 24.21875,
250
+ "grad_norm": 3.0134124755859375,
251
+ "learning_rate": 4.98192400515568e-06,
252
+ "loss": 0.1965,
253
+ "step": 1550
254
+ },
255
+ {
256
+ "epoch": 25.0,
257
+ "grad_norm": 5.4471540451049805,
258
+ "learning_rate": 4.978564534206973e-06,
259
+ "loss": 0.193,
260
+ "step": 1600
261
+ },
262
+ {
263
+ "epoch": 25.78125,
264
+ "grad_norm": 11.847530364990234,
265
+ "learning_rate": 4.974842901390282e-06,
266
+ "loss": 0.1709,
267
+ "step": 1650
268
+ },
269
+ {
270
+ "epoch": 26.5625,
271
+ "grad_norm": 4.015501022338867,
272
+ "learning_rate": 4.970825144183195e-06,
273
+ "loss": 0.158,
274
+ "step": 1700
275
+ },
276
+ {
277
+ "epoch": 27.34375,
278
+ "grad_norm": 4.216943264007568,
279
+ "learning_rate": 4.966511743325682e-06,
280
+ "loss": 0.1452,
281
+ "step": 1750
282
+ },
283
+ {
284
+ "epoch": 28.125,
285
+ "grad_norm": 23.560443878173828,
286
+ "learning_rate": 4.961903214932604e-06,
287
+ "loss": 0.1288,
288
+ "step": 1800
289
+ },
290
+ {
291
+ "epoch": 28.90625,
292
+ "grad_norm": 0.9162831902503967,
293
+ "learning_rate": 4.957000110431956e-06,
294
+ "loss": 0.1195,
295
+ "step": 1850
296
+ },
297
+ {
298
+ "epoch": 29.6875,
299
+ "grad_norm": 2.046557664871216,
300
+ "learning_rate": 4.95180301649889e-06,
301
+ "loss": 0.1002,
302
+ "step": 1900
303
+ },
304
+ {
305
+ "epoch": 30.0,
306
+ "step": 1920,
307
+ "total_flos": 9.52238637305561e+18,
308
+ "train_loss": 0.5872499863306682,
309
+ "train_runtime": 1494.2494,
310
+ "train_samples_per_second": 82.235,
311
+ "train_steps_per_second": 1.285
312
+ }
313
+ ],
314
+ "logging_steps": 50,
315
+ "max_steps": 1920,
316
+ "num_input_tokens_seen": 0,
317
+ "num_train_epochs": 30,
318
+ "save_steps": 500,
319
+ "stateful_callbacks": {
320
+ "EarlyStoppingCallback": {
321
+ "args": {
322
+ "early_stopping_patience": 5,
323
+ "early_stopping_threshold": 0.0
324
+ },
325
+ "attributes": {
326
+ "early_stopping_patience_counter": 0
327
+ }
328
+ },
329
+ "TrainerControl": {
330
+ "args": {
331
+ "should_epoch_stop": false,
332
+ "should_evaluate": false,
333
+ "should_log": false,
334
+ "should_save": true,
335
+ "should_training_stop": true
336
+ },
337
+ "attributes": {}
338
+ }
339
+ },
340
+ "total_flos": 9.52238637305561e+18,
341
+ "train_batch_size": 8,
342
+ "trial_name": null,
343
+ "trial_params": null
344
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412a1fb646d2c12dc95e0595abddfc23f01c1dd7560a020e8b859644f977b95f
3
+ size 5112