passionMan commited on
Commit
84cc03a
·
verified ·
1 Parent(s): 42cba68

Upload 12 files

Browse files

reficr base test version

checkpoint-28712/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "GritLM/GritLM-7B",
3
+ "architectures": [
4
+ "ReFICRTrainModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoModel": "GritLM/GritLM-7B--modeling_gritlm7b.MistralModel",
9
+ "AutoModelForCausalLM": "GritLM/GritLM-7B--modeling_gritlm7b.MistralForCausalLM",
10
+ "AutoModelForSequenceClassification": "GritLM/GritLM-7B--modeling_gritlm7b.MistralForSequenceClassification"
11
+ },
12
+ "bos_token_id": 1,
13
+ "eos_token_id": 2,
14
+ "head_dim": 128,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 4096,
17
+ "id2label": {
18
+ "0": "LABEL_0"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 14336,
22
+ "label2id": {
23
+ "LABEL_0": 0
24
+ },
25
+ "max_position_embeddings": 32768,
26
+ "model_type": "mistral",
27
+ "num_attention_heads": 32,
28
+ "num_hidden_layers": 32,
29
+ "num_key_value_heads": 8,
30
+ "quantization_config": {
31
+ "_load_in_4bit": true,
32
+ "_load_in_8bit": false,
33
+ "bnb_4bit_compute_dtype": "bfloat16",
34
+ "bnb_4bit_quant_storage": "uint8",
35
+ "bnb_4bit_quant_type": "nf4",
36
+ "bnb_4bit_use_double_quant": true,
37
+ "llm_int8_enable_fp32_cpu_offload": false,
38
+ "llm_int8_has_fp16_weight": false,
39
+ "llm_int8_skip_modules": null,
40
+ "llm_int8_threshold": 6.0,
41
+ "load_in_4bit": true,
42
+ "load_in_8bit": false,
43
+ "quant_method": "bitsandbytes"
44
+ },
45
+ "rms_norm_eps": 1e-05,
46
+ "rope_theta": 10000.0,
47
+ "sliding_window": 4096,
48
+ "tie_word_embeddings": false,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.45.2",
51
+ "use_cache": false,
52
+ "vocab_size": 32000
53
+ }
checkpoint-28712/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46173caadc95a301d231b30e950d24017cc9ef45617b269ffe61b477ee2cc453
3
+ size 1342555602
checkpoint-28712/pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51bd72868f2617a544f51296b48e87a0993f1aa59b927b73c207e9b2de90d7bb
3
+ size 4797876230
checkpoint-28712/pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25744784d7f3a6e93c904a92ccb2d89867bcdd6afe29fbae705230b8902e98b
3
+ size 524289413
checkpoint-28712/pytorch_model.bin.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-28712/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae065185b393342d43bd3f56a07b675353c33667950d14d417a20a8e171e9218
3
+ size 14244
checkpoint-28712/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f0e4a638e06bb4361fe1343bfdaa9eb56865557aeaf26e2457521f467ab7a2
3
+ size 1064
checkpoint-28712/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-28712/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-28712/tokenizer_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{{ bos_token }}{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
37
+ "max_length": 2048,
38
+ "model_max_length": 1000000000000000019884624838656,
39
+ "pad_to_multiple_of": null,
40
+ "pad_token": "<s>",
41
+ "pad_token_type_id": 0,
42
+ "padding_side": "right",
43
+ "sp_model_kwargs": {},
44
+ "spaces_between_special_tokens": false,
45
+ "stride": 0,
46
+ "tokenizer_class": "LlamaTokenizer",
47
+ "truncation_side": "right",
48
+ "truncation_strategy": "longest_first",
49
+ "unk_token": "<unk>",
50
+ "use_default_system_prompt": false
51
+ }
checkpoint-28712/trainer_state.json ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 28712,
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.01741432153803288,
13
+ "grad_norm": 6.671968936920166,
14
+ "learning_rate": 1.160092807424594e-05,
15
+ "loss": 3.4084,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.03482864307606576,
20
+ "grad_norm": 4.760310173034668,
21
+ "learning_rate": 1.9900897666068224e-05,
22
+ "loss": 2.8756,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.052242964614098636,
27
+ "grad_norm": 10.023279190063477,
28
+ "learning_rate": 1.9541831238779175e-05,
29
+ "loss": 2.7465,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.06965728615213151,
34
+ "grad_norm": 13.3428316116333,
35
+ "learning_rate": 1.9182764811490127e-05,
36
+ "loss": 2.8027,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.0870716076901644,
41
+ "grad_norm": 10.00976276397705,
42
+ "learning_rate": 1.882369838420108e-05,
43
+ "loss": 2.5838,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.10448592922819727,
48
+ "grad_norm": 9.512397766113281,
49
+ "learning_rate": 1.846463195691203e-05,
50
+ "loss": 2.5855,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.12190025076623015,
55
+ "grad_norm": 7.561283588409424,
56
+ "learning_rate": 1.8105565529622982e-05,
57
+ "loss": 2.5998,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.13931457230426303,
62
+ "grad_norm": 5.637691497802734,
63
+ "learning_rate": 1.7746499102333934e-05,
64
+ "loss": 2.6146,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.1567288938422959,
69
+ "grad_norm": 5.674258232116699,
70
+ "learning_rate": 1.7387432675044886e-05,
71
+ "loss": 2.5343,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.1741432153803288,
76
+ "grad_norm": 6.290276527404785,
77
+ "learning_rate": 1.7028366247755838e-05,
78
+ "loss": 2.5986,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.19155753691836166,
83
+ "grad_norm": 9.24161148071289,
84
+ "learning_rate": 1.6669299820466786e-05,
85
+ "loss": 2.5192,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.20897185845639454,
90
+ "grad_norm": 5.9918413162231445,
91
+ "learning_rate": 1.6310233393177738e-05,
92
+ "loss": 2.44,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.22638617999442742,
97
+ "grad_norm": 5.031735420227051,
98
+ "learning_rate": 1.5951166965888693e-05,
99
+ "loss": 2.5443,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.2438005015324603,
104
+ "grad_norm": 8.406722068786621,
105
+ "learning_rate": 1.559210053859964e-05,
106
+ "loss": 2.4336,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.26121482307049315,
111
+ "grad_norm": 5.958395957946777,
112
+ "learning_rate": 1.5233034111310595e-05,
113
+ "loss": 2.5202,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.27862914460852606,
118
+ "grad_norm": 6.343221187591553,
119
+ "learning_rate": 1.4873967684021545e-05,
120
+ "loss": 2.4703,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.2960434661465589,
125
+ "grad_norm": 6.622114181518555,
126
+ "learning_rate": 1.4514901256732496e-05,
127
+ "loss": 2.4571,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.3134577876845918,
132
+ "grad_norm": 7.682774543762207,
133
+ "learning_rate": 1.4155834829443448e-05,
134
+ "loss": 2.3446,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 0.33087210922262467,
139
+ "grad_norm": 12.083649635314941,
140
+ "learning_rate": 1.37967684021544e-05,
141
+ "loss": 2.4335,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 0.3482864307606576,
146
+ "grad_norm": 15.165790557861328,
147
+ "learning_rate": 1.3437701974865352e-05,
148
+ "loss": 2.4165,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 0.3657007522986904,
153
+ "grad_norm": 4.316242694854736,
154
+ "learning_rate": 1.3078635547576302e-05,
155
+ "loss": 2.3593,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 0.38311507383672333,
160
+ "grad_norm": 13.665470123291016,
161
+ "learning_rate": 1.2719569120287253e-05,
162
+ "loss": 2.3966,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 0.4005293953747562,
167
+ "grad_norm": 7.673960208892822,
168
+ "learning_rate": 1.2360502692998207e-05,
169
+ "loss": 2.3842,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 0.4179437169127891,
174
+ "grad_norm": 6.637418746948242,
175
+ "learning_rate": 1.2001436265709157e-05,
176
+ "loss": 2.333,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 0.43535803845082194,
181
+ "grad_norm": 12.264994621276855,
182
+ "learning_rate": 1.1642369838420109e-05,
183
+ "loss": 2.4412,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 0.45277235998885484,
188
+ "grad_norm": 8.014012336730957,
189
+ "learning_rate": 1.1283303411131059e-05,
190
+ "loss": 2.4107,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 0.4701866815268877,
195
+ "grad_norm": 5.616372585296631,
196
+ "learning_rate": 1.0924236983842012e-05,
197
+ "loss": 2.3865,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 0.4876010030649206,
202
+ "grad_norm": 12.474315643310547,
203
+ "learning_rate": 1.0565170556552964e-05,
204
+ "loss": 2.4172,
205
+ "step": 14000
206
+ },
207
+ {
208
+ "epoch": 0.5050153246029535,
209
+ "grad_norm": 4.360251426696777,
210
+ "learning_rate": 1.0206104129263914e-05,
211
+ "loss": 2.3679,
212
+ "step": 14500
213
+ },
214
+ {
215
+ "epoch": 0.5224296461409863,
216
+ "grad_norm": 11.085514068603516,
217
+ "learning_rate": 9.847037701974866e-06,
218
+ "loss": 2.2899,
219
+ "step": 15000
220
+ },
221
+ {
222
+ "epoch": 0.5398439676790192,
223
+ "grad_norm": 8.206655502319336,
224
+ "learning_rate": 9.487971274685817e-06,
225
+ "loss": 2.396,
226
+ "step": 15500
227
+ },
228
+ {
229
+ "epoch": 0.5572582892170521,
230
+ "grad_norm": 8.702625274658203,
231
+ "learning_rate": 9.128904847396769e-06,
232
+ "loss": 2.4141,
233
+ "step": 16000
234
+ },
235
+ {
236
+ "epoch": 0.574672610755085,
237
+ "grad_norm": 5.285048007965088,
238
+ "learning_rate": 8.769838420107721e-06,
239
+ "loss": 2.386,
240
+ "step": 16500
241
+ },
242
+ {
243
+ "epoch": 0.5920869322931178,
244
+ "grad_norm": 12.492161750793457,
245
+ "learning_rate": 8.410771992818673e-06,
246
+ "loss": 2.3857,
247
+ "step": 17000
248
+ },
249
+ {
250
+ "epoch": 0.6095012538311507,
251
+ "grad_norm": 6.360340595245361,
252
+ "learning_rate": 8.051705565529624e-06,
253
+ "loss": 2.3265,
254
+ "step": 17500
255
+ },
256
+ {
257
+ "epoch": 0.6269155753691836,
258
+ "grad_norm": 9.026312828063965,
259
+ "learning_rate": 7.692639138240574e-06,
260
+ "loss": 2.2468,
261
+ "step": 18000
262
+ },
263
+ {
264
+ "epoch": 0.6443298969072165,
265
+ "grad_norm": 15.688992500305176,
266
+ "learning_rate": 7.333572710951526e-06,
267
+ "loss": 2.416,
268
+ "step": 18500
269
+ },
270
+ {
271
+ "epoch": 0.6617442184452493,
272
+ "grad_norm": 14.925408363342285,
273
+ "learning_rate": 6.974506283662478e-06,
274
+ "loss": 2.3618,
275
+ "step": 19000
276
+ },
277
+ {
278
+ "epoch": 0.6791585399832822,
279
+ "grad_norm": 6.57327127456665,
280
+ "learning_rate": 6.6154398563734305e-06,
281
+ "loss": 2.3216,
282
+ "step": 19500
283
+ },
284
+ {
285
+ "epoch": 0.6965728615213151,
286
+ "grad_norm": 4.341097831726074,
287
+ "learning_rate": 6.2563734290843814e-06,
288
+ "loss": 2.2302,
289
+ "step": 20000
290
+ },
291
+ {
292
+ "epoch": 0.713987183059348,
293
+ "grad_norm": 6.36518669128418,
294
+ "learning_rate": 5.897307001795332e-06,
295
+ "loss": 2.3242,
296
+ "step": 20500
297
+ },
298
+ {
299
+ "epoch": 0.7314015045973808,
300
+ "grad_norm": 5.405521869659424,
301
+ "learning_rate": 5.538240574506284e-06,
302
+ "loss": 2.1918,
303
+ "step": 21000
304
+ },
305
+ {
306
+ "epoch": 0.7488158261354138,
307
+ "grad_norm": 11.361534118652344,
308
+ "learning_rate": 5.179174147217235e-06,
309
+ "loss": 2.2957,
310
+ "step": 21500
311
+ },
312
+ {
313
+ "epoch": 0.7662301476734467,
314
+ "grad_norm": 12.7646484375,
315
+ "learning_rate": 4.820107719928187e-06,
316
+ "loss": 2.3009,
317
+ "step": 22000
318
+ },
319
+ {
320
+ "epoch": 0.7836444692114796,
321
+ "grad_norm": 7.689826488494873,
322
+ "learning_rate": 4.4610412926391385e-06,
323
+ "loss": 2.2011,
324
+ "step": 22500
325
+ },
326
+ {
327
+ "epoch": 0.8010587907495124,
328
+ "grad_norm": 12.123157501220703,
329
+ "learning_rate": 4.10197486535009e-06,
330
+ "loss": 2.3082,
331
+ "step": 23000
332
+ },
333
+ {
334
+ "epoch": 0.8184731122875453,
335
+ "grad_norm": 7.985175132751465,
336
+ "learning_rate": 3.7429084380610415e-06,
337
+ "loss": 2.2633,
338
+ "step": 23500
339
+ },
340
+ {
341
+ "epoch": 0.8358874338255782,
342
+ "grad_norm": 7.724106311798096,
343
+ "learning_rate": 3.3838420107719933e-06,
344
+ "loss": 2.3609,
345
+ "step": 24000
346
+ },
347
+ {
348
+ "epoch": 0.8533017553636111,
349
+ "grad_norm": 11.675145149230957,
350
+ "learning_rate": 3.0247755834829446e-06,
351
+ "loss": 2.2966,
352
+ "step": 24500
353
+ },
354
+ {
355
+ "epoch": 0.8707160769016439,
356
+ "grad_norm": 10.773253440856934,
357
+ "learning_rate": 2.6657091561938963e-06,
358
+ "loss": 2.3305,
359
+ "step": 25000
360
+ },
361
+ {
362
+ "epoch": 0.8881303984396768,
363
+ "grad_norm": 13.044085502624512,
364
+ "learning_rate": 2.3066427289048477e-06,
365
+ "loss": 2.2828,
366
+ "step": 25500
367
+ },
368
+ {
369
+ "epoch": 0.9055447199777097,
370
+ "grad_norm": 7.912332534790039,
371
+ "learning_rate": 1.947576301615799e-06,
372
+ "loss": 2.2439,
373
+ "step": 26000
374
+ },
375
+ {
376
+ "epoch": 0.9229590415157426,
377
+ "grad_norm": 13.101786613464355,
378
+ "learning_rate": 1.5885098743267505e-06,
379
+ "loss": 2.289,
380
+ "step": 26500
381
+ },
382
+ {
383
+ "epoch": 0.9403733630537754,
384
+ "grad_norm": 5.365452766418457,
385
+ "learning_rate": 1.229443447037702e-06,
386
+ "loss": 2.302,
387
+ "step": 27000
388
+ },
389
+ {
390
+ "epoch": 0.9577876845918083,
391
+ "grad_norm": 11.440293312072754,
392
+ "learning_rate": 8.703770197486536e-07,
393
+ "loss": 2.2542,
394
+ "step": 27500
395
+ },
396
+ {
397
+ "epoch": 0.9752020061298412,
398
+ "grad_norm": 23.63568115234375,
399
+ "learning_rate": 5.11310592459605e-07,
400
+ "loss": 2.2199,
401
+ "step": 28000
402
+ },
403
+ {
404
+ "epoch": 0.9926163276678741,
405
+ "grad_norm": 14.987226486206055,
406
+ "learning_rate": 1.5224416517055656e-07,
407
+ "loss": 2.2635,
408
+ "step": 28500
409
+ }
410
+ ],
411
+ "logging_steps": 500,
412
+ "max_steps": 28712,
413
+ "num_input_tokens_seen": 0,
414
+ "num_train_epochs": 1,
415
+ "save_steps": 500.0,
416
+ "stateful_callbacks": {
417
+ "TrainerControl": {
418
+ "args": {
419
+ "should_epoch_stop": false,
420
+ "should_evaluate": false,
421
+ "should_log": false,
422
+ "should_save": true,
423
+ "should_training_stop": true
424
+ },
425
+ "attributes": {}
426
+ }
427
+ },
428
+ "total_flos": 0.0,
429
+ "train_batch_size": 2,
430
+ "trial_name": null,
431
+ "trial_params": null
432
+ }
checkpoint-28712/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00534653f4d305635409811af1c0c1e311e6bd928afe44a6c0abac6c19c943cb
3
+ size 5688