apriasmoro commited on
Commit
8b458cd
·
verified ·
1 Parent(s): e0b61bf

Training in progress, step 20, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-14B-Base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-14B-Base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "up_proj",
28
+ "k_proj",
29
+ "q_proj",
30
+ "o_proj",
31
+ "gate_proj",
32
+ "v_proj",
33
+ "down_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b7686fb16026c15b85c74f511e078713d9b7b6029058c372e339052f48dc09
3
+ size 513877864
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1b027b1b0e5e1be6320c1ece5f31111d226c82a888f1cff140ac86971f9d1a4
3
+ size 261573140
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75017e378bdc9f0153cad906c795d720af019c51431cfb79e8a4e23cf2640b5
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf1bdf3216bc493af4f6a2c5abcd1e9626ecd7c83f846df8a668b93dfb05d5a
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67cc0080ffd7555f723f423c27cfef314e1ad9d335c8b79f465c5faba1ed478b
3
+ size 11422821
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|endoftext|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,534 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.0014021312394840158,
6
+ "eval_steps": 500,
7
+ "global_step": 20,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "clip_ratio/high_max": 0.0,
14
+ "clip_ratio/high_mean": 0.0,
15
+ "clip_ratio/low_mean": 0.0,
16
+ "clip_ratio/low_min": 0.0,
17
+ "clip_ratio/region_mean": 0.0,
18
+ "completions/clipped_ratio": 0.71875,
19
+ "completions/max_length": 256.0,
20
+ "completions/max_terminated_length": 199.0,
21
+ "completions/mean_length": 216.59375,
22
+ "completions/mean_terminated_length": 115.8888931274414,
23
+ "completions/min_length": 22.0,
24
+ "completions/min_terminated_length": 22.0,
25
+ "epoch": 7.010656197420079e-05,
26
+ "grad_norm": 0.13658307492733002,
27
+ "kl": 0.0,
28
+ "learning_rate": 0.0,
29
+ "loss": 0.0,
30
+ "num_tokens": 12031.0,
31
+ "reward": -16.35692024230957,
32
+ "reward_std": 2.696993112564087,
33
+ "rewards/reward_short_words/mean": -5.5963945388793945,
34
+ "rewards/reward_short_words/std": 2.8097963333129883,
35
+ "step": 1
36
+ },
37
+ {
38
+ "clip_ratio/high_max": 0.0,
39
+ "clip_ratio/high_mean": 0.0,
40
+ "clip_ratio/low_mean": 0.0,
41
+ "clip_ratio/low_min": 0.0,
42
+ "clip_ratio/region_mean": 0.0,
43
+ "completions/clipped_ratio": 0.59375,
44
+ "completions/max_length": 256.0,
45
+ "completions/max_terminated_length": 224.0,
46
+ "completions/mean_length": 184.71875,
47
+ "completions/mean_terminated_length": 80.53846740722656,
48
+ "completions/min_length": 1.0,
49
+ "completions/min_terminated_length": 1.0,
50
+ "epoch": 0.00014021312394840157,
51
+ "grad_norm": 2.418160915374756,
52
+ "kl": 0.0,
53
+ "learning_rate": 2.5000000000000004e-07,
54
+ "loss": 0.0,
55
+ "num_tokens": 30526.0,
56
+ "reward": -16.925800323486328,
57
+ "reward_std": 5.625462532043457,
58
+ "rewards/reward_short_words/mean": -5.791031837463379,
59
+ "rewards/reward_short_words/std": 3.6131951808929443,
60
+ "step": 2
61
+ },
62
+ {
63
+ "clip_ratio/high_max": 0.0,
64
+ "clip_ratio/high_mean": 0.0,
65
+ "clip_ratio/low_mean": 0.0,
66
+ "clip_ratio/low_min": 0.0,
67
+ "clip_ratio/region_mean": 0.0,
68
+ "completions/clipped_ratio": 0.84375,
69
+ "completions/max_length": 256.0,
70
+ "completions/max_terminated_length": 174.0,
71
+ "completions/mean_length": 228.46875,
72
+ "completions/mean_terminated_length": 79.80000305175781,
73
+ "completions/min_length": 31.0,
74
+ "completions/min_terminated_length": 31.0,
75
+ "epoch": 0.00021031968592260234,
76
+ "grad_norm": 0.159947469830513,
77
+ "kl": 0.0013296040706336498,
78
+ "learning_rate": 5.000000000000001e-07,
79
+ "loss": 0.0001,
80
+ "num_tokens": 47869.0,
81
+ "reward": -18.348779678344727,
82
+ "reward_std": 1.9298845529556274,
83
+ "rewards/reward_short_words/mean": -6.277894020080566,
84
+ "rewards/reward_short_words/std": 2.424363851547241,
85
+ "step": 3
86
+ },
87
+ {
88
+ "clip_ratio/high_max": 0.0,
89
+ "clip_ratio/high_mean": 0.0,
90
+ "clip_ratio/low_mean": 0.0,
91
+ "clip_ratio/low_min": 0.0,
92
+ "clip_ratio/region_mean": 0.0,
93
+ "completions/clipped_ratio": 0.5625,
94
+ "completions/max_length": 256.0,
95
+ "completions/max_terminated_length": 231.0,
96
+ "completions/mean_length": 182.03125,
97
+ "completions/mean_terminated_length": 86.92857360839844,
98
+ "completions/min_length": 1.0,
99
+ "completions/min_terminated_length": 1.0,
100
+ "epoch": 0.00028042624789680314,
101
+ "grad_norm": 0.9018411636352539,
102
+ "kl": 0.0009629518608562648,
103
+ "learning_rate": 7.5e-07,
104
+ "loss": 0.0,
105
+ "num_tokens": 64250.0,
106
+ "reward": -18.661287307739258,
107
+ "reward_std": 5.1295294761657715,
108
+ "rewards/reward_short_words/mean": -6.384815692901611,
109
+ "rewards/reward_short_words/std": 3.57678484916687,
110
+ "step": 4
111
+ },
112
+ {
113
+ "clip_ratio/high_max": 0.0,
114
+ "clip_ratio/high_mean": 0.0,
115
+ "clip_ratio/low_mean": 0.0,
116
+ "clip_ratio/low_min": 0.0,
117
+ "clip_ratio/region_mean": 0.0,
118
+ "completions/clipped_ratio": 0.5625,
119
+ "completions/max_length": 256.0,
120
+ "completions/max_terminated_length": 204.0,
121
+ "completions/mean_length": 168.4375,
122
+ "completions/mean_terminated_length": 55.857147216796875,
123
+ "completions/min_length": 1.0,
124
+ "completions/min_terminated_length": 1.0,
125
+ "epoch": 0.00035053280987100394,
126
+ "grad_norm": 3.0168304443359375,
127
+ "kl": 0.0008603320457041264,
128
+ "learning_rate": 1.0000000000000002e-06,
129
+ "loss": 0.0,
130
+ "num_tokens": 80600.0,
131
+ "reward": -19.933547973632812,
132
+ "reward_std": 6.737860679626465,
133
+ "rewards/reward_short_words/mean": -6.820110321044922,
134
+ "rewards/reward_short_words/std": 3.7595303058624268,
135
+ "step": 5
136
+ },
137
+ {
138
+ "clip_ratio/high_max": 0.0,
139
+ "clip_ratio/high_mean": 0.0,
140
+ "clip_ratio/low_mean": 0.0,
141
+ "clip_ratio/low_min": 0.0,
142
+ "clip_ratio/region_mean": 0.0,
143
+ "completions/clipped_ratio": 0.5625,
144
+ "completions/max_length": 256.0,
145
+ "completions/max_terminated_length": 251.0,
146
+ "completions/mean_length": 194.0,
147
+ "completions/mean_terminated_length": 114.28572082519531,
148
+ "completions/min_length": 1.0,
149
+ "completions/min_terminated_length": 1.0,
150
+ "epoch": 0.0004206393718452047,
151
+ "grad_norm": 1.164302945137024,
152
+ "kl": 0.0009597770986147225,
153
+ "learning_rate": 1.25e-06,
154
+ "loss": 0.0,
155
+ "num_tokens": 97236.0,
156
+ "reward": -19.481975555419922,
157
+ "reward_std": 4.219770431518555,
158
+ "rewards/reward_short_words/mean": -6.665607452392578,
159
+ "rewards/reward_short_words/std": 2.5644466876983643,
160
+ "step": 6
161
+ },
162
+ {
163
+ "clip_ratio/high_max": 0.0,
164
+ "clip_ratio/high_mean": 0.0,
165
+ "clip_ratio/low_mean": 0.0,
166
+ "clip_ratio/low_min": 0.0,
167
+ "clip_ratio/region_mean": 0.0,
168
+ "completions/clipped_ratio": 0.5,
169
+ "completions/max_length": 256.0,
170
+ "completions/max_terminated_length": 235.0,
171
+ "completions/mean_length": 169.84375,
172
+ "completions/mean_terminated_length": 83.6875,
173
+ "completions/min_length": 29.0,
174
+ "completions/min_terminated_length": 29.0,
175
+ "epoch": 0.0004907459338194055,
176
+ "grad_norm": 0.13596586883068085,
177
+ "kl": 0.001013980945572257,
178
+ "learning_rate": 1.5e-06,
179
+ "loss": 0.0,
180
+ "num_tokens": 113935.0,
181
+ "reward": -25.956401824951172,
182
+ "reward_std": 6.042013168334961,
183
+ "rewards/reward_short_words/mean": -8.880783081054688,
184
+ "rewards/reward_short_words/std": 3.9492485523223877,
185
+ "step": 7
186
+ },
187
+ {
188
+ "clip_ratio/high_max": 0.0,
189
+ "clip_ratio/high_mean": 0.0,
190
+ "clip_ratio/low_mean": 0.0,
191
+ "clip_ratio/low_min": 0.0,
192
+ "clip_ratio/region_mean": 0.0,
193
+ "completions/clipped_ratio": 0.71875,
194
+ "completions/max_length": 256.0,
195
+ "completions/max_terminated_length": 172.0,
196
+ "completions/mean_length": 202.875,
197
+ "completions/mean_terminated_length": 67.11111450195312,
198
+ "completions/min_length": 1.0,
199
+ "completions/min_terminated_length": 1.0,
200
+ "epoch": 0.0005608524957936063,
201
+ "grad_norm": 1.491392731666565,
202
+ "kl": 0.001194561249576509,
203
+ "learning_rate": 1.7500000000000002e-06,
204
+ "loss": 0.0,
205
+ "num_tokens": 132159.0,
206
+ "reward": -16.37868309020996,
207
+ "reward_std": 4.960553169250488,
208
+ "rewards/reward_short_words/mean": -5.603840351104736,
209
+ "rewards/reward_short_words/std": 3.197422742843628,
210
+ "step": 8
211
+ },
212
+ {
213
+ "clip_ratio/high_max": 0.0,
214
+ "clip_ratio/high_mean": 0.0,
215
+ "clip_ratio/low_mean": 0.0,
216
+ "clip_ratio/low_min": 0.0,
217
+ "clip_ratio/region_mean": 0.0,
218
+ "completions/clipped_ratio": 0.6875,
219
+ "completions/max_length": 256.0,
220
+ "completions/max_terminated_length": 236.0,
221
+ "completions/mean_length": 194.3125,
222
+ "completions/mean_terminated_length": 58.60000228881836,
223
+ "completions/min_length": 1.0,
224
+ "completions/min_terminated_length": 1.0,
225
+ "epoch": 0.0006309590577678071,
226
+ "grad_norm": 3.211796283721924,
227
+ "kl": 0.0011702607152983546,
228
+ "learning_rate": 2.0000000000000003e-06,
229
+ "loss": 0.0001,
230
+ "num_tokens": 151649.0,
231
+ "reward": -15.122705459594727,
232
+ "reward_std": 4.872115135192871,
233
+ "rewards/reward_short_words/mean": -5.174117088317871,
234
+ "rewards/reward_short_words/std": 2.5721726417541504,
235
+ "step": 9
236
+ },
237
+ {
238
+ "clip_ratio/high_max": 0.0,
239
+ "clip_ratio/high_mean": 0.0,
240
+ "clip_ratio/low_mean": 0.0,
241
+ "clip_ratio/low_min": 0.0,
242
+ "clip_ratio/region_mean": 0.0,
243
+ "completions/clipped_ratio": 0.78125,
244
+ "completions/max_length": 256.0,
245
+ "completions/max_terminated_length": 184.0,
246
+ "completions/mean_length": 220.4375,
247
+ "completions/mean_terminated_length": 93.42857360839844,
248
+ "completions/min_length": 54.0,
249
+ "completions/min_terminated_length": 54.0,
250
+ "epoch": 0.0007010656197420079,
251
+ "grad_norm": 0.11666588485240936,
252
+ "kl": 0.000986904022283852,
253
+ "learning_rate": 2.25e-06,
254
+ "loss": 0.0,
255
+ "num_tokens": 167231.0,
256
+ "reward": -17.728458404541016,
257
+ "reward_std": 1.9997084140777588,
258
+ "rewards/reward_short_words/mean": -6.065655708312988,
259
+ "rewards/reward_short_words/std": 1.885218620300293,
260
+ "step": 10
261
+ },
262
+ {
263
+ "clip_ratio/high_max": 0.0,
264
+ "clip_ratio/high_mean": 0.0,
265
+ "clip_ratio/low_mean": 0.0,
266
+ "clip_ratio/low_min": 0.0,
267
+ "clip_ratio/region_mean": 0.0,
268
+ "completions/clipped_ratio": 0.8125,
269
+ "completions/max_length": 256.0,
270
+ "completions/max_terminated_length": 84.0,
271
+ "completions/mean_length": 217.1875,
272
+ "completions/mean_terminated_length": 49.0,
273
+ "completions/min_length": 30.0,
274
+ "completions/min_terminated_length": 30.0,
275
+ "epoch": 0.0007711721817162087,
276
+ "grad_norm": 0.13888925313949585,
277
+ "kl": 0.0012066997587680817,
278
+ "learning_rate": 2.5e-06,
279
+ "loss": 0.0,
280
+ "num_tokens": 184969.0,
281
+ "reward": -19.939603805541992,
282
+ "reward_std": 2.765538215637207,
283
+ "rewards/reward_short_words/mean": -6.822181701660156,
284
+ "rewards/reward_short_words/std": 2.9305803775787354,
285
+ "step": 11
286
+ },
287
+ {
288
+ "clip_ratio/high_max": 0.0,
289
+ "clip_ratio/high_mean": 0.0,
290
+ "clip_ratio/low_mean": 0.0,
291
+ "clip_ratio/low_min": 0.0,
292
+ "clip_ratio/region_mean": 0.0,
293
+ "completions/clipped_ratio": 0.75,
294
+ "completions/max_length": 256.0,
295
+ "completions/max_terminated_length": 207.0,
296
+ "completions/mean_length": 218.8125,
297
+ "completions/mean_terminated_length": 107.25,
298
+ "completions/min_length": 16.0,
299
+ "completions/min_terminated_length": 16.0,
300
+ "epoch": 0.0008412787436904094,
301
+ "grad_norm": 0.16707061231136322,
302
+ "kl": 0.0009350845939479768,
303
+ "learning_rate": 2.7500000000000004e-06,
304
+ "loss": 0.0,
305
+ "num_tokens": 202067.0,
306
+ "reward": -20.632661819458008,
307
+ "reward_std": 7.002403736114502,
308
+ "rewards/reward_short_words/mean": -7.059307098388672,
309
+ "rewards/reward_short_words/std": 4.558341026306152,
310
+ "step": 12
311
+ },
312
+ {
313
+ "clip_ratio/high_max": 0.0,
314
+ "clip_ratio/high_mean": 0.0,
315
+ "clip_ratio/low_mean": 0.0,
316
+ "clip_ratio/low_min": 0.0,
317
+ "clip_ratio/region_mean": 0.0,
318
+ "completions/clipped_ratio": 0.5,
319
+ "completions/max_length": 256.0,
320
+ "completions/max_terminated_length": 254.0,
321
+ "completions/mean_length": 184.09375,
322
+ "completions/mean_terminated_length": 112.1875,
323
+ "completions/min_length": 1.0,
324
+ "completions/min_terminated_length": 1.0,
325
+ "epoch": 0.0009113853056646102,
326
+ "grad_norm": 1.1818095445632935,
327
+ "kl": 0.0009267741697840393,
328
+ "learning_rate": 3e-06,
329
+ "loss": 0.0,
330
+ "num_tokens": 218190.0,
331
+ "reward": -21.259138107299805,
332
+ "reward_std": 5.966151237487793,
333
+ "rewards/reward_short_words/mean": -7.273650169372559,
334
+ "rewards/reward_short_words/std": 4.308831691741943,
335
+ "step": 13
336
+ },
337
+ {
338
+ "clip_ratio/high_max": 0.0,
339
+ "clip_ratio/high_mean": 0.0,
340
+ "clip_ratio/low_mean": 0.0,
341
+ "clip_ratio/low_min": 0.0,
342
+ "clip_ratio/region_mean": 0.0,
343
+ "completions/clipped_ratio": 0.65625,
344
+ "completions/max_length": 256.0,
345
+ "completions/max_terminated_length": 150.0,
346
+ "completions/mean_length": 205.96875,
347
+ "completions/mean_terminated_length": 110.45455169677734,
348
+ "completions/min_length": 1.0,
349
+ "completions/min_terminated_length": 1.0,
350
+ "epoch": 0.000981491867638811,
351
+ "grad_norm": 0.5406622290611267,
352
+ "kl": 0.0010281066643074155,
353
+ "learning_rate": 3.2500000000000002e-06,
354
+ "loss": 0.0001,
355
+ "num_tokens": 236777.0,
356
+ "reward": -20.823211669921875,
357
+ "reward_std": 6.621612071990967,
358
+ "rewards/reward_short_words/mean": -7.124502182006836,
359
+ "rewards/reward_short_words/std": 4.3875226974487305,
360
+ "step": 14
361
+ },
362
+ {
363
+ "clip_ratio/high_max": 0.0,
364
+ "clip_ratio/high_mean": 0.0,
365
+ "clip_ratio/low_mean": 0.0,
366
+ "clip_ratio/low_min": 0.0,
367
+ "clip_ratio/region_mean": 0.0,
368
+ "completions/clipped_ratio": 0.625,
369
+ "completions/max_length": 256.0,
370
+ "completions/max_terminated_length": 173.0,
371
+ "completions/mean_length": 191.34375,
372
+ "completions/mean_terminated_length": 83.58333587646484,
373
+ "completions/min_length": 18.0,
374
+ "completions/min_terminated_length": 18.0,
375
+ "epoch": 0.0010515984296130118,
376
+ "grad_norm": 0.34566256403923035,
377
+ "kl": 0.0011082870187237859,
378
+ "learning_rate": 3.5000000000000004e-06,
379
+ "loss": 0.0,
380
+ "num_tokens": 253192.0,
381
+ "reward": -23.05975341796875,
382
+ "reward_std": 9.964019775390625,
383
+ "rewards/reward_short_words/mean": -7.889717102050781,
384
+ "rewards/reward_short_words/std": 7.6198835372924805,
385
+ "step": 15
386
+ },
387
+ {
388
+ "clip_ratio/high_max": 0.0,
389
+ "clip_ratio/high_mean": 0.0,
390
+ "clip_ratio/low_mean": 0.0,
391
+ "clip_ratio/low_min": 0.0,
392
+ "clip_ratio/region_mean": 0.0,
393
+ "completions/clipped_ratio": 0.625,
394
+ "completions/max_length": 256.0,
395
+ "completions/max_terminated_length": 245.0,
396
+ "completions/mean_length": 183.3125,
397
+ "completions/mean_terminated_length": 62.16666793823242,
398
+ "completions/min_length": 1.0,
399
+ "completions/min_terminated_length": 1.0,
400
+ "epoch": 0.0011217049915872126,
401
+ "grad_norm": 1.9921596050262451,
402
+ "kl": 0.0009369402541778982,
403
+ "learning_rate": 3.75e-06,
404
+ "loss": 0.0001,
405
+ "num_tokens": 271130.0,
406
+ "reward": -16.921245574951172,
407
+ "reward_std": 4.846298694610596,
408
+ "rewards/reward_short_words/mean": -5.789474010467529,
409
+ "rewards/reward_short_words/std": 3.046598196029663,
410
+ "step": 16
411
+ },
412
+ {
413
+ "clip_ratio/high_max": 0.0,
414
+ "clip_ratio/high_mean": 0.0,
415
+ "clip_ratio/low_mean": 0.0,
416
+ "clip_ratio/low_min": 0.0,
417
+ "clip_ratio/region_mean": 0.0,
418
+ "completions/clipped_ratio": 0.3125,
419
+ "completions/max_length": 256.0,
420
+ "completions/max_terminated_length": 220.0,
421
+ "completions/mean_length": 159.5625,
422
+ "completions/mean_terminated_length": 115.72727966308594,
423
+ "completions/min_length": 1.0,
424
+ "completions/min_terminated_length": 1.0,
425
+ "epoch": 0.0011918115535614134,
426
+ "grad_norm": 0.6873171925544739,
427
+ "kl": 0.0005745217204093933,
428
+ "learning_rate": 4.000000000000001e-06,
429
+ "loss": 0.0,
430
+ "num_tokens": 287180.0,
431
+ "reward": -23.344005584716797,
432
+ "reward_std": 9.127889633178711,
433
+ "rewards/reward_short_words/mean": -7.986971378326416,
434
+ "rewards/reward_short_words/std": 4.011465549468994,
435
+ "step": 17
436
+ },
437
+ {
438
+ "clip_ratio/high_max": 0.0,
439
+ "clip_ratio/high_mean": 0.0,
440
+ "clip_ratio/low_mean": 0.0,
441
+ "clip_ratio/low_min": 0.0,
442
+ "clip_ratio/region_mean": 0.0,
443
+ "completions/clipped_ratio": 0.75,
444
+ "completions/max_length": 256.0,
445
+ "completions/max_terminated_length": 219.0,
446
+ "completions/mean_length": 207.59375,
447
+ "completions/mean_terminated_length": 62.375,
448
+ "completions/min_length": 1.0,
449
+ "completions/min_terminated_length": 1.0,
450
+ "epoch": 0.0012619181155356142,
451
+ "grad_norm": 1.8942995071411133,
452
+ "kl": 0.0013139176880940795,
453
+ "learning_rate": 4.250000000000001e-06,
454
+ "loss": 0.0002,
455
+ "num_tokens": 306515.0,
456
+ "reward": -13.720466613769531,
457
+ "reward_std": 3.606645345687866,
458
+ "rewards/reward_short_words/mean": -4.694352149963379,
459
+ "rewards/reward_short_words/std": 2.2922067642211914,
460
+ "step": 18
461
+ },
462
+ {
463
+ "clip_ratio/high_max": 0.0,
464
+ "clip_ratio/high_mean": 0.0,
465
+ "clip_ratio/low_mean": 0.0,
466
+ "clip_ratio/low_min": 0.0,
467
+ "clip_ratio/region_mean": 0.0,
468
+ "completions/clipped_ratio": 0.5625,
469
+ "completions/max_length": 256.0,
470
+ "completions/max_terminated_length": 245.0,
471
+ "completions/mean_length": 186.3125,
472
+ "completions/mean_terminated_length": 96.71428680419922,
473
+ "completions/min_length": 1.0,
474
+ "completions/min_terminated_length": 1.0,
475
+ "epoch": 0.001332024677509815,
476
+ "grad_norm": 1.4690767526626587,
477
+ "kl": 0.0007615434005856514,
478
+ "learning_rate": 4.5e-06,
479
+ "loss": 0.0003,
480
+ "num_tokens": 323785.0,
481
+ "reward": -15.320701599121094,
482
+ "reward_std": 4.215565204620361,
483
+ "rewards/reward_short_words/mean": -5.2418599128723145,
484
+ "rewards/reward_short_words/std": 3.346675157546997,
485
+ "step": 19
486
+ },
487
+ {
488
+ "clip_ratio/high_max": 0.0,
489
+ "clip_ratio/high_mean": 0.0,
490
+ "clip_ratio/low_mean": 0.0,
491
+ "clip_ratio/low_min": 0.0,
492
+ "clip_ratio/region_mean": 0.0,
493
+ "completions/clipped_ratio": 0.6875,
494
+ "completions/max_length": 256.0,
495
+ "completions/max_terminated_length": 83.0,
496
+ "completions/mean_length": 183.46875,
497
+ "completions/mean_terminated_length": 23.899999618530273,
498
+ "completions/min_length": 1.0,
499
+ "completions/min_terminated_length": 1.0,
500
+ "epoch": 0.0014021312394840158,
501
+ "grad_norm": 0.9161757230758667,
502
+ "kl": 0.001246627070941031,
503
+ "learning_rate": 4.75e-06,
504
+ "loss": 0.0005,
505
+ "num_tokens": 341852.0,
506
+ "reward": -14.605607032775879,
507
+ "reward_std": 2.5197999477386475,
508
+ "rewards/reward_short_words/mean": -4.997196197509766,
509
+ "rewards/reward_short_words/std": 3.3148984909057617,
510
+ "step": 20
511
+ }
512
+ ],
513
+ "logging_steps": 1,
514
+ "max_steps": 20,
515
+ "num_input_tokens_seen": 341852,
516
+ "num_train_epochs": 1,
517
+ "save_steps": 100,
518
+ "stateful_callbacks": {
519
+ "TrainerControl": {
520
+ "args": {
521
+ "should_epoch_stop": false,
522
+ "should_evaluate": false,
523
+ "should_log": false,
524
+ "should_save": true,
525
+ "should_training_stop": true
526
+ },
527
+ "attributes": {}
528
+ }
529
+ },
530
+ "total_flos": 0.0,
531
+ "train_batch_size": 32,
532
+ "trial_name": null,
533
+ "trial_params": null
534
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ce4a691922b7a5910e909a16440e5f68df6d53b9c2a7fd230468c23e3446c0
3
+ size 7928
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff