eric3119 commited on
Commit
38940c3
·
verified ·
1 Parent(s): fd4ef75

Upload 13 files

Browse files
adapter_config.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 16,
14
- "lora_dropout": 0.1,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
- "modules_to_save": null,
18
- "peft_type": "LORA",
19
- "r": 64,
20
- "rank_pattern": {},
21
- "revision": null,
22
- "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
- ],
26
- "task_type": "CAUSAL_LM",
27
- "use_dora": false,
28
- "use_rslora": false
29
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8e3340167502f2b41f4de90f4c3a53c964f4bc187b3f7fd63df370aec634d98
3
  size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40e83b6ec10c3e18d82e9aae7fd1bd5640d73c4a12f9cd272527e448f237650
3
  size 134235048
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcf2a037e3398760b7b14ac4d5c81a12255a5ff5a28f81b1ea7c6b44f46b6bcf
3
- size 68312954
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6877126e4b893a0d6e5f0d8230d54a065c0a9028231747d7bdae69d2f0938025
3
+ size 268515066
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92f29cd701c5a72a5a0f87abaff2371b8a7db57ea8841275e79535daba928715
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f94440a84de8dcb7e3dc56f62912fe1cffa12753d6b0c3c9602e4effda4eec
3
  size 14244
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52c4adb36f7c6ddb151663ae4716f16b16c64d8383b00e12592d7abb8b5accfc
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bcbcfd505eb4fc1a12c7d832a77268d82b4a9b82157e01d48b5fb1cf5fbcc1
3
  size 1064
