Muqeeth commited on
Commit
e5f4b4a
·
verified ·
1 Parent(s): 0c1dec3

Training in progress, step 12, checkpoint

Browse files
checkpoint-12/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPTNeoXForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "eos_token_id": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 2048,
17
+ "model_type": "gpt_neox",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "partial_rotary_factor": 0.25,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000,
23
+ "rotary_emb_base": 10000,
24
+ "rotary_pct": 0.25,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.50.3",
28
+ "use_cache": true,
29
+ "use_parallel_residual": true,
30
+ "vocab_size": 50304
31
+ }
checkpoint-12/generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "transformers_version": "4.50.3"
5
+ }
checkpoint-12/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1eca08309516ef08d6a39f5897ad8c2a98c360acfa65beb2c52766d07bdede
3
+ size 1621370224
checkpoint-12/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008995aac09b8f0f0afb8a27f380c5b76a2a73da3b88a94b75b4987665d8f7d3
3
+ size 3242916026
checkpoint-12/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5803d3dacd255231eed4bb3fcfb0dc422f9d2cbe446040a7f6ef63b4573c5a80
3
+ size 14244
checkpoint-12/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37274901cfccf1e5bf1ab7ad8889d0e7a80e5404761eb01dffc272d15154d74
3
+ size 1064
checkpoint-12/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|padding|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-12/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12/tokenizer_config.json ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<|padding|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "50254": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50255": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50256": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50257": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50258": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50259": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50260": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50261": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50262": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50263": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50264": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50265": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50266": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50267": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50268": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50269": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50270": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50271": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50272": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50273": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50274": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50275": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50276": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ }
206
+ },
207
+ "bos_token": "<|endoftext|>",
208
+ "clean_up_tokenization_spaces": false,
209
+ "eos_token": "<|endoftext|>",
210
+ "extra_special_tokens": {},
211
+ "model_max_length": 1000000000000000019884624838656,
212
+ "pad_token": "<|padding|>",
213
+ "padding_side": "left",
214
+ "tokenizer_class": "GPTNeoXTokenizer",
215
+ "unk_token": "<|endoftext|>"
216
+ }
checkpoint-12/trainer_state.json ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "episode": 6144,
6
+ "epoch": 0.026319396847155587,
7
+ "eval_steps": 500,
8
+ "global_step": 12,
9
+ "is_hyper_param_search": false,
10
+ "is_local_process_zero": true,
11
+ "is_world_process_zero": true,
12
+ "log_history": [
13
+ {
14
+ "episode": 512,
15
+ "epoch": 0.0021932830705962986,
16
+ "eps": 6,
17
+ "loss/policy_avg": 0.18060211837291718,
18
+ "lr": 3e-06,
19
+ "objective/entropy": -44.39540100097656,
20
+ "objective/kl": 0.23749515414237976,
21
+ "objective/non_score_reward": 0.0,
22
+ "objective/rlhf_reward": 4.621584892272949,
23
+ "objective/scores": 4.621584892272949,
24
+ "policy/approxkl_avg": 0.09178640693426132,
25
+ "policy/clipfrac_avg": 0.271484375,
26
+ "policy/entropy_avg": 0.7151485681533813,
27
+ "step": 0,
28
+ "val/clipfrac_avg": 0.0,
29
+ "val/num_eos_tokens": 5024,
30
+ "val/ratio": 1.0001094341278076,
31
+ "val/ratio_var": 1.1996758075838443e-06
32
+ },
33
+ {
34
+ "episode": 1024,
35
+ "epoch": 0.004386566141192597,
36
+ "eps": 6,
37
+ "loss/policy_avg": 0.10823587328195572,
38
+ "lr": 2.9882812500000002e-06,
39
+ "objective/entropy": -40.33261489868164,
40
+ "objective/kl": 0.8562099933624268,
41
+ "objective/non_score_reward": 0.0,
42
+ "objective/rlhf_reward": 4.949611186981201,
43
+ "objective/scores": 4.949611186981201,
44
+ "policy/approxkl_avg": 0.09872549772262573,
45
+ "policy/clipfrac_avg": 0.29296875,
46
+ "policy/entropy_avg": 0.6909540891647339,
47
+ "step": 1,
48
+ "val/clipfrac_avg": 0.0,
49
+ "val/num_eos_tokens": 3988,
50
+ "val/ratio": 1.0000126361846924,
51
+ "val/ratio_var": 1.5850138197492925e-06
52
+ },
53
+ {
54
+ "episode": 1536,
55
+ "epoch": 0.006579849211788897,
56
+ "eps": 6,
57
+ "loss/policy_avg": 0.24130496382713318,
58
+ "lr": 2.9765625e-06,
59
+ "objective/entropy": -37.140586853027344,
60
+ "objective/kl": 2.1461260318756104,
61
+ "objective/non_score_reward": 0.0,
62
+ "objective/rlhf_reward": 5.433126449584961,
63
+ "objective/scores": 5.433126449584961,
64
+ "policy/approxkl_avg": 0.1151532381772995,
65
+ "policy/clipfrac_avg": 0.30078125,
66
+ "policy/entropy_avg": 0.6479897499084473,
67
+ "step": 2,
68
+ "val/clipfrac_avg": 0.0,
69
+ "val/num_eos_tokens": 2924,
70
+ "val/ratio": 0.999896764755249,
71
+ "val/ratio_var": 1.4944761232982273e-06
72
+ },
73
+ {
74
+ "episode": 2048,
75
+ "epoch": 0.008773132282385195,
76
+ "eps": 6,
77
+ "loss/policy_avg": 0.11201904714107513,
78
+ "lr": 2.96484375e-06,
79
+ "objective/entropy": -23.162431716918945,
80
+ "objective/kl": 4.706851005554199,
81
+ "objective/non_score_reward": 0.0,
82
+ "objective/rlhf_reward": 5.616954803466797,
83
+ "objective/scores": 5.616954803466797,
84
+ "policy/approxkl_avg": 0.13956432044506073,
85
+ "policy/clipfrac_avg": 0.365234375,
86
+ "policy/entropy_avg": 0.6664378643035889,
87
+ "step": 3,
88
+ "val/clipfrac_avg": 0.0,
89
+ "val/num_eos_tokens": 2146,
90
+ "val/ratio": 0.9996535778045654,
91
+ "val/ratio_var": 2.1856692455912707e-06
92
+ },
93
+ {
94
+ "episode": 2560,
95
+ "epoch": 0.010966415352981495,
96
+ "eps": 6,
97
+ "loss/policy_avg": 0.21055178344249725,
98
+ "lr": 2.953125e-06,
99
+ "objective/entropy": -17.498517990112305,
100
+ "objective/kl": 6.893625259399414,
101
+ "objective/non_score_reward": 0.0,
102
+ "objective/rlhf_reward": 5.975703716278076,
103
+ "objective/scores": 5.975703716278076,
104
+ "policy/approxkl_avg": 0.14695778489112854,
105
+ "policy/clipfrac_avg": 0.33203125,
106
+ "policy/entropy_avg": 0.6391204595565796,
107
+ "step": 4,
108
+ "val/clipfrac_avg": 0.0,
109
+ "val/num_eos_tokens": 1715,
110
+ "val/ratio": 0.9999969005584717,
111
+ "val/ratio_var": 2.4044477413553977e-06
112
+ },
113
+ {
114
+ "episode": 3072,
115
+ "epoch": 0.013159698423577794,
116
+ "eps": 6,
117
+ "loss/policy_avg": 0.28335219621658325,
118
+ "lr": 2.94140625e-06,
119
+ "objective/entropy": -16.186603546142578,
120
+ "objective/kl": 8.215164184570312,
121
+ "objective/non_score_reward": 0.0,
122
+ "objective/rlhf_reward": 6.314523696899414,
123
+ "objective/scores": 6.314523696899414,
124
+ "policy/approxkl_avg": 0.15406616032123566,
125
+ "policy/clipfrac_avg": 0.34375,
126
+ "policy/entropy_avg": 0.6234536170959473,
127
+ "step": 5,
128
+ "val/clipfrac_avg": 0.0,
129
+ "val/num_eos_tokens": 1743,
130
+ "val/ratio": 1.0000813007354736,
131
+ "val/ratio_var": 2.2491783511213725e-06
132
+ },
133
+ {
134
+ "episode": 3584,
135
+ "epoch": 0.015352981494174092,
136
+ "eps": 6,
137
+ "loss/policy_avg": 0.2581750154495239,
138
+ "lr": 2.9296875e-06,
139
+ "objective/entropy": -16.82525634765625,
140
+ "objective/kl": 10.012128829956055,
141
+ "objective/non_score_reward": 0.0,
142
+ "objective/rlhf_reward": 6.68141508102417,
143
+ "objective/scores": 6.68141508102417,
144
+ "policy/approxkl_avg": 0.15727216005325317,
145
+ "policy/clipfrac_avg": 0.306640625,
146
+ "policy/entropy_avg": 0.6279575824737549,
147
+ "step": 6,
148
+ "val/clipfrac_avg": 0.0,
149
+ "val/num_eos_tokens": 2024,
150
+ "val/ratio": 1.0000149011611938,
151
+ "val/ratio_var": 3.910876330337487e-06
152
+ },
153
+ {
154
+ "episode": 4096,
155
+ "epoch": 0.01754626456477039,
156
+ "eps": 6,
157
+ "loss/policy_avg": 0.4508611857891083,
158
+ "lr": 2.91796875e-06,
159
+ "objective/entropy": -13.531968116760254,
160
+ "objective/kl": 11.674339294433594,
161
+ "objective/non_score_reward": 0.0,
162
+ "objective/rlhf_reward": 6.797825813293457,
163
+ "objective/scores": 6.797825813293457,
164
+ "policy/approxkl_avg": 0.17787906527519226,
165
+ "policy/clipfrac_avg": 0.333984375,
166
+ "policy/entropy_avg": 0.6140714287757874,
167
+ "step": 7,
168
+ "val/clipfrac_avg": 0.0,
169
+ "val/num_eos_tokens": 2248,
170
+ "val/ratio": 0.9998712539672852,
171
+ "val/ratio_var": 2.3673501345911063e-06
172
+ },
173
+ {
174
+ "episode": 4608,
175
+ "epoch": 0.01973954763536669,
176
+ "eps": 6,
177
+ "loss/policy_avg": 0.25109419226646423,
178
+ "lr": 2.90625e-06,
179
+ "objective/entropy": -15.348489761352539,
180
+ "objective/kl": 12.88166332244873,
181
+ "objective/non_score_reward": 0.0,
182
+ "objective/rlhf_reward": 7.097723484039307,
183
+ "objective/scores": 7.097723484039307,
184
+ "policy/approxkl_avg": 0.18050235509872437,
185
+ "policy/clipfrac_avg": 0.302734375,
186
+ "policy/entropy_avg": 0.6190727949142456,
187
+ "step": 8,
188
+ "val/clipfrac_avg": 0.0,
189
+ "val/num_eos_tokens": 2698,
190
+ "val/ratio": 1.000298023223877,
191
+ "val/ratio_var": 2.175341933252639e-06
192
+ },
193
+ {
194
+ "episode": 5120,
195
+ "epoch": 0.02193283070596299,
196
+ "eps": 6,
197
+ "loss/policy_avg": 0.2478555142879486,
198
+ "lr": 2.89453125e-06,
199
+ "objective/entropy": -20.807220458984375,
200
+ "objective/kl": 12.126293182373047,
201
+ "objective/non_score_reward": 0.0,
202
+ "objective/rlhf_reward": 7.294116020202637,
203
+ "objective/scores": 7.294116020202637,
204
+ "policy/approxkl_avg": 0.16978076100349426,
205
+ "policy/clipfrac_avg": 0.31640625,
206
+ "policy/entropy_avg": 0.5916793346405029,
207
+ "step": 9,
208
+ "val/clipfrac_avg": 0.0,
209
+ "val/num_eos_tokens": 3166,
210
+ "val/ratio": 0.999906063079834,
211
+ "val/ratio_var": 2.3764121124258963e-06
212
+ },
213
+ {
214
+ "episode": 5632,
215
+ "epoch": 0.024126113776559287,
216
+ "eps": 6,
217
+ "loss/policy_avg": 0.2194754183292389,
218
+ "lr": 2.8828125e-06,
219
+ "objective/entropy": -23.919815063476562,
220
+ "objective/kl": 13.048431396484375,
221
+ "objective/non_score_reward": 0.0,
222
+ "objective/rlhf_reward": 7.783618927001953,
223
+ "objective/scores": 7.783618927001953,
224
+ "policy/approxkl_avg": 0.1719370186328888,
225
+ "policy/clipfrac_avg": 0.3359375,
226
+ "policy/entropy_avg": 0.6023513078689575,
227
+ "step": 10,
228
+ "val/clipfrac_avg": 0.0,
229
+ "val/num_eos_tokens": 3395,
230
+ "val/ratio": 0.9998449683189392,
231
+ "val/ratio_var": 1.784112214409106e-06
232
+ },
233
+ {
234
+ "episode": 6144,
235
+ "epoch": 0.026319396847155587,
236
+ "eps": 6,
237
+ "loss/policy_avg": 0.13436169922351837,
238
+ "lr": 2.87109375e-06,
239
+ "objective/entropy": -21.395191192626953,
240
+ "objective/kl": 15.173453330993652,
241
+ "objective/non_score_reward": 0.0,
242
+ "objective/rlhf_reward": 7.682435512542725,
243
+ "objective/scores": 7.682435512542725,
244
+ "policy/approxkl_avg": 0.19314789772033691,
245
+ "policy/clipfrac_avg": 0.369140625,
246
+ "policy/entropy_avg": 0.6016405820846558,
247
+ "step": 11,
248
+ "val/clipfrac_avg": 0.0,
249
+ "val/num_eos_tokens": 3629,
250
+ "val/ratio": 0.9996920824050903,
251
+ "val/ratio_var": 1.8341333998250775e-06
252
+ }
253
+ ],
254
+ "logging_steps": 1,
255
+ "max_steps": 128,
256
+ "num_input_tokens_seen": 0,
257
+ "num_train_epochs": 1.122960932145305,
258
+ "save_steps": 2,
259
+ "stateful_callbacks": {
260
+ "TrainerControl": {
261
+ "args": {
262
+ "should_epoch_stop": false,
263
+ "should_evaluate": false,
264
+ "should_log": true,
265
+ "should_save": true,
266
+ "should_training_stop": false
267
+ },
268
+ "attributes": {}
269
+ }
270
+ },
271
+ "total_flos": 0,
272
+ "train_batch_size": null,
273
+ "trial_name": null,
274
+ "trial_params": null
275
+ }
checkpoint-12/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d466b2207c4065e08d4717869aa8511625bf2d5a24b4c4af0a8221284315ed03
3
+ size 6584