MF21377197 commited on
Commit
6bc4316
1 Parent(s): 6069a14

End of training

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: WinKawaks/vit-small-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: vit-small-patch16-224-finetuned-Cifar10
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-small-patch16-224-finetuned-Cifar10
17
+
18
+ This model is a fine-tuned version of [WinKawaks/vit-small-patch16-224](https://huggingface.co/WinKawaks/vit-small-patch16-224) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0460
21
+ - Accuracy: 0.9866
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-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 128
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.3253 | 1.0 | 351 | 0.0657 | 0.9784 |
56
+ | 0.266 | 2.0 | 703 | 0.0460 | 0.9866 |
57
+ | 0.2298 | 2.99 | 1053 | 0.0418 | 0.9862 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.38.2
63
+ - Pytorch 2.2.1+cu121
64
+ - Datasets 2.18.0
65
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.99,
3
+ "eval_accuracy": 0.9866,
4
+ "eval_loss": 0.046029962599277496,
5
+ "eval_runtime": 60.7502,
6
+ "eval_samples_per_second": 82.304,
7
+ "eval_steps_per_second": 2.584,
8
+ "total_flos": 2.636946768879747e+18,
9
+ "train_loss": 0.3514244137552955,
10
+ "train_runtime": 1744.8692,
11
+ "train_samples_per_second": 77.37,
12
+ "train_steps_per_second": 0.603
13
+ }
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "WinKawaks/vit-small-patch16-224",
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": 384,
11
+ "id2label": {
12
+ "0": "airplane",
13
+ "1": "automobile",
14
+ "2": "bird",
15
+ "3": "cat",
16
+ "4": "deer",
17
+ "5": "dog",
18
+ "6": "frog",
19
+ "7": "horse",
20
+ "8": "ship",
21
+ "9": "truck"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 1536,
26
+ "label2id": {
27
+ "airplane": 0,
28
+ "automobile": 1,
29
+ "bird": 2,
30
+ "cat": 3,
31
+ "deer": 4,
32
+ "dog": 5,
33
+ "frog": 6,
34
+ "horse": 7,
35
+ "ship": 8,
36
+ "truck": 9
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 6,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.38.2"
48
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.99,
3
+ "eval_accuracy": 0.9866,
4
+ "eval_loss": 0.046029962599277496,
5
+ "eval_runtime": 60.7502,
6
+ "eval_samples_per_second": 82.304,
7
+ "eval_steps_per_second": 2.584
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40cf75ca2281a0d5246f1dcf463ddd4efd4a1ab6a9d268529d14ce4190dcb6a2
3
+ size 86700952
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
+ }
runs/Apr06_20-02-09_b854fac66b3a/events.out.tfevents.1712433774.b854fac66b3a.712.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd11fcafe665fa721ac030defaea08693b9b606b70b053b2862f6ca76b7cd6a
3
+ size 28366
runs/Apr06_20-02-09_b854fac66b3a/events.out.tfevents.1712435663.b854fac66b3a.712.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e99f4d3ae833fa256fdf1bba76f7fe77beb74ecf8da75cb3c71d85eb0d826c
3
+ size 411
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.99,
3
+ "total_flos": 2.636946768879747e+18,
4
+ "train_loss": 0.3514244137552955,
5
+ "train_runtime": 1744.8692,
6
+ "train_samples_per_second": 77.37,
7
+ "train_steps_per_second": 0.603
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,792 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9866,
3
+ "best_model_checkpoint": "vit-small-patch16-224-finetuned-Cifar10/checkpoint-703",
4
+ "epoch": 2.9936034115138592,
5
+ "eval_steps": 500,
6
+ "global_step": 1053,
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.03,
13
+ "grad_norm": 11.993635177612305,
14
+ "learning_rate": 4.716981132075472e-06,
15
+ "loss": 2.7466,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.06,
20
+ "grad_norm": 9.214780807495117,
21
+ "learning_rate": 9.433962264150944e-06,
22
+ "loss": 2.4372,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.09,
27
+ "grad_norm": 8.453407287597656,
28
+ "learning_rate": 1.4150943396226415e-05,
29
+ "loss": 2.0196,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.11,
34
+ "grad_norm": 7.144883155822754,
35
+ "learning_rate": 1.8867924528301888e-05,
36
+ "loss": 1.5377,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.14,
41
+ "grad_norm": 5.839055061340332,
42
+ "learning_rate": 2.358490566037736e-05,
43
+ "loss": 0.9774,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.17,
48
+ "grad_norm": 5.836381912231445,
49
+ "learning_rate": 2.830188679245283e-05,
50
+ "loss": 0.6557,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.2,
55
+ "grad_norm": 7.173834323883057,
56
+ "learning_rate": 3.30188679245283e-05,
57
+ "loss": 0.5304,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.23,
62
+ "grad_norm": 5.7883830070495605,
63
+ "learning_rate": 3.7735849056603776e-05,
64
+ "loss": 0.4689,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.26,
69
+ "grad_norm": 7.019888401031494,
70
+ "learning_rate": 4.245283018867925e-05,
71
+ "loss": 0.4659,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.28,
76
+ "grad_norm": 6.123730182647705,
77
+ "learning_rate": 4.716981132075472e-05,
78
+ "loss": 0.4127,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.31,
83
+ "grad_norm": 6.988221645355225,
84
+ "learning_rate": 4.978880675818374e-05,
85
+ "loss": 0.4155,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.34,
90
+ "grad_norm": 6.683491230010986,
91
+ "learning_rate": 4.9260823653643085e-05,
92
+ "loss": 0.3546,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.37,
97
+ "grad_norm": 7.395442962646484,
98
+ "learning_rate": 4.8732840549102435e-05,
99
+ "loss": 0.3745,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.4,
104
+ "grad_norm": 4.838753700256348,
105
+ "learning_rate": 4.820485744456177e-05,
106
+ "loss": 0.3529,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.43,
111
+ "grad_norm": 4.989682674407959,
112
+ "learning_rate": 4.767687434002112e-05,
113
+ "loss": 0.3487,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.45,
118
+ "grad_norm": 6.224100589752197,
119
+ "learning_rate": 4.7148891235480466e-05,
120
+ "loss": 0.3452,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.48,
125
+ "grad_norm": 6.418895721435547,
126
+ "learning_rate": 4.662090813093981e-05,
127
+ "loss": 0.3545,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.51,
132
+ "grad_norm": 5.342619895935059,
133
+ "learning_rate": 4.609292502639916e-05,
134
+ "loss": 0.3171,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.54,
139
+ "grad_norm": 4.573193550109863,
140
+ "learning_rate": 4.55649419218585e-05,
141
+ "loss": 0.3242,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.57,
146
+ "grad_norm": 5.019192218780518,
147
+ "learning_rate": 4.503695881731785e-05,
148
+ "loss": 0.3241,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.6,
153
+ "grad_norm": 5.130370140075684,
154
+ "learning_rate": 4.45089757127772e-05,
155
+ "loss": 0.3316,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.63,
160
+ "grad_norm": 6.118399620056152,
161
+ "learning_rate": 4.398099260823654e-05,
162
+ "loss": 0.331,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.65,
167
+ "grad_norm": 4.279905796051025,
168
+ "learning_rate": 4.3453009503695884e-05,
169
+ "loss": 0.3276,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.68,
174
+ "grad_norm": 3.9065074920654297,
175
+ "learning_rate": 4.292502639915523e-05,
176
+ "loss": 0.2719,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.71,
181
+ "grad_norm": 5.098165988922119,
182
+ "learning_rate": 4.239704329461457e-05,
183
+ "loss": 0.3026,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.74,
188
+ "grad_norm": 5.796530723571777,
189
+ "learning_rate": 4.186906019007392e-05,
190
+ "loss": 0.2795,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.77,
195
+ "grad_norm": 5.165294647216797,
196
+ "learning_rate": 4.1341077085533265e-05,
197
+ "loss": 0.3337,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.8,
202
+ "grad_norm": 4.210253715515137,
203
+ "learning_rate": 4.081309398099261e-05,
204
+ "loss": 0.2845,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.82,
209
+ "grad_norm": 6.663649559020996,
210
+ "learning_rate": 4.028511087645195e-05,
211
+ "loss": 0.3021,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.85,
216
+ "grad_norm": 7.552988529205322,
217
+ "learning_rate": 3.97571277719113e-05,
218
+ "loss": 0.3157,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.88,
223
+ "grad_norm": 4.279345989227295,
224
+ "learning_rate": 3.9229144667370646e-05,
225
+ "loss": 0.2724,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.91,
230
+ "grad_norm": 6.712580680847168,
231
+ "learning_rate": 3.870116156282999e-05,
232
+ "loss": 0.3492,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.94,
237
+ "grad_norm": 5.240344524383545,
238
+ "learning_rate": 3.817317845828934e-05,
239
+ "loss": 0.2719,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.97,
244
+ "grad_norm": 6.162644386291504,
245
+ "learning_rate": 3.764519535374868e-05,
246
+ "loss": 0.2594,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 1.0,
251
+ "grad_norm": 5.918422222137451,
252
+ "learning_rate": 3.711721224920803e-05,
253
+ "loss": 0.3253,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 1.0,
258
+ "eval_accuracy": 0.9784,
259
+ "eval_loss": 0.06568869948387146,
260
+ "eval_runtime": 49.9126,
261
+ "eval_samples_per_second": 100.175,
262
+ "eval_steps_per_second": 3.145,
263
+ "step": 351
264
+ },
265
+ {
266
+ "epoch": 1.02,
267
+ "grad_norm": 5.946422576904297,
268
+ "learning_rate": 3.658922914466738e-05,
269
+ "loss": 0.2393,
270
+ "step": 360
271
+ },
272
+ {
273
+ "epoch": 1.05,
274
+ "grad_norm": 4.802185535430908,
275
+ "learning_rate": 3.6061246040126714e-05,
276
+ "loss": 0.3089,
277
+ "step": 370
278
+ },
279
+ {
280
+ "epoch": 1.08,
281
+ "grad_norm": 6.8064351081848145,
282
+ "learning_rate": 3.5533262935586064e-05,
283
+ "loss": 0.3038,
284
+ "step": 380
285
+ },
286
+ {
287
+ "epoch": 1.11,
288
+ "grad_norm": 4.575678825378418,
289
+ "learning_rate": 3.500527983104541e-05,
290
+ "loss": 0.267,
291
+ "step": 390
292
+ },
293
+ {
294
+ "epoch": 1.14,
295
+ "grad_norm": 4.146677494049072,
296
+ "learning_rate": 3.447729672650475e-05,
297
+ "loss": 0.2544,
298
+ "step": 400
299
+ },
300
+ {
301
+ "epoch": 1.17,
302
+ "grad_norm": 5.48955774307251,
303
+ "learning_rate": 3.3949313621964095e-05,
304
+ "loss": 0.2901,
305
+ "step": 410
306
+ },
307
+ {
308
+ "epoch": 1.19,
309
+ "grad_norm": 5.2598490715026855,
310
+ "learning_rate": 3.3421330517423445e-05,
311
+ "loss": 0.2599,
312
+ "step": 420
313
+ },
314
+ {
315
+ "epoch": 1.22,
316
+ "grad_norm": 3.1469264030456543,
317
+ "learning_rate": 3.289334741288279e-05,
318
+ "loss": 0.2696,
319
+ "step": 430
320
+ },
321
+ {
322
+ "epoch": 1.25,
323
+ "grad_norm": 4.3553266525268555,
324
+ "learning_rate": 3.236536430834213e-05,
325
+ "loss": 0.2813,
326
+ "step": 440
327
+ },
328
+ {
329
+ "epoch": 1.28,
330
+ "grad_norm": 5.741024017333984,
331
+ "learning_rate": 3.183738120380148e-05,
332
+ "loss": 0.2886,
333
+ "step": 450
334
+ },
335
+ {
336
+ "epoch": 1.31,
337
+ "grad_norm": 5.031249046325684,
338
+ "learning_rate": 3.130939809926082e-05,
339
+ "loss": 0.2721,
340
+ "step": 460
341
+ },
342
+ {
343
+ "epoch": 1.34,
344
+ "grad_norm": 4.464756488800049,
345
+ "learning_rate": 3.078141499472017e-05,
346
+ "loss": 0.2496,
347
+ "step": 470
348
+ },
349
+ {
350
+ "epoch": 1.36,
351
+ "grad_norm": 3.4022979736328125,
352
+ "learning_rate": 3.0253431890179517e-05,
353
+ "loss": 0.245,
354
+ "step": 480
355
+ },
356
+ {
357
+ "epoch": 1.39,
358
+ "grad_norm": 5.276814937591553,
359
+ "learning_rate": 2.972544878563886e-05,
360
+ "loss": 0.2651,
361
+ "step": 490
362
+ },
363
+ {
364
+ "epoch": 1.42,
365
+ "grad_norm": 3.5680410861968994,
366
+ "learning_rate": 2.9197465681098207e-05,
367
+ "loss": 0.2351,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 1.45,
372
+ "grad_norm": 3.921807050704956,
373
+ "learning_rate": 2.8669482576557548e-05,
374
+ "loss": 0.2667,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 1.48,
379
+ "grad_norm": 3.4071061611175537,
380
+ "learning_rate": 2.8141499472016898e-05,
381
+ "loss": 0.252,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 1.51,
386
+ "grad_norm": 4.332042694091797,
387
+ "learning_rate": 2.7613516367476245e-05,
388
+ "loss": 0.2868,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 1.54,
393
+ "grad_norm": 4.950148105621338,
394
+ "learning_rate": 2.7085533262935585e-05,
395
+ "loss": 0.2966,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 1.56,
400
+ "grad_norm": 4.6252312660217285,
401
+ "learning_rate": 2.6557550158394935e-05,
402
+ "loss": 0.2718,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 1.59,
407
+ "grad_norm": 3.9921112060546875,
408
+ "learning_rate": 2.6029567053854276e-05,
409
+ "loss": 0.2457,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 1.62,
414
+ "grad_norm": 4.575648784637451,
415
+ "learning_rate": 2.5501583949313622e-05,
416
+ "loss": 0.2488,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 1.65,
421
+ "grad_norm": 5.220016002655029,
422
+ "learning_rate": 2.497360084477297e-05,
423
+ "loss": 0.2482,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 1.68,
428
+ "grad_norm": 4.158516883850098,
429
+ "learning_rate": 2.4445617740232313e-05,
430
+ "loss": 0.2519,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 1.71,
435
+ "grad_norm": 4.686926364898682,
436
+ "learning_rate": 2.391763463569166e-05,
437
+ "loss": 0.2796,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 1.73,
442
+ "grad_norm": 5.014163017272949,
443
+ "learning_rate": 2.3389651531151003e-05,
444
+ "loss": 0.2195,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 1.76,
449
+ "grad_norm": 5.498648643493652,
450
+ "learning_rate": 2.286166842661035e-05,
451
+ "loss": 0.2881,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 1.79,
456
+ "grad_norm": 5.010299205780029,
457
+ "learning_rate": 2.2333685322069694e-05,
458
+ "loss": 0.2537,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 1.82,
463
+ "grad_norm": 4.682175636291504,
464
+ "learning_rate": 2.180570221752904e-05,
465
+ "loss": 0.2691,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 1.85,
470
+ "grad_norm": 4.073044776916504,
471
+ "learning_rate": 2.1277719112988384e-05,
472
+ "loss": 0.2358,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 1.88,
477
+ "grad_norm": 5.119712829589844,
478
+ "learning_rate": 2.074973600844773e-05,
479
+ "loss": 0.2496,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 1.9,
484
+ "grad_norm": 4.570176124572754,
485
+ "learning_rate": 2.0221752903907075e-05,
486
+ "loss": 0.2327,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 1.93,
491
+ "grad_norm": 4.677672386169434,
492
+ "learning_rate": 1.9693769799366422e-05,
493
+ "loss": 0.2265,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 1.96,
498
+ "grad_norm": 4.625946521759033,
499
+ "learning_rate": 1.9165786694825765e-05,
500
+ "loss": 0.2248,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 1.99,
505
+ "grad_norm": 4.514760971069336,
506
+ "learning_rate": 1.863780359028511e-05,
507
+ "loss": 0.266,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 2.0,
512
+ "eval_accuracy": 0.9866,
513
+ "eval_loss": 0.046029962599277496,
514
+ "eval_runtime": 49.803,
515
+ "eval_samples_per_second": 100.396,
516
+ "eval_steps_per_second": 3.152,
517
+ "step": 703
518
+ },
519
+ {
520
+ "epoch": 2.02,
521
+ "grad_norm": 3.862548589706421,
522
+ "learning_rate": 1.810982048574446e-05,
523
+ "loss": 0.2284,
524
+ "step": 710
525
+ },
526
+ {
527
+ "epoch": 2.05,
528
+ "grad_norm": 4.738348007202148,
529
+ "learning_rate": 1.7581837381203803e-05,
530
+ "loss": 0.2416,
531
+ "step": 720
532
+ },
533
+ {
534
+ "epoch": 2.08,
535
+ "grad_norm": 4.671838760375977,
536
+ "learning_rate": 1.7053854276663146e-05,
537
+ "loss": 0.2409,
538
+ "step": 730
539
+ },
540
+ {
541
+ "epoch": 2.1,
542
+ "grad_norm": 3.9875543117523193,
543
+ "learning_rate": 1.6525871172122493e-05,
544
+ "loss": 0.2188,
545
+ "step": 740
546
+ },
547
+ {
548
+ "epoch": 2.13,
549
+ "grad_norm": 3.695639133453369,
550
+ "learning_rate": 1.5997888067581837e-05,
551
+ "loss": 0.2498,
552
+ "step": 750
553
+ },
554
+ {
555
+ "epoch": 2.16,
556
+ "grad_norm": 3.4530131816864014,
557
+ "learning_rate": 1.5469904963041184e-05,
558
+ "loss": 0.2152,
559
+ "step": 760
560
+ },
561
+ {
562
+ "epoch": 2.19,
563
+ "grad_norm": 4.31766414642334,
564
+ "learning_rate": 1.4941921858500529e-05,
565
+ "loss": 0.2374,
566
+ "step": 770
567
+ },
568
+ {
569
+ "epoch": 2.22,
570
+ "grad_norm": 4.569504261016846,
571
+ "learning_rate": 1.4413938753959874e-05,
572
+ "loss": 0.2397,
573
+ "step": 780
574
+ },
575
+ {
576
+ "epoch": 2.25,
577
+ "grad_norm": 3.1321048736572266,
578
+ "learning_rate": 1.388595564941922e-05,
579
+ "loss": 0.2367,
580
+ "step": 790
581
+ },
582
+ {
583
+ "epoch": 2.27,
584
+ "grad_norm": 4.778504371643066,
585
+ "learning_rate": 1.3357972544878563e-05,
586
+ "loss": 0.1993,
587
+ "step": 800
588
+ },
589
+ {
590
+ "epoch": 2.3,
591
+ "grad_norm": 4.513803482055664,
592
+ "learning_rate": 1.2829989440337912e-05,
593
+ "loss": 0.2197,
594
+ "step": 810
595
+ },
596
+ {
597
+ "epoch": 2.33,
598
+ "grad_norm": 5.787839412689209,
599
+ "learning_rate": 1.2302006335797255e-05,
600
+ "loss": 0.2117,
601
+ "step": 820
602
+ },
603
+ {
604
+ "epoch": 2.36,
605
+ "grad_norm": 4.725786209106445,
606
+ "learning_rate": 1.17740232312566e-05,
607
+ "loss": 0.2326,
608
+ "step": 830
609
+ },
610
+ {
611
+ "epoch": 2.39,
612
+ "grad_norm": 4.849221706390381,
613
+ "learning_rate": 1.1246040126715946e-05,
614
+ "loss": 0.1853,
615
+ "step": 840
616
+ },
617
+ {
618
+ "epoch": 2.42,
619
+ "grad_norm": 4.66175651550293,
620
+ "learning_rate": 1.0718057022175291e-05,
621
+ "loss": 0.2144,
622
+ "step": 850
623
+ },
624
+ {
625
+ "epoch": 2.44,
626
+ "grad_norm": 3.1749322414398193,
627
+ "learning_rate": 1.0190073917634636e-05,
628
+ "loss": 0.2448,
629
+ "step": 860
630
+ },
631
+ {
632
+ "epoch": 2.47,
633
+ "grad_norm": 5.343231678009033,
634
+ "learning_rate": 9.662090813093982e-06,
635
+ "loss": 0.1796,
636
+ "step": 870
637
+ },
638
+ {
639
+ "epoch": 2.5,
640
+ "grad_norm": 4.883101463317871,
641
+ "learning_rate": 9.134107708553327e-06,
642
+ "loss": 0.1833,
643
+ "step": 880
644
+ },
645
+ {
646
+ "epoch": 2.53,
647
+ "grad_norm": 4.559369087219238,
648
+ "learning_rate": 8.606124604012672e-06,
649
+ "loss": 0.2449,
650
+ "step": 890
651
+ },
652
+ {
653
+ "epoch": 2.56,
654
+ "grad_norm": 6.445333480834961,
655
+ "learning_rate": 8.078141499472017e-06,
656
+ "loss": 0.2525,
657
+ "step": 900
658
+ },
659
+ {
660
+ "epoch": 2.59,
661
+ "grad_norm": 3.946509599685669,
662
+ "learning_rate": 7.5501583949313625e-06,
663
+ "loss": 0.192,
664
+ "step": 910
665
+ },
666
+ {
667
+ "epoch": 2.62,
668
+ "grad_norm": 3.9938108921051025,
669
+ "learning_rate": 7.022175290390708e-06,
670
+ "loss": 0.1893,
671
+ "step": 920
672
+ },
673
+ {
674
+ "epoch": 2.64,
675
+ "grad_norm": 3.878434419631958,
676
+ "learning_rate": 6.494192185850054e-06,
677
+ "loss": 0.1843,
678
+ "step": 930
679
+ },
680
+ {
681
+ "epoch": 2.67,
682
+ "grad_norm": 3.8179821968078613,
683
+ "learning_rate": 5.966209081309398e-06,
684
+ "loss": 0.2282,
685
+ "step": 940
686
+ },
687
+ {
688
+ "epoch": 2.7,
689
+ "grad_norm": 5.556141376495361,
690
+ "learning_rate": 5.438225976768744e-06,
691
+ "loss": 0.18,
692
+ "step": 950
693
+ },
694
+ {
695
+ "epoch": 2.73,
696
+ "grad_norm": 3.250397205352783,
697
+ "learning_rate": 4.910242872228089e-06,
698
+ "loss": 0.1947,
699
+ "step": 960
700
+ },
701
+ {
702
+ "epoch": 2.76,
703
+ "grad_norm": 2.9559216499328613,
704
+ "learning_rate": 4.382259767687434e-06,
705
+ "loss": 0.1889,
706
+ "step": 970
707
+ },
708
+ {
709
+ "epoch": 2.79,
710
+ "grad_norm": 4.601840972900391,
711
+ "learning_rate": 3.854276663146779e-06,
712
+ "loss": 0.1805,
713
+ "step": 980
714
+ },
715
+ {
716
+ "epoch": 2.81,
717
+ "grad_norm": 4.955376148223877,
718
+ "learning_rate": 3.326293558606125e-06,
719
+ "loss": 0.2462,
720
+ "step": 990
721
+ },
722
+ {
723
+ "epoch": 2.84,
724
+ "grad_norm": 3.84184193611145,
725
+ "learning_rate": 2.79831045406547e-06,
726
+ "loss": 0.194,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 2.87,
731
+ "grad_norm": 3.8135769367218018,
732
+ "learning_rate": 2.2703273495248154e-06,
733
+ "loss": 0.2011,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 2.9,
738
+ "grad_norm": 4.607426166534424,
739
+ "learning_rate": 1.7423442449841606e-06,
740
+ "loss": 0.1948,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 2.93,
745
+ "grad_norm": 4.66074275970459,
746
+ "learning_rate": 1.2143611404435059e-06,
747
+ "loss": 0.1996,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 2.96,
752
+ "grad_norm": 3.2419092655181885,
753
+ "learning_rate": 6.863780359028511e-07,
754
+ "loss": 0.1981,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 2.99,
759
+ "grad_norm": 3.586371660232544,
760
+ "learning_rate": 1.5839493136219642e-07,
761
+ "loss": 0.2298,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 2.99,
766
+ "eval_accuracy": 0.9862,
767
+ "eval_loss": 0.04177713394165039,
768
+ "eval_runtime": 49.9847,
769
+ "eval_samples_per_second": 100.031,
770
+ "eval_steps_per_second": 3.141,
771
+ "step": 1053
772
+ },
773
+ {
774
+ "epoch": 2.99,
775
+ "step": 1053,
776
+ "total_flos": 2.636946768879747e+18,
777
+ "train_loss": 0.3514244137552955,
778
+ "train_runtime": 1744.8692,
779
+ "train_samples_per_second": 77.37,
780
+ "train_steps_per_second": 0.603
781
+ }
782
+ ],
783
+ "logging_steps": 10,
784
+ "max_steps": 1053,
785
+ "num_input_tokens_seen": 0,
786
+ "num_train_epochs": 3,
787
+ "save_steps": 500,
788
+ "total_flos": 2.636946768879747e+18,
789
+ "train_batch_size": 32,
790
+ "trial_name": null,
791
+ "trial_params": null
792
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc82a54430919bc50198875159242419c3e120b8f13286b58121b6673320a67
3
+ size 4920