ihatetmat commited on
Commit
661a5b9
1 Parent(s): 6863e59

End of training

Browse files
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - coco_dataset_script
7
  model-index:
8
  - name: clip-roberta-finetuned
9
  results: []
@@ -14,7 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # clip-roberta-finetuned
16
 
17
- This model was trained from scratch on the coco_dataset_script dataset.
 
 
18
 
19
  ## Model description
20
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - ydshieh/coco_dataset_script
7
  model-index:
8
  - name: clip-roberta-finetuned
9
  results: []
 
14
 
15
  # clip-roberta-finetuned
16
 
17
+ This model was trained from scratch on the ydshieh/coco_dataset_script 2017 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.6947
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.694679617881775,
4
+ "eval_runtime": 73.5781,
5
+ "eval_samples_per_second": 339.965,
6
+ "eval_steps_per_second": 5.314,
7
+ "total_flos": 2.3702775297552e+17,
8
+ "train_loss": 0.38246467155521724,
9
+ "train_runtime": 9126.074,
10
+ "train_samples_per_second": 194.526,
11
+ "train_steps_per_second": 3.04
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.694679617881775,
4
+ "eval_runtime": 73.5781,
5
+ "eval_samples_per_second": 339.965,
6
+ "eval_steps_per_second": 5.314
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "processor_class": "VisionTextDualEncoderProcessor",
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
runs/Sep15_15-23-08_aica-4/events.out.tfevents.1726391124.aica-4.3807839.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a98f87257e3d8b5c5352823e6cbc52ac207b038f83df407c623df7eb1c3c80bf
3
+ size 364
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "processor_class": "VisionTextDualEncoderProcessor",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2.3702775297552e+17,
4
+ "train_loss": 0.38246467155521724,
5
+ "train_runtime": 9126.074,
6
+ "train_samples_per_second": 194.526,
7
+ "train_steps_per_second": 3.04
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 27741,
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.05407159078620093,
13
+ "grad_norm": 19.944881439208984,
14
+ "learning_rate": 4.909880682022999e-05,
15
+ "loss": 1.3976,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.10814318157240187,
20
+ "grad_norm": 35.43727493286133,
21
+ "learning_rate": 4.819761364045997e-05,
22
+ "loss": 0.9474,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.1622147723586028,
27
+ "grad_norm": 21.795238494873047,
28
+ "learning_rate": 4.7296420460689956e-05,
29
+ "loss": 0.8589,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.21628636314480373,
34
+ "grad_norm": 17.912302017211914,
35
+ "learning_rate": 4.639522728091994e-05,
36
+ "loss": 0.8071,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.27035795393100465,
41
+ "grad_norm": 16.4758243560791,
42
+ "learning_rate": 4.5494034101149925e-05,
43
+ "loss": 0.7429,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.3244295447172056,
48
+ "grad_norm": 14.498700141906738,
49
+ "learning_rate": 4.459284092137991e-05,
50
+ "loss": 0.7113,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.3785011355034065,
55
+ "grad_norm": 14.779314041137695,
56
+ "learning_rate": 4.3691647741609894e-05,
57
+ "loss": 0.6666,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.43257272628960747,
62
+ "grad_norm": 12.713911056518555,
63
+ "learning_rate": 4.279045456183988e-05,
64
+ "loss": 0.6366,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.48664431707580835,
69
+ "grad_norm": 16.784982681274414,
70
+ "learning_rate": 4.188926138206986e-05,
71
+ "loss": 0.6234,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.5407159078620093,
76
+ "grad_norm": 15.87082576751709,
77
+ "learning_rate": 4.098806820229985e-05,
78
+ "loss": 0.5871,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.5947874986482102,
83
+ "grad_norm": 8.966830253601074,
84
+ "learning_rate": 4.008687502252983e-05,
85
+ "loss": 0.5652,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.6488590894344112,
90
+ "grad_norm": 15.881940841674805,
91
+ "learning_rate": 3.9185681842759816e-05,
92
+ "loss": 0.5564,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.7029306802206121,
97
+ "grad_norm": 17.01358985900879,
98
+ "learning_rate": 3.82844886629898e-05,
99
+ "loss": 0.527,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.757002271006813,
104
+ "grad_norm": 16.689422607421875,
105
+ "learning_rate": 3.7383295483219785e-05,
106
+ "loss": 0.509,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.811073861793014,
111
+ "grad_norm": 10.947444915771484,
112
+ "learning_rate": 3.648210230344977e-05,
113
+ "loss": 0.4878,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.8651454525792149,
118
+ "grad_norm": 14.44914722442627,
119
+ "learning_rate": 3.558090912367975e-05,
120
+ "loss": 0.4656,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.9192170433654158,
125
+ "grad_norm": 13.648640632629395,
126
+ "learning_rate": 3.467971594390974e-05,
127
+ "loss": 0.4636,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.9732886341516167,
132
+ "grad_norm": 14.70873737335205,
133
+ "learning_rate": 3.3778522764139723e-05,
134
+ "loss": 0.4454,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 1.0273602249378178,
139
+ "grad_norm": 13.827669143676758,
140
+ "learning_rate": 3.287732958436971e-05,
141
+ "loss": 0.3965,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 1.0814318157240186,
146
+ "grad_norm": 13.648258209228516,
147
+ "learning_rate": 3.197613640459969e-05,
148
+ "loss": 0.3644,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 1.1355034065102196,
153
+ "grad_norm": 7.754871368408203,
154
+ "learning_rate": 3.107494322482968e-05,
155
+ "loss": 0.3546,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 1.1895749972964205,
160
+ "grad_norm": 10.9650239944458,
161
+ "learning_rate": 3.017375004505966e-05,
162
+ "loss": 0.3453,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 1.2436465880826213,
167
+ "grad_norm": 9.524118423461914,
168
+ "learning_rate": 2.9272556865289646e-05,
169
+ "loss": 0.3451,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 1.2977181788688223,
174
+ "grad_norm": 12.612396240234375,
175
+ "learning_rate": 2.837136368551963e-05,
176
+ "loss": 0.3447,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 1.3517897696550232,
181
+ "grad_norm": 17.665691375732422,
182
+ "learning_rate": 2.7470170505749615e-05,
183
+ "loss": 0.3358,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 1.4058613604412242,
188
+ "grad_norm": 15.416611671447754,
189
+ "learning_rate": 2.65689773259796e-05,
190
+ "loss": 0.3273,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 1.459932951227425,
195
+ "grad_norm": 7.313694953918457,
196
+ "learning_rate": 2.5667784146209584e-05,
197
+ "loss": 0.3177,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 1.5140045420136259,
202
+ "grad_norm": 7.84274435043335,
203
+ "learning_rate": 2.476659096643957e-05,
204
+ "loss": 0.3054,
205
+ "step": 14000
206
+ },
207
+ {
208
+ "epoch": 1.568076132799827,
209
+ "grad_norm": 8.8153657913208,
210
+ "learning_rate": 2.3865397786669553e-05,
211
+ "loss": 0.3005,
212
+ "step": 14500
213
+ },
214
+ {
215
+ "epoch": 1.622147723586028,
216
+ "grad_norm": 7.336580753326416,
217
+ "learning_rate": 2.2964204606899537e-05,
218
+ "loss": 0.2941,
219
+ "step": 15000
220
+ },
221
+ {
222
+ "epoch": 1.6762193143722288,
223
+ "grad_norm": 8.88096809387207,
224
+ "learning_rate": 2.2063011427129522e-05,
225
+ "loss": 0.2957,
226
+ "step": 15500
227
+ },
228
+ {
229
+ "epoch": 1.7302909051584296,
230
+ "grad_norm": 5.086656093597412,
231
+ "learning_rate": 2.1161818247359506e-05,
232
+ "loss": 0.2882,
233
+ "step": 16000
234
+ },
235
+ {
236
+ "epoch": 1.7843624959446307,
237
+ "grad_norm": 10.830957412719727,
238
+ "learning_rate": 2.026062506758949e-05,
239
+ "loss": 0.2842,
240
+ "step": 16500
241
+ },
242
+ {
243
+ "epoch": 1.8384340867308318,
244
+ "grad_norm": 8.022000312805176,
245
+ "learning_rate": 1.9359431887819472e-05,
246
+ "loss": 0.2724,
247
+ "step": 17000
248
+ },
249
+ {
250
+ "epoch": 1.8925056775170326,
251
+ "grad_norm": 11.823745727539062,
252
+ "learning_rate": 1.8458238708049457e-05,
253
+ "loss": 0.2682,
254
+ "step": 17500
255
+ },
256
+ {
257
+ "epoch": 1.9465772683032334,
258
+ "grad_norm": 10.353747367858887,
259
+ "learning_rate": 1.755704552827944e-05,
260
+ "loss": 0.2687,
261
+ "step": 18000
262
+ },
263
+ {
264
+ "epoch": 2.0006488590894342,
265
+ "grad_norm": 5.618934154510498,
266
+ "learning_rate": 1.6655852348509426e-05,
267
+ "loss": 0.2584,
268
+ "step": 18500
269
+ },
270
+ {
271
+ "epoch": 2.0547204498756355,
272
+ "grad_norm": 5.912876129150391,
273
+ "learning_rate": 1.575465916873941e-05,
274
+ "loss": 0.1984,
275
+ "step": 19000
276
+ },
277
+ {
278
+ "epoch": 2.1087920406618363,
279
+ "grad_norm": 5.198564529418945,
280
+ "learning_rate": 1.4853465988969395e-05,
281
+ "loss": 0.1996,
282
+ "step": 19500
283
+ },
284
+ {
285
+ "epoch": 2.162863631448037,
286
+ "grad_norm": 6.234917163848877,
287
+ "learning_rate": 1.3952272809199379e-05,
288
+ "loss": 0.195,
289
+ "step": 20000
290
+ },
291
+ {
292
+ "epoch": 2.216935222234238,
293
+ "grad_norm": 5.457370758056641,
294
+ "learning_rate": 1.3051079629429367e-05,
295
+ "loss": 0.1928,
296
+ "step": 20500
297
+ },
298
+ {
299
+ "epoch": 2.2710068130204393,
300
+ "grad_norm": 6.5635666847229,
301
+ "learning_rate": 1.214988644965935e-05,
302
+ "loss": 0.1949,
303
+ "step": 21000
304
+ },
305
+ {
306
+ "epoch": 2.32507840380664,
307
+ "grad_norm": 4.495577335357666,
308
+ "learning_rate": 1.1248693269889334e-05,
309
+ "loss": 0.19,
310
+ "step": 21500
311
+ },
312
+ {
313
+ "epoch": 2.379149994592841,
314
+ "grad_norm": 6.373176574707031,
315
+ "learning_rate": 1.0347500090119317e-05,
316
+ "loss": 0.1847,
317
+ "step": 22000
318
+ },
319
+ {
320
+ "epoch": 2.4332215853790418,
321
+ "grad_norm": 4.968171119689941,
322
+ "learning_rate": 9.446306910349303e-06,
323
+ "loss": 0.1783,
324
+ "step": 22500
325
+ },
326
+ {
327
+ "epoch": 2.4872931761652426,
328
+ "grad_norm": 5.412923812866211,
329
+ "learning_rate": 8.545113730579288e-06,
330
+ "loss": 0.177,
331
+ "step": 23000
332
+ },
333
+ {
334
+ "epoch": 2.541364766951444,
335
+ "grad_norm": 5.907869815826416,
336
+ "learning_rate": 7.643920550809272e-06,
337
+ "loss": 0.1757,
338
+ "step": 23500
339
+ },
340
+ {
341
+ "epoch": 2.5954363577376447,
342
+ "grad_norm": 5.753273010253906,
343
+ "learning_rate": 6.742727371039257e-06,
344
+ "loss": 0.1716,
345
+ "step": 24000
346
+ },
347
+ {
348
+ "epoch": 2.6495079485238455,
349
+ "grad_norm": 4.856042861938477,
350
+ "learning_rate": 5.84153419126924e-06,
351
+ "loss": 0.1648,
352
+ "step": 24500
353
+ },
354
+ {
355
+ "epoch": 2.7035795393100464,
356
+ "grad_norm": 4.939342498779297,
357
+ "learning_rate": 4.940341011499225e-06,
358
+ "loss": 0.1617,
359
+ "step": 25000
360
+ },
361
+ {
362
+ "epoch": 2.7576511300962476,
363
+ "grad_norm": 5.477869987487793,
364
+ "learning_rate": 4.03914783172921e-06,
365
+ "loss": 0.1671,
366
+ "step": 25500
367
+ },
368
+ {
369
+ "epoch": 2.8117227208824485,
370
+ "grad_norm": 6.977444648742676,
371
+ "learning_rate": 3.1379546519591943e-06,
372
+ "loss": 0.1592,
373
+ "step": 26000
374
+ },
375
+ {
376
+ "epoch": 2.8657943116686493,
377
+ "grad_norm": 4.571088790893555,
378
+ "learning_rate": 2.2367614721891784e-06,
379
+ "loss": 0.1588,
380
+ "step": 26500
381
+ },
382
+ {
383
+ "epoch": 2.91986590245485,
384
+ "grad_norm": 4.860353946685791,
385
+ "learning_rate": 1.335568292419163e-06,
386
+ "loss": 0.1518,
387
+ "step": 27000
388
+ },
389
+ {
390
+ "epoch": 2.973937493241051,
391
+ "grad_norm": 3.7616257667541504,
392
+ "learning_rate": 4.3437511264914753e-07,
393
+ "loss": 0.1568,
394
+ "step": 27500
395
+ },
396
+ {
397
+ "epoch": 3.0,
398
+ "step": 27741,
399
+ "total_flos": 2.3702775297552e+17,
400
+ "train_loss": 0.38246467155521724,
401
+ "train_runtime": 9126.074,
402
+ "train_samples_per_second": 194.526,
403
+ "train_steps_per_second": 3.04
404
+ }
405
+ ],
406
+ "logging_steps": 500,
407
+ "max_steps": 27741,
408
+ "num_input_tokens_seen": 0,
409
+ "num_train_epochs": 3,
410
+ "save_steps": 500,
411
+ "stateful_callbacks": {
412
+ "TrainerControl": {
413
+ "args": {
414
+ "should_epoch_stop": false,
415
+ "should_evaluate": false,
416
+ "should_log": false,
417
+ "should_save": true,
418
+ "should_training_stop": true
419
+ },
420
+ "attributes": {}
421
+ }
422
+ },
423
+ "total_flos": 2.3702775297552e+17,
424
+ "train_batch_size": 64,
425
+ "trial_name": null,
426
+ "trial_params": null
427
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff