Elkelouizajo commited on
Commit
e609e19
1 Parent(s): b579048

Upload 17 files

Browse files
README (1).md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-bert/bert-large-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: results_bert_xlarge
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # results_bert_xlarge
15
+
16
+ This model is a fine-tuned version of [google-bert/bert-large-cased](https://huggingface.co/google-bert/bert-large-cased) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 8
38
+ - seed: 8446
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 11.0
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.39.0.dev0
50
+ - Pytorch 2.2.1+cu121
51
+ - Datasets 2.18.0
52
+ - Tokenizers 0.15.2
all_results (1).json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 11.0,
3
+ "train_loss": 0.0872608635859056,
4
+ "train_runtime": 5767.3328,
5
+ "train_samples": 7998,
6
+ "train_samples_per_second": 15.255,
7
+ "train_steps_per_second": 0.477
8
+ }
checkpoint-1000.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201e0fd7db166b72478343eabe0b992942bd150513b7a7a42c82b39c7070a763
3
+ size 3586628165
checkpoint-1500.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0cc0e57d54a355115ef49c5fda89598c6370bffced54f4cebb9f08298956962
3
+ size 3587360413
checkpoint-2000.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ce485ce5aa8a7258d75426651cb7d8adeb0437adfe21fa10775c3e0613c6eb
3
+ size 3587506007
checkpoint-2500.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f96b2788c4ab0a194ebbf95b35cdc23a0d6d0404680afb1ca567c013d23dff
3
+ size 3587389878
checkpoint-500.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7889fb323e49a45261fb14b3a588c41d7bd1777c788dbd5de67f81120e891e24
3
+ size 3586145586
config (1).json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "text-classification",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "0",
16
+ "1": "1"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.39.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 28996
42
+ }
model (1).safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda00803d9c27bcb3e95da2a3f56f3c8adb5b1dce6074c463bb59293c3fcd79d
3
+ size 1334372264
predict_results (1).txt ADDED
@@ -0,0 +1,1001 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ index prediction
2
+ 0 0
3
+ 1 0
4
+ 2 0
5
+ 3 0
6
+ 4 0
7
+ 5 1
8
+ 6 0
9
+ 7 0
10
+ 8 0
11
+ 9 0
12
+ 10 0
13
+ 11 0
14
+ 12 0
15
+ 13 1
16
+ 14 1
17
+ 15 0
18
+ 16 0
19
+ 17 0
20
+ 18 0
21
+ 19 0
22
+ 20 0
23
+ 21 0
24
+ 22 0
25
+ 23 1
26
+ 24 0
27
+ 25 0
28
+ 26 0
29
+ 27 0
30
+ 28 0
31
+ 29 0
32
+ 30 0
33
+ 31 0
34
+ 32 0
35
+ 33 0
36
+ 34 0
37
+ 35 0
38
+ 36 0
39
+ 37 0
40
+ 38 1
41
+ 39 0
42
+ 40 0
43
+ 41 0
44
+ 42 0
45
+ 43 0
46
+ 44 1
47
+ 45 0
48
+ 46 0
49
+ 47 0
50
+ 48 1
51
+ 49 0
52
+ 50 0
53
+ 51 0
54
+ 52 0
55
+ 53 0
56
+ 54 0
57
+ 55 0
58
+ 56 0
59
+ 57 0
60
+ 58 0
61
+ 59 0
62
+ 60 0
63
+ 61 0
64
+ 62 0
65
+ 63 0
66
+ 64 0
67
+ 65 0
68
+ 66 0
69
+ 67 0
70
+ 68 0
71
+ 69 0
72
+ 70 1
73
+ 71 0
74
+ 72 0
75
+ 73 0
76
+ 74 0
77
+ 75 0
78
+ 76 0
79
+ 77 0
80
+ 78 0
81
+ 79 0
82
+ 80 0
83
+ 81 0
84
+ 82 1
85
+ 83 0
86
+ 84 0
87
+ 85 0
88
+ 86 0
89
+ 87 0
90
+ 88 0
91
+ 89 0
92
+ 90 0
93
+ 91 0
94
+ 92 0
95
+ 93 0
96
+ 94 0
97
+ 95 0
98
+ 96 0
99
+ 97 0
100
+ 98 0
101
+ 99 0
102
+ 100 0
103
+ 101 0
104
+ 102 0
105
+ 103 0
106
+ 104 0
107
+ 105 1
108
+ 106 0
109
+ 107 0
110
+ 108 0
111
+ 109 0
112
+ 110 0
113
+ 111 0
114
+ 112 0
115
+ 113 0
116
+ 114 0
117
+ 115 0
118
+ 116 0
119
+ 117 0
120
+ 118 0
121
+ 119 0
122
+ 120 0
123
+ 121 0
124
+ 122 0
125
+ 123 0
126
+ 124 1
127
+ 125 0
128
+ 126 0
129
+ 127 0
130
+ 128 0
131
+ 129 0
132
+ 130 0
133
+ 131 0
134
+ 132 0
135
+ 133 0
136
+ 134 0
137
+ 135 0
138
+ 136 0
139
+ 137 0
140
+ 138 0
141
+ 139 0
142
+ 140 0
143
+ 141 0
144
+ 142 0
145
+ 143 1
146
+ 144 0
147
+ 145 0
148
+ 146 0
149
+ 147 0
150
+ 148 0
151
+ 149 0
152
+ 150 0
153
+ 151 0
154
+ 152 0
155
+ 153 0
156
+ 154 0
157
+ 155 0
158
+ 156 0
159
+ 157 0
160
+ 158 0
161
+ 159 0
162
+ 160 0
163
+ 161 0
164
+ 162 0
165
+ 163 0
166
+ 164 1
167
+ 165 0
168
+ 166 0
169
+ 167 0
170
+ 168 0
171
+ 169 0
172
+ 170 0
173
+ 171 0
174
+ 172 0
175
+ 173 0
176
+ 174 0
177
+ 175 0
178
+ 176 1
179
+ 177 0
180
+ 178 0
181
+ 179 0
182
+ 180 0
183
+ 181 0
184
+ 182 0
185
+ 183 0
186
+ 184 0
187
+ 185 0
188
+ 186 0
189
+ 187 1
190
+ 188 0
191
+ 189 0
192
+ 190 0
193
+ 191 0
194
+ 192 0
195
+ 193 0
196
+ 194 0
197
+ 195 0
198
+ 196 0
199
+ 197 0
200
+ 198 0
201
+ 199 0
202
+ 200 0
203
+ 201 0
204
+ 202 0
205
+ 203 0
206
+ 204 0
207
+ 205 0
208
+ 206 0
209
+ 207 0
210
+ 208 0
211
+ 209 0
212
+ 210 0
213
+ 211 1
214
+ 212 1
215
+ 213 0
216
+ 214 0
217
+ 215 0
218
+ 216 0
219
+ 217 0
220
+ 218 0
221
+ 219 0
222
+ 220 0
223
+ 221 0
224
+ 222 0
225
+ 223 0
226
+ 224 0
227
+ 225 0
228
+ 226 0
229
+ 227 0
230
+ 228 0
231
+ 229 0
232
+ 230 0
233
+ 231 0
234
+ 232 0
235
+ 233 1
236
+ 234 0
237
+ 235 1
238
+ 236 0
239
+ 237 0
240
+ 238 0
241
+ 239 0
242
+ 240 0
243
+ 241 1
244
+ 242 0
245
+ 243 0
246
+ 244 0
247
+ 245 0
248
+ 246 0
249
+ 247 0
250
+ 248 0
251
+ 249 0
252
+ 250 0
253
+ 251 0
254
+ 252 0
255
+ 253 0
256
+ 254 0
257
+ 255 1
258
+ 256 0
259
+ 257 0
260
+ 258 0
261
+ 259 0
262
+ 260 0
263
+ 261 1
264
+ 262 0
265
+ 263 0
266
+ 264 0
267
+ 265 0
268
+ 266 0
269
+ 267 0
270
+ 268 1
271
+ 269 0
272
+ 270 0
273
+ 271 0
274
+ 272 0
275
+ 273 0
276
+ 274 0
277
+ 275 1
278
+ 276 1
279
+ 277 0
280
+ 278 0
281
+ 279 0
282
+ 280 0
283
+ 281 1
284
+ 282 0
285
+ 283 0
286
+ 284 0
287
+ 285 0
288
+ 286 0
289
+ 287 0
290
+ 288 1
291
+ 289 0
292
+ 290 0
293
+ 291 0
294
+ 292 0
295
+ 293 1
296
+ 294 0
297
+ 295 0
298
+ 296 0
299
+ 297 1
300
+ 298 0
301
+ 299 1
302
+ 300 0
303
+ 301 1
304
+ 302 0
305
+ 303 0
306
+ 304 0
307
+ 305 0
308
+ 306 0
309
+ 307 0
310
+ 308 1
311
+ 309 0
312
+ 310 0
313
+ 311 0
314
+ 312 0
315
+ 313 0
316
+ 314 0
317
+ 315 0
318
+ 316 0
319
+ 317 0
320
+ 318 0
321
+ 319 0
322
+ 320 0
323
+ 321 0
324
+ 322 0
325
+ 323 0
326
+ 324 0
327
+ 325 0
328
+ 326 0
329
+ 327 0
330
+ 328 0
331
+ 329 0
332
+ 330 1
333
+ 331 0
334
+ 332 0
335
+ 333 0
336
+ 334 1
337
+ 335 0
338
+ 336 0
339
+ 337 0
340
+ 338 0
341
+ 339 0
342
+ 340 0
343
+ 341 0
344
+ 342 0
345
+ 343 0
346
+ 344 1
347
+ 345 0
348
+ 346 1
349
+ 347 0
350
+ 348 0
351
+ 349 0
352
+ 350 0
353
+ 351 0
354
+ 352 1
355
+ 353 0
356
+ 354 0
357
+ 355 0
358
+ 356 0
359
+ 357 0
360
+ 358 0
361
+ 359 0
362
+ 360 0
363
+ 361 0
364
+ 362 0
365
+ 363 0
366
+ 364 0
367
+ 365 1
368
+ 366 0
369
+ 367 0
370
+ 368 1
371
+ 369 0
372
+ 370 0
373
+ 371 0
374
+ 372 0
375
+ 373 0
376
+ 374 0
377
+ 375 0
378
+ 376 0
379
+ 377 0
380
+ 378 0
381
+ 379 0
382
+ 380 0
383
+ 381 0
384
+ 382 0
385
+ 383 0
386
+ 384 0
387
+ 385 0
388
+ 386 0
389
+ 387 0
390
+ 388 0
391
+ 389 1
392
+ 390 0
393
+ 391 0
394
+ 392 0
395
+ 393 0
396
+ 394 0
397
+ 395 0
398
+ 396 1
399
+ 397 0
400
+ 398 0
401
+ 399 0
402
+ 400 0
403
+ 401 0
404
+ 402 0
405
+ 403 0
406
+ 404 0
407
+ 405 1
408
+ 406 0
409
+ 407 0
410
+ 408 0
411
+ 409 0
412
+ 410 0
413
+ 411 0
414
+ 412 0
415
+ 413 0
416
+ 414 0
417
+ 415 0
418
+ 416 0
419
+ 417 0
420
+ 418 0
421
+ 419 0
422
+ 420 0
423
+ 421 0
424
+ 422 0
425
+ 423 0
426
+ 424 0
427
+ 425 0
428
+ 426 0
429
+ 427 0
430
+ 428 0
431
+ 429 0
432
+ 430 0
433
+ 431 0
434
+ 432 0
435
+ 433 0
436
+ 434 0
437
+ 435 0
438
+ 436 0
439
+ 437 0
440
+ 438 0
441
+ 439 0
442
+ 440 0
443
+ 441 0
444
+ 442 0
445
+ 443 0
446
+ 444 0
447
+ 445 0
448
+ 446 0
449
+ 447 1
450
+ 448 0
451
+ 449 0
452
+ 450 0
453
+ 451 0
454
+ 452 0
455
+ 453 0
456
+ 454 0
457
+ 455 0
458
+ 456 0
459
+ 457 0
460
+ 458 0
461
+ 459 0
462
+ 460 1
463
+ 461 0
464
+ 462 0
465
+ 463 0
466
+ 464 1
467
+ 465 0
468
+ 466 0
469
+ 467 0
470
+ 468 0
471
+ 469 0
472
+ 470 0
473
+ 471 0
474
+ 472 0
475
+ 473 0
476
+ 474 0
477
+ 475 0
478
+ 476 0
479
+ 477 0
480
+ 478 0
481
+ 479 0
482
+ 480 0
483
+ 481 0
484
+ 482 0
485
+ 483 0
486
+ 484 0
487
+ 485 0
488
+ 486 0
489
+ 487 0
490
+ 488 0
491
+ 489 0
492
+ 490 0
493
+ 491 0
494
+ 492 1
495
+ 493 0
496
+ 494 0
497
+ 495 0
498
+ 496 0
499
+ 497 0
500
+ 498 0
501
+ 499 0
502
+ 500 1
503
+ 501 1
504
+ 502 1
505
+ 503 0
506
+ 504 1
507
+ 505 1
508
+ 506 1
509
+ 507 1
510
+ 508 1
511
+ 509 1
512
+ 510 1
513
+ 511 1
514
+ 512 0
515
+ 513 1
516
+ 514 1
517
+ 515 1
518
+ 516 1
519
+ 517 1
520
+ 518 0
521
+ 519 1
522
+ 520 1
523
+ 521 1
524
+ 522 1
525
+ 523 1
526
+ 524 1
527
+ 525 1
528
+ 526 1
529
+ 527 1
530
+ 528 1
531
+ 529 1
532
+ 530 1
533
+ 531 1
534
+ 532 1
535
+ 533 1
536
+ 534 1
537
+ 535 1
538
+ 536 1
539
+ 537 0
540
+ 538 1
541
+ 539 1
542
+ 540 1
543
+ 541 1
544
+ 542 0
545
+ 543 1
546
+ 544 1
547
+ 545 1
548
+ 546 1
549
+ 547 1
550
+ 548 1
551
+ 549 1
552
+ 550 1
553
+ 551 1
554
+ 552 1
555
+ 553 1
556
+ 554 1
557
+ 555 1
558
+ 556 1
559
+ 557 1
560
+ 558 1
561
+ 559 1
562
+ 560 1
563
+ 561 1
564
+ 562 1
565
+ 563 1
566
+ 564 1
567
+ 565 1
568
+ 566 1
569
+ 567 1
570
+ 568 1
571
+ 569 1
572
+ 570 1
573
+ 571 1
574
+ 572 0
575
+ 573 1
576
+ 574 1
577
+ 575 1
578
+ 576 1
579
+ 577 1
580
+ 578 1
581
+ 579 0
582
+ 580 1
583
+ 581 1
584
+ 582 1
585
+ 583 1
586
+ 584 1
587
+ 585 1
588
+ 586 0
589
+ 587 0
590
+ 588 0
591
+ 589 1
592
+ 590 1
593
+ 591 1
594
+ 592 1
595
+ 593 1
596
+ 594 1
597
+ 595 1
598
+ 596 1
599
+ 597 1
600
+ 598 1
601
+ 599 1
602
+ 600 1
603
+ 601 1
604
+ 602 1
605
+ 603 1
606
+ 604 1
607
+ 605 1
608
+ 606 1
609
+ 607 1
610
+ 608 1
611
+ 609 0
612
+ 610 1
613
+ 611 1
614
+ 612 1
615
+ 613 1
616
+ 614 1
617
+ 615 1
618
+ 616 0
619
+ 617 1
620
+ 618 1
621
+ 619 1
622
+ 620 1
623
+ 621 0
624
+ 622 1
625
+ 623 1
626
+ 624 0
627
+ 625 1
628
+ 626 1
629
+ 627 1
630
+ 628 1
631
+ 629 0
632
+ 630 1
633
+ 631 1
634
+ 632 1
635
+ 633 1
636
+ 634 1
637
+ 635 0
638
+ 636 0
639
+ 637 1
640
+ 638 1
641
+ 639 1
642
+ 640 1
643
+ 641 1
644
+ 642 1
645
+ 643 1
646
+ 644 1
647
+ 645 1
648
+ 646 1
649
+ 647 1
650
+ 648 1
651
+ 649 1
652
+ 650 1
653
+ 651 1
654
+ 652 1
655
+ 653 1
656
+ 654 1
657
+ 655 1
658
+ 656 1
659
+ 657 1
660
+ 658 1
661
+ 659 0
662
+ 660 1
663
+ 661 1
664
+ 662 1
665
+ 663 1
666
+ 664 0
667
+ 665 1
668
+ 666 1
669
+ 667 1
670
+ 668 1
671
+ 669 1
672
+ 670 1
673
+ 671 1
674
+ 672 0
675
+ 673 1
676
+ 674 1
677
+ 675 1
678
+ 676 1
679
+ 677 1
680
+ 678 1
681
+ 679 1
682
+ 680 1
683
+ 681 1
684
+ 682 1
685
+ 683 1
686
+ 684 1
687
+ 685 1
688
+ 686 1
689
+ 687 1
690
+ 688 1
691
+ 689 1
692
+ 690 1
693
+ 691 1
694
+ 692 1
695
+ 693 1
696
+ 694 1
697
+ 695 1
698
+ 696 1
699
+ 697 1
700
+ 698 1
701
+ 699 1
702
+ 700 1
703
+ 701 1
704
+ 702 0
705
+ 703 1
706
+ 704 1
707
+ 705 0
708
+ 706 1
709
+ 707 1
710
+ 708 1
711
+ 709 1
712
+ 710 1
713
+ 711 1
714
+ 712 1
715
+ 713 1
716
+ 714 0
717
+ 715 1
718
+ 716 0
719
+ 717 1
720
+ 718 1
721
+ 719 1
722
+ 720 1
723
+ 721 1
724
+ 722 1
725
+ 723 1
726
+ 724 1
727
+ 725 0
728
+ 726 1
729
+ 727 1
730
+ 728 1
731
+ 729 1
732
+ 730 1
733
+ 731 1
734
+ 732 1
735
+ 733 1
736
+ 734 1
737
+ 735 1
738
+ 736 1
739
+ 737 1
740
+ 738 1
741
+ 739 1
742
+ 740 1
743
+ 741 1
744
+ 742 1
745
+ 743 1
746
+ 744 1
747
+ 745 1
748
+ 746 1
749
+ 747 1
750
+ 748 1
751
+ 749 1
752
+ 750 1
753
+ 751 1
754
+ 752 1
755
+ 753 1
756
+ 754 1
757
+ 755 1
758
+ 756 1
759
+ 757 1
760
+ 758 1
761
+ 759 1
762
+ 760 1
763
+ 761 1
764
+ 762 0
765
+ 763 1
766
+ 764 1
767
+ 765 1
768
+ 766 1
769
+ 767 1
770
+ 768 1
771
+ 769 1
772
+ 770 1
773
+ 771 1
774
+ 772 1
775
+ 773 1
776
+ 774 1
777
+ 775 1
778
+ 776 1
779
+ 777 1
780
+ 778 1
781
+ 779 1
782
+ 780 0
783
+ 781 1
784
+ 782 1
785
+ 783 1
786
+ 784 1
787
+ 785 1
788
+ 786 1
789
+ 787 1
790
+ 788 1
791
+ 789 1
792
+ 790 1
793
+ 791 1
794
+ 792 1
795
+ 793 1
796
+ 794 1
797
+ 795 1
798
+ 796 1
799
+ 797 1
800
+ 798 1
801
+ 799 1
802
+ 800 1
803
+ 801 0
804
+ 802 1
805
+ 803 1
806
+ 804 1
807
+ 805 1
808
+ 806 1
809
+ 807 1
810
+ 808 1
811
+ 809 1
812
+ 810 1
813
+ 811 1
814
+ 812 1
815
+ 813 1
816
+ 814 1
817
+ 815 1
818
+ 816 1
819
+ 817 1
820
+ 818 1
821
+ 819 1
822
+ 820 1
823
+ 821 1
824
+ 822 1
825
+ 823 1
826
+ 824 1
827
+ 825 1
828
+ 826 1
829
+ 827 1
830
+ 828 1
831
+ 829 1
832
+ 830 1
833
+ 831 1
834
+ 832 1
835
+ 833 1
836
+ 834 1
837
+ 835 1
838
+ 836 1
839
+ 837 1
840
+ 838 1
841
+ 839 1
842
+ 840 1
843
+ 841 1
844
+ 842 0
845
+ 843 0
846
+ 844 1
847
+ 845 1
848
+ 846 1
849
+ 847 1
850
+ 848 0
851
+ 849 1
852
+ 850 1
853
+ 851 1
854
+ 852 1
855
+ 853 1
856
+ 854 1
857
+ 855 1
858
+ 856 1
859
+ 857 1
860
+ 858 1
861
+ 859 1
862
+ 860 1
863
+ 861 1
864
+ 862 1
865
+ 863 1
866
+ 864 1
867
+ 865 1
868
+ 866 1
869
+ 867 1
870
+ 868 1
871
+ 869 1
872
+ 870 1
873
+ 871 1
874
+ 872 1
875
+ 873 1
876
+ 874 1
877
+ 875 1
878
+ 876 0
879
+ 877 1
880
+ 878 1
881
+ 879 1
882
+ 880 1
883
+ 881 1
884
+ 882 1
885
+ 883 1
886
+ 884 1
887
+ 885 1
888
+ 886 0
889
+ 887 1
890
+ 888 1
891
+ 889 1
892
+ 890 1
893
+ 891 1
894
+ 892 1
895
+ 893 1
896
+ 894 1
897
+ 895 1
898
+ 896 1
899
+ 897 1
900
+ 898 1
901
+ 899 1
902
+ 900 0
903
+ 901 1
904
+ 902 1
905
+ 903 1
906
+ 904 1
907
+ 905 1
908
+ 906 1
909
+ 907 1
910
+ 908 1
911
+ 909 1
912
+ 910 1
913
+ 911 1
914
+ 912 1
915
+ 913 1
916
+ 914 1
917
+ 915 1
918
+ 916 0
919
+ 917 1
920
+ 918 1
921
+ 919 1
922
+ 920 0
923
+ 921 1
924
+ 922 1
925
+ 923 1
926
+ 924 1
927
+ 925 1
928
+ 926 1
929
+ 927 1
930
+ 928 1
931
+ 929 1
932
+ 930 1
933
+ 931 1
934
+ 932 1
935
+ 933 1
936
+ 934 1
937
+ 935 1
938
+ 936 1
939
+ 937 1
940
+ 938 1
941
+ 939 1
942
+ 940 1
943
+ 941 1
944
+ 942 1
945
+ 943 1
946
+ 944 1
947
+ 945 1
948
+ 946 1
949
+ 947 0
950
+ 948 1
951
+ 949 1
952
+ 950 1
953
+ 951 1
954
+ 952 0
955
+ 953 1
956
+ 954 0
957
+ 955 1
958
+ 956 0
959
+ 957 1
960
+ 958 1
961
+ 959 1
962
+ 960 0
963
+ 961 1
964
+ 962 1
965
+ 963 1
966
+ 964 1
967
+ 965 1
968
+ 966 1
969
+ 967 1
970
+ 968 1
971
+ 969 1
972
+ 970 1
973
+ 971 1
974
+ 972 1
975
+ 973 1
976
+ 974 1
977
+ 975 1
978
+ 976 1
979
+ 977 0
980
+ 978 1
981
+ 979 1
982
+ 980 1
983
+ 981 1
984
+ 982 1
985
+ 983 1
986
+ 984 1
987
+ 985 1
988
+ 986 1
989
+ 987 1
990
+ 988 1
991
+ 989 1
992
+ 990 1
993
+ 991 1
994
+ 992 0
995
+ 993 1
996
+ 994 1
997
+ 995 1
998
+ 996 1
999
+ 997 1
1000
+ 998 1
1001
+ 999 1
special_tokens_map (1).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 (1).json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config (1).json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
train_results (1).json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 11.0,
3
+ "train_loss": 0.0872608635859056,
4
+ "train_runtime": 5767.3328,
5
+ "train_samples": 7998,
6
+ "train_samples_per_second": 15.255,
7
+ "train_steps_per_second": 0.477
8
+ }
trainer_state (1).json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2750,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.0,
13
+ "grad_norm": 8.074329376220703,
14
+ "learning_rate": 1.6363636363636366e-05,
15
+ "loss": 0.341,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 4.0,
20
+ "grad_norm": 0.7640824913978577,
21
+ "learning_rate": 1.2727272727272728e-05,
22
+ "loss": 0.0878,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 6.0,
27
+ "grad_norm": 69.4479751586914,
28
+ "learning_rate": 9.090909090909091e-06,
29
+ "loss": 0.0308,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 8.0,
34
+ "grad_norm": 61.59275817871094,
35
+ "learning_rate": 5.4545454545454545e-06,
36
+ "loss": 0.0136,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 10.0,
41
+ "grad_norm": 0.014042490161955357,
42
+ "learning_rate": 1.8181818181818183e-06,
43
+ "loss": 0.0051,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 11.0,
48
+ "step": 2750,
49
+ "total_flos": 8.198945748287078e+16,
50
+ "train_loss": 0.0872608635859056,
51
+ "train_runtime": 5767.3328,
52
+ "train_samples_per_second": 15.255,
53
+ "train_steps_per_second": 0.477
54
+ }
55
+ ],
56
+ "logging_steps": 500,
57
+ "max_steps": 2750,
58
+ "num_input_tokens_seen": 0,
59
+ "num_train_epochs": 11,
60
+ "save_steps": 500,
61
+ "total_flos": 8.198945748287078e+16,
62
+ "train_batch_size": 32,
63
+ "trial_name": null,
64
+ "trial_params": null
65
+ }
training_args (1).bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e8412eb58689d6154e81d7d38dc817f724132fb7d0d9b47ec30f0baf67aa23
3
+ size 4920
vocab (1).txt ADDED
The diff for this file is too large to render. See raw diff