special_tokens_map.json CHANGED
@@ -1,24 +1,24 @@
1
- {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": "</s>",
17
- "unk_token": {
18
- "content": "<unk>",
19
- "lstrip": false,
20
- "normalized": true,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
- }
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json CHANGED
@@ -1,49 +1,49 @@
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": true,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": true,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": true,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "32000": {
31
- "content": "<pad>",
32
- "lstrip": false,
33
- "normalized": true,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": false
37
- }
38
- },
39
- "bos_token": "<s>",
40
- "clean_up_tokenization_spaces": false,
41
- "eos_token": "</s>",
42
- "legacy": false,
43
- "model_max_length": 1000000000000000019884624838656,
44
- "pad_token": "</s>",
45
- "sp_model_kwargs": {},
46
- "tokenizer_class": "LlamaTokenizer",
47
- "unk_token": "<unk>",
48
- "use_default_system_prompt": false
49
- }
 
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": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "clean_up_tokenization_spaces": false,
41
+ "eos_token": "</s>",
42
+ "legacy": false,
43
+ "model_max_length": 1000000000000000019884624838656,
44
+ "pad_token": "</s>",
45
+ "sp_model_kwargs": {},
46
+ "tokenizer_class": "LlamaTokenizer",
47
+ "unk_token": "<unk>",
48
+ "use_default_system_prompt": false
49
+ }
trainer_state.json CHANGED
@@ -1,173 +1,313 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 0.001779061865097297,
5
- "eval_steps": 500,
6
- "global_step": 500,
7
- "is_hyper_param_search": false,
8
- "is_local_process_zero": true,
9
- "is_world_process_zero": true,
10
- "log_history": [
11
- {
12
- "epoch": 8.895309325486485e-05,
13
- "grad_norm": 0.5721328258514404,
14
- "learning_rate": 2.5e-05,
15
- "loss": 2.8022,
16
- "step": 25
17
- },
18
- {
19
- "epoch": 0.0001779061865097297,
20
- "grad_norm": 0.8923015594482422,
21
- "learning_rate": 2.5e-05,
22
- "loss": 2.7907,
23
- "step": 50
24
- },
25
- {
26
- "epoch": 0.0002668592797645945,
27
- "grad_norm": 0.4010128676891327,
28
- "learning_rate": 2.5e-05,
29
- "loss": 2.2071,
30
- "step": 75
31
- },
32
- {
33
- "epoch": 0.0003558123730194594,
34
- "grad_norm": 1.1923198699951172,
35
- "learning_rate": 2.5e-05,
36
- "loss": 2.0296,
37
- "step": 100
38
- },
39
- {
40
- "epoch": 0.00044476546627432423,
41
- "grad_norm": 0.44945457577705383,
42
- "learning_rate": 2.5e-05,
43
- "loss": 1.6782,
44
- "step": 125
45
- },
46
- {
47
- "epoch": 0.000533718559529189,
48
- "grad_norm": 1.238482117652893,
49
- "learning_rate": 2.5e-05,
50
- "loss": 1.3948,
51
- "step": 150
52
- },
53
- {
54
- "epoch": 0.0006226716527840539,
55
- "grad_norm": 1.2721318006515503,
56
- "learning_rate": 2.5e-05,
57
- "loss": 1.4995,
58
- "step": 175
59
- },
60
- {
61
- "epoch": 0.0007116247460389188,
62
- "grad_norm": 0.647321343421936,
63
- "learning_rate": 2.5e-05,
64
- "loss": 1.5624,
65
- "step": 200
66
- },
67
- {
68
- "epoch": 0.0008005778392937836,
69
- "grad_norm": 2.433274984359741,
70
- "learning_rate": 2.5e-05,
71
- "loss": 1.6035,
72
- "step": 225
73
- },
74
- {
75
- "epoch": 0.0008895309325486485,
76
- "grad_norm": 0.5926241278648376,
77
- "learning_rate": 2.5e-05,
78
- "loss": 1.4234,
79
- "step": 250
80
- },
81
- {
82
- "epoch": 0.0009784840258035134,
83
- "grad_norm": 1.6820074319839478,
84
- "learning_rate": 2.5e-05,
85
- "loss": 1.1803,
86
- "step": 275
87
- },
88
- {
89
- "epoch": 0.001067437119058378,
90
- "grad_norm": 1.5319762229919434,
91
- "learning_rate": 2.5e-05,
92
- "loss": 1.3767,
93
- "step": 300
94
- },
95
- {
96
- "epoch": 0.001156390212313243,
97
- "grad_norm": 0.5725632309913635,
98
- "learning_rate": 2.5e-05,
99
- "loss": 1.245,
100
- "step": 325
101
- },
102
- {
103
- "epoch": 0.0012453433055681078,
104
- "grad_norm": 0.7384375929832458,
105
- "learning_rate": 2.5e-05,
106
- "loss": 1.2259,
107
- "step": 350
108
- },
109
- {
110
- "epoch": 0.0013342963988229727,
111
- "grad_norm": 0.5739320516586304,
112
- "learning_rate": 2.5e-05,
113
- "loss": 1.2383,
114
- "step": 375
115
- },
116
- {
117
- "epoch": 0.0014232494920778376,
118
- "grad_norm": 0.962674617767334,
119
- "learning_rate": 2.5e-05,
120
- "loss": 1.2162,
121
- "step": 400
122
- },
123
- {
124
- "epoch": 0.0015122025853327023,
125
- "grad_norm": 1.2786195278167725,
126
- "learning_rate": 2.5e-05,
127
- "loss": 1.224,
128
- "step": 425
129
- },
130
- {
131
- "epoch": 0.0016011556785875672,
132
- "grad_norm": 1.3110697269439697,
133
- "learning_rate": 2.5e-05,
134
- "loss": 1.3172,
135
- "step": 450
136
- },
137
- {
138
- "epoch": 0.001690108771842432,
139
- "grad_norm": 0.6006544828414917,
140
- "learning_rate": 2.5e-05,
141
- "loss": 1.3636,
142
- "step": 475
143
- },
144
- {
145
- "epoch": 0.001779061865097297,
146
- "grad_norm": 0.6102003455162048,
147
- "learning_rate": 2.5e-05,
148
- "loss": 1.1117,
149
- "step": 500
150
- }
151
- ],
152
- "logging_steps": 25,
153
- "max_steps": 500,
154
- "num_input_tokens_seen": 0,
155
- "num_train_epochs": 1,
156
- "save_steps": 50,
157
- "stateful_callbacks": {
158
- "TrainerControl": {
159
- "args": {
160
- "should_epoch_stop": false,
161
- "should_evaluate": false,
162
- "should_log": false,
163
- "should_save": true,
164
- "should_training_stop": true
165
- },
166
- "attributes": {}
167
- }
168
- },
169
- "total_flos": 1.0200419401728e+16,
170
- "train_batch_size": 1,
171
- "trial_name": null,
172
- "trial_params": null
173
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.025,
13
+ "grad_norm": 0.2357209473848343,
14
+ "learning_rate": 0.0002,
15
+ "loss": 1.4572,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.05,
20
+ "grad_norm": 4.098695278167725,
21
+ "learning_rate": 0.0002,
22
+ "loss": 1.6134,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.075,
27
+ "grad_norm": 0.36763498187065125,
28
+ "learning_rate": 0.0002,
29
+ "loss": 1.1204,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.1,
34
+ "grad_norm": 3.215606927871704,
35
+ "learning_rate": 0.0002,
36
+ "loss": 1.6429,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.125,
41
+ "grad_norm": 0.24122707545757294,
42
+ "learning_rate": 0.0002,
43
+ "loss": 1.1536,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.15,
48
+ "grad_norm": 1.240979552268982,
49
+ "learning_rate": 0.0002,
50
+ "loss": 1.5328,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.175,
55
+ "grad_norm": 0.5094348788261414,
56
+ "learning_rate": 0.0002,
57
+ "loss": 1.1057,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.2,
62
+ "grad_norm": 1.9274498224258423,
63
+ "learning_rate": 0.0002,
64
+ "loss": 1.4537,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.225,
69
+ "grad_norm": 0.22062620520591736,
70
+ "learning_rate": 0.0002,
71
+ "loss": 1.0565,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.25,
76
+ "grad_norm": 1.489973545074463,
77
+ "learning_rate": 0.0002,
78
+ "loss": 1.3707,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.275,
83
+ "grad_norm": 0.2041197568178177,
84
+ "learning_rate": 0.0002,
85
+ "loss": 1.1186,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.3,
90
+ "grad_norm": 0.5328978896141052,
91
+ "learning_rate": 0.0002,
92
+ "loss": 1.5287,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.325,
97
+ "grad_norm": 0.2129279226064682,
98
+ "learning_rate": 0.0002,
99
+ "loss": 1.3442,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.35,
104
+ "grad_norm": 0.42091837525367737,
105
+ "learning_rate": 0.0002,
106
+ "loss": 1.4075,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.375,
111
+ "grad_norm": 0.13680295646190643,
112
+ "learning_rate": 0.0002,
113
+ "loss": 1.2503,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.4,
118
+ "grad_norm": 0.8510954976081848,
119
+ "learning_rate": 0.0002,
120
+ "loss": 1.3453,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.425,
125
+ "grad_norm": 0.19430848956108093,
126
+ "learning_rate": 0.0002,
127
+ "loss": 1.1908,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.45,
132
+ "grad_norm": 0.6921439170837402,
133
+ "learning_rate": 0.0002,
134
+ "loss": 1.3728,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.475,
139
+ "grad_norm": 0.2126462459564209,
140
+ "learning_rate": 0.0002,
141
+ "loss": 1.1244,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.5,
146
+ "grad_norm": 0.6232830882072449,
147
+ "learning_rate": 0.0002,
148
+ "loss": 1.2055,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.525,
153
+ "grad_norm": 0.20547091960906982,
154
+ "learning_rate": 0.0002,
155
+ "loss": 1.1497,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.55,
160
+ "grad_norm": 0.489362508058548,
161
+ "learning_rate": 0.0002,
162
+ "loss": 1.2601,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.575,
167
+ "grad_norm": 0.1969325989484787,
168
+ "learning_rate": 0.0002,
169
+ "loss": 1.1765,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.6,
174
+ "grad_norm": 0.6766378879547119,
175
+ "learning_rate": 0.0002,
176
+ "loss": 1.5613,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.625,
181
+ "grad_norm": 0.13454963266849518,
182
+ "learning_rate": 0.0002,
183
+ "loss": 1.2215,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.65,
188
+ "grad_norm": 0.32630065083503723,
189
+ "learning_rate": 0.0002,
190
+ "loss": 1.3704,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.675,
195
+ "grad_norm": 0.2560375928878784,
196
+ "learning_rate": 0.0002,
197
+ "loss": 1.0987,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.7,
202
+ "grad_norm": 1.6413543224334717,
203
+ "learning_rate": 0.0002,
204
+ "loss": 1.5937,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.725,
209
+ "grad_norm": 0.2766744792461395,
210
+ "learning_rate": 0.0002,
211
+ "loss": 1.1834,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.75,
216
+ "grad_norm": 0.9574869275093079,
217
+ "learning_rate": 0.0002,
218
+ "loss": 1.4304,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.775,
223
+ "grad_norm": 0.13615752756595612,
224
+ "learning_rate": 0.0002,
225
+ "loss": 1.1135,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.8,
230
+ "grad_norm": 0.6256314516067505,
231
+ "learning_rate": 0.0002,
232
+ "loss": 1.3999,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.825,
237
+ "grad_norm": 0.2913402020931244,
238
+ "learning_rate": 0.0002,
239
+ "loss": 1.0998,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.85,
244
+ "grad_norm": 0.8512757420539856,
245
+ "learning_rate": 0.0002,
246
+ "loss": 1.5836,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.875,
251
+ "grad_norm": 0.1915389448404312,
252
+ "learning_rate": 0.0002,
253
+ "loss": 1.1269,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.9,
258
+ "grad_norm": 0.6881994605064392,
259
+ "learning_rate": 0.0002,
260
+ "loss": 1.4682,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.925,
265
+ "grad_norm": 0.15422898530960083,
266
+ "learning_rate": 0.0002,
267
+ "loss": 1.0977,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.95,
272
+ "grad_norm": 0.775578498840332,
273
+ "learning_rate": 0.0002,
274
+ "loss": 1.6679,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.975,
279
+ "grad_norm": 0.28175973892211914,
280
+ "learning_rate": 0.0002,
281
+ "loss": 1.2866,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 1.0,
286
+ "grad_norm": 0.5729475021362305,
287
+ "learning_rate": 0.0002,
288
+ "loss": 1.3361,
289
+ "step": 1000
290
+ }
291
+ ],
292
+ "logging_steps": 25,
293
+ "max_steps": 1000,
294
+ "num_input_tokens_seen": 0,
295
+ "num_train_epochs": 1,
296
+ "save_steps": 25,
297
+ "stateful_callbacks": {
298
+ "TrainerControl": {
299
+ "args": {
300
+ "should_epoch_stop": false,
301
+ "should_evaluate": false,
302
+ "should_log": false,
303
+ "should_save": true,
304
+ "should_training_stop": true
305
+ },
306
+ "attributes": {}
307
+ }
308
+ },
309
+ "total_flos": 1.679542884421632e+16,
310
+ "train_batch_size": 1,
311
+ "trial_name": null,
312
+ "trial_params": null
313
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2dd63cd40626facaab305a42f6defc2bbcbeebadb21704948ac692f5f455b95
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced240fd53834fa3700f173685f9aeeb3a5d2ca39269ec93a8f139d341c48537
3
  size 5432