nicholasKluge commited on
Commit
73ed195
1 Parent(s): abe1d2c

Upload 12 files

Browse files
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - wikitext
7
+ model-index:
8
+ - name: wikitext
9
+ results: []
10
  ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # wikitext
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the wikitext wikitext-103-raw-v1 dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 10
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3.0
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.22.0.dev0
51
+ - Pytorch 1.12.1.post200
52
+ - Datasets 2.4.0
53
+ - Tokenizers 0.12.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 1.5861018672255278,
4
+ "train_runtime": 49915.9647,
5
+ "train_samples": 228639,
6
+ "train_samples_per_second": 13.741,
7
+ "train_steps_per_second": 1.374
8
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.22.0.dev0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
plot.ipynb ADDED
@@ -0,0 +1,1188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 3,
6
+ "id": "220eae6e",
7
+ "metadata": {},
8
+ "outputs": [
9
+ {
10
+ "data": {
11
+ "application/vnd.plotly.v1+json": {
12
+ "config": {
13
+ "plotlyServerURL": "https://plot.ly"
14
+ },
15
+ "data": [
16
+ {
17
+ "line": {
18
+ "color": "blue",
19
+ "width": 2
20
+ },
21
+ "mode": "lines",
22
+ "name": "Loss",
23
+ "type": "scatter",
24
+ "x": [
25
+ 0.02,
26
+ 0.04,
27
+ 0.07,
28
+ 0.09,
29
+ 0.11,
30
+ 0.13,
31
+ 0.15,
32
+ 0.17,
33
+ 0.2,
34
+ 0.22,
35
+ 0.24,
36
+ 0.26,
37
+ 0.28,
38
+ 0.31,
39
+ 0.33,
40
+ 0.35000000000000003,
41
+ 0.37,
42
+ 0.39,
43
+ 0.42,
44
+ 0.44,
45
+ 0.46,
46
+ 0.48,
47
+ 0.5,
48
+ 0.52,
49
+ 0.55,
50
+ 0.5700000000000001,
51
+ 0.59,
52
+ 0.61,
53
+ 0.63,
54
+ 0.66,
55
+ 0.68,
56
+ 0.7000000000000001,
57
+ 0.72,
58
+ 0.74,
59
+ 0.77,
60
+ 0.79,
61
+ 0.81,
62
+ 0.8300000000000001,
63
+ 0.85,
64
+ 0.87,
65
+ 0.9,
66
+ 0.92,
67
+ 0.9400000000000001,
68
+ 0.96,
69
+ 0.98,
70
+ 1.01,
71
+ 1.03,
72
+ 1.05,
73
+ 1.07,
74
+ 1.09,
75
+ 1.12,
76
+ 1.1400000000000001,
77
+ 1.16,
78
+ 1.18,
79
+ 1.2,
80
+ 1.22,
81
+ 1.25,
82
+ 1.27,
83
+ 1.29,
84
+ 1.31,
85
+ 1.33,
86
+ 1.3599999999999999,
87
+ 1.38,
88
+ 1.4,
89
+ 1.42,
90
+ 1.44,
91
+ 1.47,
92
+ 1.49,
93
+ 1.51,
94
+ 1.53,
95
+ 1.55,
96
+ 1.57,
97
+ 1.6,
98
+ 1.62,
99
+ 1.6400000000000001,
100
+ 1.6600000000000001,
101
+ 1.6800000000000002,
102
+ 1.71,
103
+ 1.73,
104
+ 1.75,
105
+ 1.77,
106
+ 1.79,
107
+ 1.82,
108
+ 1.8399999999999999,
109
+ 1.8599999999999999,
110
+ 1.88,
111
+ 1.9,
112
+ 1.92,
113
+ 1.9500000000000002,
114
+ 1.97,
115
+ 1.99,
116
+ 2.01,
117
+ 2.03,
118
+ 2.06,
119
+ 2.08,
120
+ 2.1,
121
+ 2.12,
122
+ 2.14,
123
+ 2.16,
124
+ 2.19,
125
+ 2.21,
126
+ 2.23,
127
+ 2.25,
128
+ 2.27,
129
+ 2.3,
130
+ 2.32,
131
+ 2.34,
132
+ 2.36,
133
+ 2.38,
134
+ 2.41,
135
+ 2.43,
136
+ 2.45,
137
+ 2.47,
138
+ 2.49,
139
+ 2.51,
140
+ 2.54,
141
+ 2.56,
142
+ 2.58,
143
+ 2.6,
144
+ 2.62,
145
+ 2.65,
146
+ 2.67,
147
+ 2.69,
148
+ 2.71,
149
+ 2.73,
150
+ 2.76,
151
+ 2.7800000000000002,
152
+ 2.8,
153
+ 2.8200000000000003,
154
+ 2.84,
155
+ 2.86,
156
+ 2.89,
157
+ 2.91,
158
+ 2.93,
159
+ 2.95,
160
+ 2.9699999999999998,
161
+ 3,
162
+ null
163
+ ],
164
+ "y": [
165
+ 1.8747,
166
+ 1.7998,
167
+ 1.7788,
168
+ 1.7681,
169
+ 1.7504,
170
+ 1.7426,
171
+ 1.7515,
172
+ 1.7297,
173
+ 1.7266,
174
+ 1.716,
175
+ 1.7168,
176
+ 1.7136,
177
+ 1.7018,
178
+ 1.6961,
179
+ 1.7138,
180
+ 1.7039,
181
+ 1.698,
182
+ 1.6897,
183
+ 1.6895,
184
+ 1.6914,
185
+ 1.6772,
186
+ 1.6738,
187
+ 1.6739000000000002,
188
+ 1.6644999999999999,
189
+ 1.6601,
190
+ 1.6522999999999999,
191
+ 1.6626,
192
+ 1.6574,
193
+ 1.6748,
194
+ 1.6680000000000001,
195
+ 1.6560000000000001,
196
+ 1.6487,
197
+ 1.6537000000000002,
198
+ 1.655,
199
+ 1.6492,
200
+ 1.6477,
201
+ 1.642,
202
+ 1.6285,
203
+ 1.6415000000000002,
204
+ 1.6349,
205
+ 1.6272,
206
+ 1.6268,
207
+ 1.6244,
208
+ 1.6253000000000002,
209
+ 1.6337000000000002,
210
+ 1.6131,
211
+ 1.6085,
212
+ 1.6141,
213
+ 1.6097000000000001,
214
+ 1.6068,
215
+ 1.5991,
216
+ 1.6001,
217
+ 1.5873,
218
+ 1.5979,
219
+ 1.5989,
220
+ 1.5973000000000002,
221
+ 1.5945,
222
+ 1.581,
223
+ 1.5826,
224
+ 1.5939999999999999,
225
+ 1.5812,
226
+ 1.5779,
227
+ 1.5807,
228
+ 1.5815000000000001,
229
+ 1.5877,
230
+ 1.5694,
231
+ 1.5807,
232
+ 1.5794000000000001,
233
+ 1.5798,
234
+ 1.5702,
235
+ 1.5756999999999999,
236
+ 1.5699,
237
+ 1.5691000000000002,
238
+ 1.5566,
239
+ 1.562,
240
+ 1.5541,
241
+ 1.5554000000000001,
242
+ 1.5596999999999999,
243
+ 1.5508000000000002,
244
+ 1.5551,
245
+ 1.5636999999999999,
246
+ 1.5442,
247
+ 1.5521,
248
+ 1.5468000000000002,
249
+ 1.5492,
250
+ 1.5510000000000002,
251
+ 1.5483,
252
+ 1.5499,
253
+ 1.5272999999999999,
254
+ 1.5441,
255
+ 1.5401,
256
+ 1.5262,
257
+ 1.5231,
258
+ 1.5282,
259
+ 1.5209000000000001,
260
+ 1.5224,
261
+ 1.5072,
262
+ 1.5152999999999999,
263
+ 1.5189,
264
+ 1.5185,
265
+ 1.5072999999999999,
266
+ 1.522,
267
+ 1.5158,
268
+ 1.5102,
269
+ 1.5093,
270
+ 1.5101,
271
+ 1.5062,
272
+ 1.5039,
273
+ 1.494,
274
+ 1.5095,
275
+ 1.5021,
276
+ 1.5046,
277
+ 1.4966,
278
+ 1.4875,
279
+ 1.5078,
280
+ 1.4892,
281
+ 1.4984,
282
+ 1.4963,
283
+ 1.4895,
284
+ 1.5005000000000002,
285
+ 1.4999,
286
+ 1.4832,
287
+ 1.495,
288
+ 1.499,
289
+ 1.4831,
290
+ 1.4854,
291
+ 1.4918,
292
+ 1.4914,
293
+ 1.4836,
294
+ 1.4828999999999999,
295
+ 1.4824,
296
+ 1.4856,
297
+ 1.487,
298
+ 1.4791,
299
+ 1.4779,
300
+ 1.4794,
301
+ 1.476,
302
+ null
303
+ ]
304
+ }
305
+ ],
306
+ "layout": {
307
+ "template": {
308
+ "data": {
309
+ "bar": [
310
+ {
311
+ "error_x": {
312
+ "color": "#2a3f5f"
313
+ },
314
+ "error_y": {
315
+ "color": "#2a3f5f"
316
+ },
317
+ "marker": {
318
+ "line": {
319
+ "color": "white",
320
+ "width": 0.5
321
+ },
322
+ "pattern": {
323
+ "fillmode": "overlay",
324
+ "size": 10,
325
+ "solidity": 0.2
326
+ }
327
+ },
328
+ "type": "bar"
329
+ }
330
+ ],
331
+ "barpolar": [
332
+ {
333
+ "marker": {
334
+ "line": {
335
+ "color": "white",
336
+ "width": 0.5
337
+ },
338
+ "pattern": {
339
+ "fillmode": "overlay",
340
+ "size": 10,
341
+ "solidity": 0.2
342
+ }
343
+ },
344
+ "type": "barpolar"
345
+ }
346
+ ],
347
+ "carpet": [
348
+ {
349
+ "aaxis": {
350
+ "endlinecolor": "#2a3f5f",
351
+ "gridcolor": "#C8D4E3",
352
+ "linecolor": "#C8D4E3",
353
+ "minorgridcolor": "#C8D4E3",
354
+ "startlinecolor": "#2a3f5f"
355
+ },
356
+ "baxis": {
357
+ "endlinecolor": "#2a3f5f",
358
+ "gridcolor": "#C8D4E3",
359
+ "linecolor": "#C8D4E3",
360
+ "minorgridcolor": "#C8D4E3",
361
+ "startlinecolor": "#2a3f5f"
362
+ },
363
+ "type": "carpet"
364
+ }
365
+ ],
366
+ "choropleth": [
367
+ {
368
+ "colorbar": {
369
+ "outlinewidth": 0,
370
+ "ticks": ""
371
+ },
372
+ "type": "choropleth"
373
+ }
374
+ ],
375
+ "contour": [
376
+ {
377
+ "colorbar": {
378
+ "outlinewidth": 0,
379
+ "ticks": ""
380
+ },
381
+ "colorscale": [
382
+ [
383
+ 0,
384
+ "#0d0887"
385
+ ],
386
+ [
387
+ 0.1111111111111111,
388
+ "#46039f"
389
+ ],
390
+ [
391
+ 0.2222222222222222,
392
+ "#7201a8"
393
+ ],
394
+ [
395
+ 0.3333333333333333,
396
+ "#9c179e"
397
+ ],
398
+ [
399
+ 0.4444444444444444,
400
+ "#bd3786"
401
+ ],
402
+ [
403
+ 0.5555555555555556,
404
+ "#d8576b"
405
+ ],
406
+ [
407
+ 0.6666666666666666,
408
+ "#ed7953"
409
+ ],
410
+ [
411
+ 0.7777777777777778,
412
+ "#fb9f3a"
413
+ ],
414
+ [
415
+ 0.8888888888888888,
416
+ "#fdca26"
417
+ ],
418
+ [
419
+ 1,
420
+ "#f0f921"
421
+ ]
422
+ ],
423
+ "type": "contour"
424
+ }
425
+ ],
426
+ "contourcarpet": [
427
+ {
428
+ "colorbar": {
429
+ "outlinewidth": 0,
430
+ "ticks": ""
431
+ },
432
+ "type": "contourcarpet"
433
+ }
434
+ ],
435
+ "heatmap": [
436
+ {
437
+ "colorbar": {
438
+ "outlinewidth": 0,
439
+ "ticks": ""
440
+ },
441
+ "colorscale": [
442
+ [
443
+ 0,
444
+ "#0d0887"
445
+ ],
446
+ [
447
+ 0.1111111111111111,
448
+ "#46039f"
449
+ ],
450
+ [
451
+ 0.2222222222222222,
452
+ "#7201a8"
453
+ ],
454
+ [
455
+ 0.3333333333333333,
456
+ "#9c179e"
457
+ ],
458
+ [
459
+ 0.4444444444444444,
460
+ "#bd3786"
461
+ ],
462
+ [
463
+ 0.5555555555555556,
464
+ "#d8576b"
465
+ ],
466
+ [
467
+ 0.6666666666666666,
468
+ "#ed7953"
469
+ ],
470
+ [
471
+ 0.7777777777777778,
472
+ "#fb9f3a"
473
+ ],
474
+ [
475
+ 0.8888888888888888,
476
+ "#fdca26"
477
+ ],
478
+ [
479
+ 1,
480
+ "#f0f921"
481
+ ]
482
+ ],
483
+ "type": "heatmap"
484
+ }
485
+ ],
486
+ "heatmapgl": [
487
+ {
488
+ "colorbar": {
489
+ "outlinewidth": 0,
490
+ "ticks": ""
491
+ },
492
+ "colorscale": [
493
+ [
494
+ 0,
495
+ "#0d0887"
496
+ ],
497
+ [
498
+ 0.1111111111111111,
499
+ "#46039f"
500
+ ],
501
+ [
502
+ 0.2222222222222222,
503
+ "#7201a8"
504
+ ],
505
+ [
506
+ 0.3333333333333333,
507
+ "#9c179e"
508
+ ],
509
+ [
510
+ 0.4444444444444444,
511
+ "#bd3786"
512
+ ],
513
+ [
514
+ 0.5555555555555556,
515
+ "#d8576b"
516
+ ],
517
+ [
518
+ 0.6666666666666666,
519
+ "#ed7953"
520
+ ],
521
+ [
522
+ 0.7777777777777778,
523
+ "#fb9f3a"
524
+ ],
525
+ [
526
+ 0.8888888888888888,
527
+ "#fdca26"
528
+ ],
529
+ [
530
+ 1,
531
+ "#f0f921"
532
+ ]
533
+ ],
534
+ "type": "heatmapgl"
535
+ }
536
+ ],
537
+ "histogram": [
538
+ {
539
+ "marker": {
540
+ "pattern": {
541
+ "fillmode": "overlay",
542
+ "size": 10,
543
+ "solidity": 0.2
544
+ }
545
+ },
546
+ "type": "histogram"
547
+ }
548
+ ],
549
+ "histogram2d": [
550
+ {
551
+ "colorbar": {
552
+ "outlinewidth": 0,
553
+ "ticks": ""
554
+ },
555
+ "colorscale": [
556
+ [
557
+ 0,
558
+ "#0d0887"
559
+ ],
560
+ [
561
+ 0.1111111111111111,
562
+ "#46039f"
563
+ ],
564
+ [
565
+ 0.2222222222222222,
566
+ "#7201a8"
567
+ ],
568
+ [
569
+ 0.3333333333333333,
570
+ "#9c179e"
571
+ ],
572
+ [
573
+ 0.4444444444444444,
574
+ "#bd3786"
575
+ ],
576
+ [
577
+ 0.5555555555555556,
578
+ "#d8576b"
579
+ ],
580
+ [
581
+ 0.6666666666666666,
582
+ "#ed7953"
583
+ ],
584
+ [
585
+ 0.7777777777777778,
586
+ "#fb9f3a"
587
+ ],
588
+ [
589
+ 0.8888888888888888,
590
+ "#fdca26"
591
+ ],
592
+ [
593
+ 1,
594
+ "#f0f921"
595
+ ]
596
+ ],
597
+ "type": "histogram2d"
598
+ }
599
+ ],
600
+ "histogram2dcontour": [
601
+ {
602
+ "colorbar": {
603
+ "outlinewidth": 0,
604
+ "ticks": ""
605
+ },
606
+ "colorscale": [
607
+ [
608
+ 0,
609
+ "#0d0887"
610
+ ],
611
+ [
612
+ 0.1111111111111111,
613
+ "#46039f"
614
+ ],
615
+ [
616
+ 0.2222222222222222,
617
+ "#7201a8"
618
+ ],
619
+ [
620
+ 0.3333333333333333,
621
+ "#9c179e"
622
+ ],
623
+ [
624
+ 0.4444444444444444,
625
+ "#bd3786"
626
+ ],
627
+ [
628
+ 0.5555555555555556,
629
+ "#d8576b"
630
+ ],
631
+ [
632
+ 0.6666666666666666,
633
+ "#ed7953"
634
+ ],
635
+ [
636
+ 0.7777777777777778,
637
+ "#fb9f3a"
638
+ ],
639
+ [
640
+ 0.8888888888888888,
641
+ "#fdca26"
642
+ ],
643
+ [
644
+ 1,
645
+ "#f0f921"
646
+ ]
647
+ ],
648
+ "type": "histogram2dcontour"
649
+ }
650
+ ],
651
+ "mesh3d": [
652
+ {
653
+ "colorbar": {
654
+ "outlinewidth": 0,
655
+ "ticks": ""
656
+ },
657
+ "type": "mesh3d"
658
+ }
659
+ ],
660
+ "parcoords": [
661
+ {
662
+ "line": {
663
+ "colorbar": {
664
+ "outlinewidth": 0,
665
+ "ticks": ""
666
+ }
667
+ },
668
+ "type": "parcoords"
669
+ }
670
+ ],
671
+ "pie": [
672
+ {
673
+ "automargin": true,
674
+ "type": "pie"
675
+ }
676
+ ],
677
+ "scatter": [
678
+ {
679
+ "fillpattern": {
680
+ "fillmode": "overlay",
681
+ "size": 10,
682
+ "solidity": 0.2
683
+ },
684
+ "type": "scatter"
685
+ }
686
+ ],
687
+ "scatter3d": [
688
+ {
689
+ "line": {
690
+ "colorbar": {
691
+ "outlinewidth": 0,
692
+ "ticks": ""
693
+ }
694
+ },
695
+ "marker": {
696
+ "colorbar": {
697
+ "outlinewidth": 0,
698
+ "ticks": ""
699
+ }
700
+ },
701
+ "type": "scatter3d"
702
+ }
703
+ ],
704
+ "scattercarpet": [
705
+ {
706
+ "marker": {
707
+ "colorbar": {
708
+ "outlinewidth": 0,
709
+ "ticks": ""
710
+ }
711
+ },
712
+ "type": "scattercarpet"
713
+ }
714
+ ],
715
+ "scattergeo": [
716
+ {
717
+ "marker": {
718
+ "colorbar": {
719
+ "outlinewidth": 0,
720
+ "ticks": ""
721
+ }
722
+ },
723
+ "type": "scattergeo"
724
+ }
725
+ ],
726
+ "scattergl": [
727
+ {
728
+ "marker": {
729
+ "colorbar": {
730
+ "outlinewidth": 0,
731
+ "ticks": ""
732
+ }
733
+ },
734
+ "type": "scattergl"
735
+ }
736
+ ],
737
+ "scattermapbox": [
738
+ {
739
+ "marker": {
740
+ "colorbar": {
741
+ "outlinewidth": 0,
742
+ "ticks": ""
743
+ }
744
+ },
745
+ "type": "scattermapbox"
746
+ }
747
+ ],
748
+ "scatterpolar": [
749
+ {
750
+ "marker": {
751
+ "colorbar": {
752
+ "outlinewidth": 0,
753
+ "ticks": ""
754
+ }
755
+ },
756
+ "type": "scatterpolar"
757
+ }
758
+ ],
759
+ "scatterpolargl": [
760
+ {
761
+ "marker": {
762
+ "colorbar": {
763
+ "outlinewidth": 0,
764
+ "ticks": ""
765
+ }
766
+ },
767
+ "type": "scatterpolargl"
768
+ }
769
+ ],
770
+ "scatterternary": [
771
+ {
772
+ "marker": {
773
+ "colorbar": {
774
+ "outlinewidth": 0,
775
+ "ticks": ""
776
+ }
777
+ },
778
+ "type": "scatterternary"
779
+ }
780
+ ],
781
+ "surface": [
782
+ {
783
+ "colorbar": {
784
+ "outlinewidth": 0,
785
+ "ticks": ""
786
+ },
787
+ "colorscale": [
788
+ [
789
+ 0,
790
+ "#0d0887"
791
+ ],
792
+ [
793
+ 0.1111111111111111,
794
+ "#46039f"
795
+ ],
796
+ [
797
+ 0.2222222222222222,
798
+ "#7201a8"
799
+ ],
800
+ [
801
+ 0.3333333333333333,
802
+ "#9c179e"
803
+ ],
804
+ [
805
+ 0.4444444444444444,
806
+ "#bd3786"
807
+ ],
808
+ [
809
+ 0.5555555555555556,
810
+ "#d8576b"
811
+ ],
812
+ [
813
+ 0.6666666666666666,
814
+ "#ed7953"
815
+ ],
816
+ [
817
+ 0.7777777777777778,
818
+ "#fb9f3a"
819
+ ],
820
+ [
821
+ 0.8888888888888888,
822
+ "#fdca26"
823
+ ],
824
+ [
825
+ 1,
826
+ "#f0f921"
827
+ ]
828
+ ],
829
+ "type": "surface"
830
+ }
831
+ ],
832
+ "table": [
833
+ {
834
+ "cells": {
835
+ "fill": {
836
+ "color": "#EBF0F8"
837
+ },
838
+ "line": {
839
+ "color": "white"
840
+ }
841
+ },
842
+ "header": {
843
+ "fill": {
844
+ "color": "#C8D4E3"
845
+ },
846
+ "line": {
847
+ "color": "white"
848
+ }
849
+ },
850
+ "type": "table"
851
+ }
852
+ ]
853
+ },
854
+ "layout": {
855
+ "annotationdefaults": {
856
+ "arrowcolor": "#2a3f5f",
857
+ "arrowhead": 0,
858
+ "arrowwidth": 1
859
+ },
860
+ "autotypenumbers": "strict",
861
+ "coloraxis": {
862
+ "colorbar": {
863
+ "outlinewidth": 0,
864
+ "ticks": ""
865
+ }
866
+ },
867
+ "colorscale": {
868
+ "diverging": [
869
+ [
870
+ 0,
871
+ "#8e0152"
872
+ ],
873
+ [
874
+ 0.1,
875
+ "#c51b7d"
876
+ ],
877
+ [
878
+ 0.2,
879
+ "#de77ae"
880
+ ],
881
+ [
882
+ 0.3,
883
+ "#f1b6da"
884
+ ],
885
+ [
886
+ 0.4,
887
+ "#fde0ef"
888
+ ],
889
+ [
890
+ 0.5,
891
+ "#f7f7f7"
892
+ ],
893
+ [
894
+ 0.6,
895
+ "#e6f5d0"
896
+ ],
897
+ [
898
+ 0.7,
899
+ "#b8e186"
900
+ ],
901
+ [
902
+ 0.8,
903
+ "#7fbc41"
904
+ ],
905
+ [
906
+ 0.9,
907
+ "#4d9221"
908
+ ],
909
+ [
910
+ 1,
911
+ "#276419"
912
+ ]
913
+ ],
914
+ "sequential": [
915
+ [
916
+ 0,
917
+ "#0d0887"
918
+ ],
919
+ [
920
+ 0.1111111111111111,
921
+ "#46039f"
922
+ ],
923
+ [
924
+ 0.2222222222222222,
925
+ "#7201a8"
926
+ ],
927
+ [
928
+ 0.3333333333333333,
929
+ "#9c179e"
930
+ ],
931
+ [
932
+ 0.4444444444444444,
933
+ "#bd3786"
934
+ ],
935
+ [
936
+ 0.5555555555555556,
937
+ "#d8576b"
938
+ ],
939
+ [
940
+ 0.6666666666666666,
941
+ "#ed7953"
942
+ ],
943
+ [
944
+ 0.7777777777777778,
945
+ "#fb9f3a"
946
+ ],
947
+ [
948
+ 0.8888888888888888,
949
+ "#fdca26"
950
+ ],
951
+ [
952
+ 1,
953
+ "#f0f921"
954
+ ]
955
+ ],
956
+ "sequentialminus": [
957
+ [
958
+ 0,
959
+ "#0d0887"
960
+ ],
961
+ [
962
+ 0.1111111111111111,
963
+ "#46039f"
964
+ ],
965
+ [
966
+ 0.2222222222222222,
967
+ "#7201a8"
968
+ ],
969
+ [
970
+ 0.3333333333333333,
971
+ "#9c179e"
972
+ ],
973
+ [
974
+ 0.4444444444444444,
975
+ "#bd3786"
976
+ ],
977
+ [
978
+ 0.5555555555555556,
979
+ "#d8576b"
980
+ ],
981
+ [
982
+ 0.6666666666666666,
983
+ "#ed7953"
984
+ ],
985
+ [
986
+ 0.7777777777777778,
987
+ "#fb9f3a"
988
+ ],
989
+ [
990
+ 0.8888888888888888,
991
+ "#fdca26"
992
+ ],
993
+ [
994
+ 1,
995
+ "#f0f921"
996
+ ]
997
+ ]
998
+ },
999
+ "colorway": [
1000
+ "#636efa",
1001
+ "#EF553B",
1002
+ "#00cc96",
1003
+ "#ab63fa",
1004
+ "#FFA15A",
1005
+ "#19d3f3",
1006
+ "#FF6692",
1007
+ "#B6E880",
1008
+ "#FF97FF",
1009
+ "#FECB52"
1010
+ ],
1011
+ "font": {
1012
+ "color": "#2a3f5f"
1013
+ },
1014
+ "geo": {
1015
+ "bgcolor": "white",
1016
+ "lakecolor": "white",
1017
+ "landcolor": "white",
1018
+ "showlakes": true,
1019
+ "showland": true,
1020
+ "subunitcolor": "#C8D4E3"
1021
+ },
1022
+ "hoverlabel": {
1023
+ "align": "left"
1024
+ },
1025
+ "hovermode": "closest",
1026
+ "mapbox": {
1027
+ "style": "light"
1028
+ },
1029
+ "paper_bgcolor": "white",
1030
+ "plot_bgcolor": "white",
1031
+ "polar": {
1032
+ "angularaxis": {
1033
+ "gridcolor": "#EBF0F8",
1034
+ "linecolor": "#EBF0F8",
1035
+ "ticks": ""
1036
+ },
1037
+ "bgcolor": "white",
1038
+ "radialaxis": {
1039
+ "gridcolor": "#EBF0F8",
1040
+ "linecolor": "#EBF0F8",
1041
+ "ticks": ""
1042
+ }
1043
+ },
1044
+ "scene": {
1045
+ "xaxis": {
1046
+ "backgroundcolor": "white",
1047
+ "gridcolor": "#DFE8F3",
1048
+ "gridwidth": 2,
1049
+ "linecolor": "#EBF0F8",
1050
+ "showbackground": true,
1051
+ "ticks": "",
1052
+ "zerolinecolor": "#EBF0F8"
1053
+ },
1054
+ "yaxis": {
1055
+ "backgroundcolor": "white",
1056
+ "gridcolor": "#DFE8F3",
1057
+ "gridwidth": 2,
1058
+ "linecolor": "#EBF0F8",
1059
+ "showbackground": true,
1060
+ "ticks": "",
1061
+ "zerolinecolor": "#EBF0F8"
1062
+ },
1063
+ "zaxis": {
1064
+ "backgroundcolor": "white",
1065
+ "gridcolor": "#DFE8F3",
1066
+ "gridwidth": 2,
1067
+ "linecolor": "#EBF0F8",
1068
+ "showbackground": true,
1069
+ "ticks": "",
1070
+ "zerolinecolor": "#EBF0F8"
1071
+ }
1072
+ },
1073
+ "shapedefaults": {
1074
+ "line": {
1075
+ "color": "#2a3f5f"
1076
+ }
1077
+ },
1078
+ "ternary": {
1079
+ "aaxis": {
1080
+ "gridcolor": "#DFE8F3",
1081
+ "linecolor": "#A2B1C6",
1082
+ "ticks": ""
1083
+ },
1084
+ "baxis": {
1085
+ "gridcolor": "#DFE8F3",
1086
+ "linecolor": "#A2B1C6",
1087
+ "ticks": ""
1088
+ },
1089
+ "bgcolor": "white",
1090
+ "caxis": {
1091
+ "gridcolor": "#DFE8F3",
1092
+ "linecolor": "#A2B1C6",
1093
+ "ticks": ""
1094
+ }
1095
+ },
1096
+ "title": {
1097
+ "x": 0.05
1098
+ },
1099
+ "xaxis": {
1100
+ "automargin": true,
1101
+ "gridcolor": "#EBF0F8",
1102
+ "linecolor": "#EBF0F8",
1103
+ "ticks": "",
1104
+ "title": {
1105
+ "standoff": 15
1106
+ },
1107
+ "zerolinecolor": "#EBF0F8",
1108
+ "zerolinewidth": 2
1109
+ },
1110
+ "yaxis": {
1111
+ "automargin": true,
1112
+ "gridcolor": "#EBF0F8",
1113
+ "linecolor": "#EBF0F8",
1114
+ "ticks": "",
1115
+ "title": {
1116
+ "standoff": 15
1117
+ },
1118
+ "zerolinecolor": "#EBF0F8",
1119
+ "zerolinewidth": 2
1120
+ }
1121
+ }
1122
+ },
1123
+ "title": {
1124
+ "text": "Loss Curve for BERT-base (wikitext)"
1125
+ },
1126
+ "xaxis": {
1127
+ "title": {
1128
+ "text": "Epochs"
1129
+ }
1130
+ },
1131
+ "yaxis": {
1132
+ "title": {
1133
+ "text": "Loss"
1134
+ }
1135
+ }
1136
+ }
1137
+ }
1138
+ },
1139
+ "metadata": {},
1140
+ "output_type": "display_data"
1141
+ }
1142
+ ],
1143
+ "source": [
1144
+ "import pandas as pd\n",
1145
+ "import plotly.graph_objs as go\n",
1146
+ "\n",
1147
+ "df = pd.read_json(\"trainer_state.json\")\n",
1148
+ "\n",
1149
+ "df['loss_curve'] = df.log_history[:-1].apply(lambda d: d[\"loss\"])\n",
1150
+ "df['epoch'] = df.log_history[:-1].apply(lambda d: d[\"epoch\"])\n",
1151
+ "\n",
1152
+ "df = df[['epoch', 'loss_curve']]\n",
1153
+ "\n",
1154
+ "trace = go.Scatter(x=df['epoch'], y=df['loss_curve'], \n",
1155
+ " mode='lines', name='Loss', line=dict(color='blue', width=2))\n",
1156
+ "\n",
1157
+ "layout = go.Layout(title=f'Loss Curve for BERT-base (wikitext)', \n",
1158
+ " xaxis=dict(title='Epochs'), \n",
1159
+ " yaxis=dict(title='Loss'), \n",
1160
+ " template='plotly_white')\n",
1161
+ "\n",
1162
+ "fig = go.Figure(data=[trace], layout=layout)\n",
1163
+ "fig.show()"
1164
+ ]
1165
+ }
1166
+ ],
1167
+ "metadata": {
1168
+ "kernelspec": {
1169
+ "display_name": "Python 3 (ipykernel)",
1170
+ "language": "python",
1171
+ "name": "python3"
1172
+ },
1173
+ "language_info": {
1174
+ "codemirror_mode": {
1175
+ "name": "ipython",
1176
+ "version": 3
1177
+ },
1178
+ "file_extension": ".py",
1179
+ "mimetype": "text/x-python",
1180
+ "name": "python",
1181
+ "nbconvert_exporter": "python",
1182
+ "pygments_lexer": "ipython3",
1183
+ "version": "3.9.13"
1184
+ }
1185
+ },
1186
+ "nbformat": 4,
1187
+ "nbformat_minor": 5
1188
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03fc926f5bbb27fb3b69c9355946b1cd481f405e11987eecf7561a5b8cdb1bd
3
+ size 438128811
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 1.5861018672255278,
4
+ "train_runtime": 49915.9647,
5
+ "train_samples": 228639,
6
+ "train_samples_per_second": 13.741,
7
+ "train_steps_per_second": 1.374
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,847 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 68592,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.02,
12
+ "learning_rate": 4.963552600886401e-05,
13
+ "loss": 1.8747,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.04,
18
+ "learning_rate": 4.927105201772802e-05,
19
+ "loss": 1.7998,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.07,
24
+ "learning_rate": 4.890657802659203e-05,
25
+ "loss": 1.7788,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.09,
30
+ "learning_rate": 4.8542104035456035e-05,
31
+ "loss": 1.7681,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.11,
36
+ "learning_rate": 4.8177630044320036e-05,
37
+ "loss": 1.7504,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.13,
42
+ "learning_rate": 4.781315605318405e-05,
43
+ "loss": 1.7426,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.15,
48
+ "learning_rate": 4.744868206204805e-05,
49
+ "loss": 1.7515,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 0.17,
54
+ "learning_rate": 4.708420807091206e-05,
55
+ "loss": 1.7297,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 0.2,
60
+ "learning_rate": 4.671973407977607e-05,
61
+ "loss": 1.7266,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 0.22,
66
+ "learning_rate": 4.635526008864008e-05,
67
+ "loss": 1.716,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 0.24,
72
+ "learning_rate": 4.5990786097504085e-05,
73
+ "loss": 1.7168,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 0.26,
78
+ "learning_rate": 4.5626312106368094e-05,
79
+ "loss": 1.7136,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 0.28,
84
+ "learning_rate": 4.5261838115232095e-05,
85
+ "loss": 1.7018,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 0.31,
90
+ "learning_rate": 4.489736412409611e-05,
91
+ "loss": 1.6961,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 0.33,
96
+ "learning_rate": 4.453289013296011e-05,
97
+ "loss": 1.7138,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 0.35,
102
+ "learning_rate": 4.416841614182412e-05,
103
+ "loss": 1.7039,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 0.37,
108
+ "learning_rate": 4.380394215068813e-05,
109
+ "loss": 1.698,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 0.39,
114
+ "learning_rate": 4.3439468159552136e-05,
115
+ "loss": 1.6897,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 0.42,
120
+ "learning_rate": 4.3074994168416144e-05,
121
+ "loss": 1.6895,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 0.44,
126
+ "learning_rate": 4.271052017728015e-05,
127
+ "loss": 1.6914,
128
+ "step": 10000
129
+ },
130
+ {
131
+ "epoch": 0.46,
132
+ "learning_rate": 4.234604618614416e-05,
133
+ "loss": 1.6772,
134
+ "step": 10500
135
+ },
136
+ {
137
+ "epoch": 0.48,
138
+ "learning_rate": 4.198157219500817e-05,
139
+ "loss": 1.6738,
140
+ "step": 11000
141
+ },
142
+ {
143
+ "epoch": 0.5,
144
+ "learning_rate": 4.161709820387218e-05,
145
+ "loss": 1.6739,
146
+ "step": 11500
147
+ },
148
+ {
149
+ "epoch": 0.52,
150
+ "learning_rate": 4.125262421273618e-05,
151
+ "loss": 1.6645,
152
+ "step": 12000
153
+ },
154
+ {
155
+ "epoch": 0.55,
156
+ "learning_rate": 4.088815022160019e-05,
157
+ "loss": 1.6601,
158
+ "step": 12500
159
+ },
160
+ {
161
+ "epoch": 0.57,
162
+ "learning_rate": 4.0523676230464194e-05,
163
+ "loss": 1.6523,
164
+ "step": 13000
165
+ },
166
+ {
167
+ "epoch": 0.59,
168
+ "learning_rate": 4.01592022393282e-05,
169
+ "loss": 1.6626,
170
+ "step": 13500
171
+ },
172
+ {
173
+ "epoch": 0.61,
174
+ "learning_rate": 3.979472824819221e-05,
175
+ "loss": 1.6574,
176
+ "step": 14000
177
+ },
178
+ {
179
+ "epoch": 0.63,
180
+ "learning_rate": 3.943025425705622e-05,
181
+ "loss": 1.6748,
182
+ "step": 14500
183
+ },
184
+ {
185
+ "epoch": 0.66,
186
+ "learning_rate": 3.906578026592023e-05,
187
+ "loss": 1.668,
188
+ "step": 15000
189
+ },
190
+ {
191
+ "epoch": 0.68,
192
+ "learning_rate": 3.8701306274784235e-05,
193
+ "loss": 1.656,
194
+ "step": 15500
195
+ },
196
+ {
197
+ "epoch": 0.7,
198
+ "learning_rate": 3.833683228364824e-05,
199
+ "loss": 1.6487,
200
+ "step": 16000
201
+ },
202
+ {
203
+ "epoch": 0.72,
204
+ "learning_rate": 3.797235829251225e-05,
205
+ "loss": 1.6537,
206
+ "step": 16500
207
+ },
208
+ {
209
+ "epoch": 0.74,
210
+ "learning_rate": 3.760788430137625e-05,
211
+ "loss": 1.655,
212
+ "step": 17000
213
+ },
214
+ {
215
+ "epoch": 0.77,
216
+ "learning_rate": 3.724341031024026e-05,
217
+ "loss": 1.6492,
218
+ "step": 17500
219
+ },
220
+ {
221
+ "epoch": 0.79,
222
+ "learning_rate": 3.687893631910427e-05,
223
+ "loss": 1.6477,
224
+ "step": 18000
225
+ },
226
+ {
227
+ "epoch": 0.81,
228
+ "learning_rate": 3.651446232796828e-05,
229
+ "loss": 1.642,
230
+ "step": 18500
231
+ },
232
+ {
233
+ "epoch": 0.83,
234
+ "learning_rate": 3.6149988336832286e-05,
235
+ "loss": 1.6285,
236
+ "step": 19000
237
+ },
238
+ {
239
+ "epoch": 0.85,
240
+ "learning_rate": 3.5785514345696294e-05,
241
+ "loss": 1.6415,
242
+ "step": 19500
243
+ },
244
+ {
245
+ "epoch": 0.87,
246
+ "learning_rate": 3.5421040354560295e-05,
247
+ "loss": 1.6349,
248
+ "step": 20000
249
+ },
250
+ {
251
+ "epoch": 0.9,
252
+ "learning_rate": 3.505656636342431e-05,
253
+ "loss": 1.6272,
254
+ "step": 20500
255
+ },
256
+ {
257
+ "epoch": 0.92,
258
+ "learning_rate": 3.469209237228832e-05,
259
+ "loss": 1.6268,
260
+ "step": 21000
261
+ },
262
+ {
263
+ "epoch": 0.94,
264
+ "learning_rate": 3.432761838115232e-05,
265
+ "loss": 1.6244,
266
+ "step": 21500
267
+ },
268
+ {
269
+ "epoch": 0.96,
270
+ "learning_rate": 3.3963144390016335e-05,
271
+ "loss": 1.6253,
272
+ "step": 22000
273
+ },
274
+ {
275
+ "epoch": 0.98,
276
+ "learning_rate": 3.3598670398880336e-05,
277
+ "loss": 1.6337,
278
+ "step": 22500
279
+ },
280
+ {
281
+ "epoch": 1.01,
282
+ "learning_rate": 3.3234196407744344e-05,
283
+ "loss": 1.6131,
284
+ "step": 23000
285
+ },
286
+ {
287
+ "epoch": 1.03,
288
+ "learning_rate": 3.286972241660835e-05,
289
+ "loss": 1.6085,
290
+ "step": 23500
291
+ },
292
+ {
293
+ "epoch": 1.05,
294
+ "learning_rate": 3.250524842547236e-05,
295
+ "loss": 1.6141,
296
+ "step": 24000
297
+ },
298
+ {
299
+ "epoch": 1.07,
300
+ "learning_rate": 3.214077443433637e-05,
301
+ "loss": 1.6097,
302
+ "step": 24500
303
+ },
304
+ {
305
+ "epoch": 1.09,
306
+ "learning_rate": 3.177630044320038e-05,
307
+ "loss": 1.6068,
308
+ "step": 25000
309
+ },
310
+ {
311
+ "epoch": 1.12,
312
+ "learning_rate": 3.141182645206438e-05,
313
+ "loss": 1.5991,
314
+ "step": 25500
315
+ },
316
+ {
317
+ "epoch": 1.14,
318
+ "learning_rate": 3.104735246092839e-05,
319
+ "loss": 1.6001,
320
+ "step": 26000
321
+ },
322
+ {
323
+ "epoch": 1.16,
324
+ "learning_rate": 3.0682878469792395e-05,
325
+ "loss": 1.5873,
326
+ "step": 26500
327
+ },
328
+ {
329
+ "epoch": 1.18,
330
+ "learning_rate": 3.0318404478656403e-05,
331
+ "loss": 1.5979,
332
+ "step": 27000
333
+ },
334
+ {
335
+ "epoch": 1.2,
336
+ "learning_rate": 2.995393048752041e-05,
337
+ "loss": 1.5989,
338
+ "step": 27500
339
+ },
340
+ {
341
+ "epoch": 1.22,
342
+ "learning_rate": 2.9589456496384422e-05,
343
+ "loss": 1.5973,
344
+ "step": 28000
345
+ },
346
+ {
347
+ "epoch": 1.25,
348
+ "learning_rate": 2.9224982505248427e-05,
349
+ "loss": 1.5945,
350
+ "step": 28500
351
+ },
352
+ {
353
+ "epoch": 1.27,
354
+ "learning_rate": 2.8860508514112432e-05,
355
+ "loss": 1.581,
356
+ "step": 29000
357
+ },
358
+ {
359
+ "epoch": 1.29,
360
+ "learning_rate": 2.849603452297644e-05,
361
+ "loss": 1.5826,
362
+ "step": 29500
363
+ },
364
+ {
365
+ "epoch": 1.31,
366
+ "learning_rate": 2.8131560531840452e-05,
367
+ "loss": 1.594,
368
+ "step": 30000
369
+ },
370
+ {
371
+ "epoch": 1.33,
372
+ "learning_rate": 2.7767086540704457e-05,
373
+ "loss": 1.5812,
374
+ "step": 30500
375
+ },
376
+ {
377
+ "epoch": 1.36,
378
+ "learning_rate": 2.740261254956846e-05,
379
+ "loss": 1.5779,
380
+ "step": 31000
381
+ },
382
+ {
383
+ "epoch": 1.38,
384
+ "learning_rate": 2.7038138558432473e-05,
385
+ "loss": 1.5807,
386
+ "step": 31500
387
+ },
388
+ {
389
+ "epoch": 1.4,
390
+ "learning_rate": 2.667366456729648e-05,
391
+ "loss": 1.5815,
392
+ "step": 32000
393
+ },
394
+ {
395
+ "epoch": 1.42,
396
+ "learning_rate": 2.6309190576160486e-05,
397
+ "loss": 1.5877,
398
+ "step": 32500
399
+ },
400
+ {
401
+ "epoch": 1.44,
402
+ "learning_rate": 2.594471658502449e-05,
403
+ "loss": 1.5694,
404
+ "step": 33000
405
+ },
406
+ {
407
+ "epoch": 1.47,
408
+ "learning_rate": 2.5580242593888502e-05,
409
+ "loss": 1.5807,
410
+ "step": 33500
411
+ },
412
+ {
413
+ "epoch": 1.49,
414
+ "learning_rate": 2.521576860275251e-05,
415
+ "loss": 1.5794,
416
+ "step": 34000
417
+ },
418
+ {
419
+ "epoch": 1.51,
420
+ "learning_rate": 2.4851294611616515e-05,
421
+ "loss": 1.5798,
422
+ "step": 34500
423
+ },
424
+ {
425
+ "epoch": 1.53,
426
+ "learning_rate": 2.4486820620480523e-05,
427
+ "loss": 1.5702,
428
+ "step": 35000
429
+ },
430
+ {
431
+ "epoch": 1.55,
432
+ "learning_rate": 2.412234662934453e-05,
433
+ "loss": 1.5757,
434
+ "step": 35500
435
+ },
436
+ {
437
+ "epoch": 1.57,
438
+ "learning_rate": 2.375787263820854e-05,
439
+ "loss": 1.5699,
440
+ "step": 36000
441
+ },
442
+ {
443
+ "epoch": 1.6,
444
+ "learning_rate": 2.3393398647072544e-05,
445
+ "loss": 1.5691,
446
+ "step": 36500
447
+ },
448
+ {
449
+ "epoch": 1.62,
450
+ "learning_rate": 2.3028924655936553e-05,
451
+ "loss": 1.5566,
452
+ "step": 37000
453
+ },
454
+ {
455
+ "epoch": 1.64,
456
+ "learning_rate": 2.266445066480056e-05,
457
+ "loss": 1.562,
458
+ "step": 37500
459
+ },
460
+ {
461
+ "epoch": 1.66,
462
+ "learning_rate": 2.229997667366457e-05,
463
+ "loss": 1.5541,
464
+ "step": 38000
465
+ },
466
+ {
467
+ "epoch": 1.68,
468
+ "learning_rate": 2.1935502682528574e-05,
469
+ "loss": 1.5554,
470
+ "step": 38500
471
+ },
472
+ {
473
+ "epoch": 1.71,
474
+ "learning_rate": 2.1571028691392585e-05,
475
+ "loss": 1.5597,
476
+ "step": 39000
477
+ },
478
+ {
479
+ "epoch": 1.73,
480
+ "learning_rate": 2.120655470025659e-05,
481
+ "loss": 1.5508,
482
+ "step": 39500
483
+ },
484
+ {
485
+ "epoch": 1.75,
486
+ "learning_rate": 2.0842080709120598e-05,
487
+ "loss": 1.5551,
488
+ "step": 40000
489
+ },
490
+ {
491
+ "epoch": 1.77,
492
+ "learning_rate": 2.0477606717984603e-05,
493
+ "loss": 1.5637,
494
+ "step": 40500
495
+ },
496
+ {
497
+ "epoch": 1.79,
498
+ "learning_rate": 2.0113132726848614e-05,
499
+ "loss": 1.5442,
500
+ "step": 41000
501
+ },
502
+ {
503
+ "epoch": 1.82,
504
+ "learning_rate": 1.9748658735712623e-05,
505
+ "loss": 1.5521,
506
+ "step": 41500
507
+ },
508
+ {
509
+ "epoch": 1.84,
510
+ "learning_rate": 1.9384184744576627e-05,
511
+ "loss": 1.5468,
512
+ "step": 42000
513
+ },
514
+ {
515
+ "epoch": 1.86,
516
+ "learning_rate": 1.9019710753440636e-05,
517
+ "loss": 1.5492,
518
+ "step": 42500
519
+ },
520
+ {
521
+ "epoch": 1.88,
522
+ "learning_rate": 1.8655236762304644e-05,
523
+ "loss": 1.551,
524
+ "step": 43000
525
+ },
526
+ {
527
+ "epoch": 1.9,
528
+ "learning_rate": 1.8290762771168652e-05,
529
+ "loss": 1.5483,
530
+ "step": 43500
531
+ },
532
+ {
533
+ "epoch": 1.92,
534
+ "learning_rate": 1.7926288780032657e-05,
535
+ "loss": 1.5499,
536
+ "step": 44000
537
+ },
538
+ {
539
+ "epoch": 1.95,
540
+ "learning_rate": 1.7561814788896665e-05,
541
+ "loss": 1.5273,
542
+ "step": 44500
543
+ },
544
+ {
545
+ "epoch": 1.97,
546
+ "learning_rate": 1.7197340797760673e-05,
547
+ "loss": 1.5441,
548
+ "step": 45000
549
+ },
550
+ {
551
+ "epoch": 1.99,
552
+ "learning_rate": 1.683286680662468e-05,
553
+ "loss": 1.5401,
554
+ "step": 45500
555
+ },
556
+ {
557
+ "epoch": 2.01,
558
+ "learning_rate": 1.6468392815488686e-05,
559
+ "loss": 1.5262,
560
+ "step": 46000
561
+ },
562
+ {
563
+ "epoch": 2.03,
564
+ "learning_rate": 1.6103918824352694e-05,
565
+ "loss": 1.5231,
566
+ "step": 46500
567
+ },
568
+ {
569
+ "epoch": 2.06,
570
+ "learning_rate": 1.5739444833216702e-05,
571
+ "loss": 1.5282,
572
+ "step": 47000
573
+ },
574
+ {
575
+ "epoch": 2.08,
576
+ "learning_rate": 1.537497084208071e-05,
577
+ "loss": 1.5209,
578
+ "step": 47500
579
+ },
580
+ {
581
+ "epoch": 2.1,
582
+ "learning_rate": 1.5010496850944717e-05,
583
+ "loss": 1.5224,
584
+ "step": 48000
585
+ },
586
+ {
587
+ "epoch": 2.12,
588
+ "learning_rate": 1.4646022859808725e-05,
589
+ "loss": 1.5072,
590
+ "step": 48500
591
+ },
592
+ {
593
+ "epoch": 2.14,
594
+ "learning_rate": 1.4281548868672732e-05,
595
+ "loss": 1.5153,
596
+ "step": 49000
597
+ },
598
+ {
599
+ "epoch": 2.16,
600
+ "learning_rate": 1.391707487753674e-05,
601
+ "loss": 1.5189,
602
+ "step": 49500
603
+ },
604
+ {
605
+ "epoch": 2.19,
606
+ "learning_rate": 1.3552600886400746e-05,
607
+ "loss": 1.5185,
608
+ "step": 50000
609
+ },
610
+ {
611
+ "epoch": 2.21,
612
+ "learning_rate": 1.3188126895264754e-05,
613
+ "loss": 1.5073,
614
+ "step": 50500
615
+ },
616
+ {
617
+ "epoch": 2.23,
618
+ "learning_rate": 1.282365290412876e-05,
619
+ "loss": 1.522,
620
+ "step": 51000
621
+ },
622
+ {
623
+ "epoch": 2.25,
624
+ "learning_rate": 1.2459178912992769e-05,
625
+ "loss": 1.5158,
626
+ "step": 51500
627
+ },
628
+ {
629
+ "epoch": 2.27,
630
+ "learning_rate": 1.2094704921856777e-05,
631
+ "loss": 1.5102,
632
+ "step": 52000
633
+ },
634
+ {
635
+ "epoch": 2.3,
636
+ "learning_rate": 1.1730230930720784e-05,
637
+ "loss": 1.5093,
638
+ "step": 52500
639
+ },
640
+ {
641
+ "epoch": 2.32,
642
+ "learning_rate": 1.1365756939584792e-05,
643
+ "loss": 1.5101,
644
+ "step": 53000
645
+ },
646
+ {
647
+ "epoch": 2.34,
648
+ "learning_rate": 1.1001282948448798e-05,
649
+ "loss": 1.5062,
650
+ "step": 53500
651
+ },
652
+ {
653
+ "epoch": 2.36,
654
+ "learning_rate": 1.0636808957312806e-05,
655
+ "loss": 1.5039,
656
+ "step": 54000
657
+ },
658
+ {
659
+ "epoch": 2.38,
660
+ "learning_rate": 1.0272334966176813e-05,
661
+ "loss": 1.494,
662
+ "step": 54500
663
+ },
664
+ {
665
+ "epoch": 2.41,
666
+ "learning_rate": 9.907860975040821e-06,
667
+ "loss": 1.5095,
668
+ "step": 55000
669
+ },
670
+ {
671
+ "epoch": 2.43,
672
+ "learning_rate": 9.54338698390483e-06,
673
+ "loss": 1.5021,
674
+ "step": 55500
675
+ },
676
+ {
677
+ "epoch": 2.45,
678
+ "learning_rate": 9.178912992768836e-06,
679
+ "loss": 1.5046,
680
+ "step": 56000
681
+ },
682
+ {
683
+ "epoch": 2.47,
684
+ "learning_rate": 8.814439001632844e-06,
685
+ "loss": 1.4966,
686
+ "step": 56500
687
+ },
688
+ {
689
+ "epoch": 2.49,
690
+ "learning_rate": 8.449965010496852e-06,
691
+ "loss": 1.4875,
692
+ "step": 57000
693
+ },
694
+ {
695
+ "epoch": 2.51,
696
+ "learning_rate": 8.085491019360859e-06,
697
+ "loss": 1.5078,
698
+ "step": 57500
699
+ },
700
+ {
701
+ "epoch": 2.54,
702
+ "learning_rate": 7.721017028224867e-06,
703
+ "loss": 1.4892,
704
+ "step": 58000
705
+ },
706
+ {
707
+ "epoch": 2.56,
708
+ "learning_rate": 7.356543037088874e-06,
709
+ "loss": 1.4984,
710
+ "step": 58500
711
+ },
712
+ {
713
+ "epoch": 2.58,
714
+ "learning_rate": 6.992069045952881e-06,
715
+ "loss": 1.4963,
716
+ "step": 59000
717
+ },
718
+ {
719
+ "epoch": 2.6,
720
+ "learning_rate": 6.627595054816889e-06,
721
+ "loss": 1.4895,
722
+ "step": 59500
723
+ },
724
+ {
725
+ "epoch": 2.62,
726
+ "learning_rate": 6.263121063680896e-06,
727
+ "loss": 1.5005,
728
+ "step": 60000
729
+ },
730
+ {
731
+ "epoch": 2.65,
732
+ "learning_rate": 5.898647072544903e-06,
733
+ "loss": 1.4999,
734
+ "step": 60500
735
+ },
736
+ {
737
+ "epoch": 2.67,
738
+ "learning_rate": 5.534173081408911e-06,
739
+ "loss": 1.4832,
740
+ "step": 61000
741
+ },
742
+ {
743
+ "epoch": 2.69,
744
+ "learning_rate": 5.169699090272919e-06,
745
+ "loss": 1.495,
746
+ "step": 61500
747
+ },
748
+ {
749
+ "epoch": 2.71,
750
+ "learning_rate": 4.805225099136926e-06,
751
+ "loss": 1.499,
752
+ "step": 62000
753
+ },
754
+ {
755
+ "epoch": 2.73,
756
+ "learning_rate": 4.4407511080009334e-06,
757
+ "loss": 1.4831,
758
+ "step": 62500
759
+ },
760
+ {
761
+ "epoch": 2.76,
762
+ "learning_rate": 4.076277116864941e-06,
763
+ "loss": 1.4854,
764
+ "step": 63000
765
+ },
766
+ {
767
+ "epoch": 2.78,
768
+ "learning_rate": 3.711803125728948e-06,
769
+ "loss": 1.4918,
770
+ "step": 63500
771
+ },
772
+ {
773
+ "epoch": 2.8,
774
+ "learning_rate": 3.3473291345929554e-06,
775
+ "loss": 1.4914,
776
+ "step": 64000
777
+ },
778
+ {
779
+ "epoch": 2.82,
780
+ "learning_rate": 2.982855143456963e-06,
781
+ "loss": 1.4836,
782
+ "step": 64500
783
+ },
784
+ {
785
+ "epoch": 2.84,
786
+ "learning_rate": 2.6183811523209705e-06,
787
+ "loss": 1.4829,
788
+ "step": 65000
789
+ },
790
+ {
791
+ "epoch": 2.86,
792
+ "learning_rate": 2.253907161184978e-06,
793
+ "loss": 1.4824,
794
+ "step": 65500
795
+ },
796
+ {
797
+ "epoch": 2.89,
798
+ "learning_rate": 1.8894331700489855e-06,
799
+ "loss": 1.4856,
800
+ "step": 66000
801
+ },
802
+ {
803
+ "epoch": 2.91,
804
+ "learning_rate": 1.5249591789129928e-06,
805
+ "loss": 1.487,
806
+ "step": 66500
807
+ },
808
+ {
809
+ "epoch": 2.93,
810
+ "learning_rate": 1.1604851877770002e-06,
811
+ "loss": 1.4791,
812
+ "step": 67000
813
+ },
814
+ {
815
+ "epoch": 2.95,
816
+ "learning_rate": 7.960111966410078e-07,
817
+ "loss": 1.4779,
818
+ "step": 67500
819
+ },
820
+ {
821
+ "epoch": 2.97,
822
+ "learning_rate": 4.3153720550501516e-07,
823
+ "loss": 1.4794,
824
+ "step": 68000
825
+ },
826
+ {
827
+ "epoch": 3.0,
828
+ "learning_rate": 6.706321436902263e-08,
829
+ "loss": 1.476,
830
+ "step": 68500
831
+ },
832
+ {
833
+ "epoch": 3.0,
834
+ "step": 68592,
835
+ "total_flos": 1.805366555813376e+17,
836
+ "train_loss": 1.5861018672255278,
837
+ "train_runtime": 49915.9647,
838
+ "train_samples_per_second": 13.741,
839
+ "train_steps_per_second": 1.374
840
+ }
841
+ ],
842
+ "max_steps": 68592,
843
+ "num_train_epochs": 3,
844
+ "total_flos": 1.805366555813376e+17,
845
+ "trial_name": null,
846
+ "trial_params": null
847
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0014fbdd3e05e6adc2608f18151530bddb519019e28d69c02646213b805ae0f8
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff