besimray commited on
Commit
ca583a0
·
verified ·
1 Parent(s): a38d3dc

Upload task output 5854b7e3-3e7b-4b73-8adf-557d21aa42b0

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-128k-instruct
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.1
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-mini-128k-instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
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": 256,
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": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "gate_up_proj",
28
+ "qkv_proj",
29
+ "o_proj",
30
+ "down_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_rslora": false
36
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82941e1fe80a798f7e750a79be48930e3282edf540da692eb2b5b7c1f1ae087e
3
+ size 805341552
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 78,0.08186180144548416
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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
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
+ }
tokenizer.json ADDED
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 ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
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": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
121
+ "clean_up_tokenization_spaces": false,
122
+ "eos_token": "<|endoftext|>",
123
+ "extra_special_tokens": {},
124
+ "legacy": false,
125
+ "model_max_length": 131072,
126
+ "pad_token": "<|endoftext|>",
127
+ "padding_side": "left",
128
+ "sp_model_kwargs": {},
129
+ "tokenizer_class": "LlamaTokenizer",
130
+ "unk_token": "<unk>",
131
+ "use_default_system_prompt": false
132
+ }
trainer_state.json ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9936305732484076,
6
+ "eval_steps": 500,
7
+ "global_step": 78,
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.73125,
19
+ "completions/max_length": 256.0,
20
+ "completions/max_terminated_length": 230.2,
21
+ "completions/mean_length": 241.275,
22
+ "completions/mean_terminated_length": 145.159130859375,
23
+ "completions/min_length": 39.4,
24
+ "completions/min_terminated_length": 39.4,
25
+ "epoch": 0.06369426751592357,
26
+ "frac_reward_zero_std": 0.0,
27
+ "grad_norm": 0.15999643504619598,
28
+ "kl": 0.0012019407236948608,
29
+ "learning_rate": 1.0166460952380893e-06,
30
+ "loss": 0.0348,
31
+ "num_tokens": 101544.0,
32
+ "reward": -704.5378051757813,
33
+ "reward_std": 103.640185546875,
34
+ "rewards/wrapper/mean": -234.84592828253906,
35
+ "rewards/wrapper/std": 60.25956506381432,
36
+ "step": 5
37
+ },
38
+ {
39
+ "clip_ratio/high_max": 0.0,
40
+ "clip_ratio/high_mean": 0.0,
41
+ "clip_ratio/low_mean": 0.0,
42
+ "clip_ratio/low_min": 0.0,
43
+ "clip_ratio/region_mean": 0.0,
44
+ "completions/clipped_ratio": 0.7375,
45
+ "completions/max_length": 256.0,
46
+ "completions/max_terminated_length": 246.0,
47
+ "completions/mean_length": 244.825,
48
+ "completions/mean_terminated_length": 170.27048034667968,
49
+ "completions/min_length": 55.4,
50
+ "completions/min_terminated_length": 55.4,
51
+ "epoch": 0.12738853503184713,
52
+ "frac_reward_zero_std": 0.0,
53
+ "grad_norm": 0.17804501950740814,
54
+ "kl": 0.002049270807765424,
55
+ "learning_rate": 2.2874537142857005e-06,
56
+ "loss": 0.0248,
57
+ "num_tokens": 203454.0,
58
+ "reward": -721.687255859375,
59
+ "reward_std": 89.32227020263672,
60
+ "rewards/wrapper/mean": -240.56242327640453,
61
+ "rewards/wrapper/std": 57.542199250807364,
62
+ "step": 10
63
+ },
64
+ {
65
+ "clip_ratio/high_max": 0.0,
66
+ "clip_ratio/high_mean": 0.0,
67
+ "clip_ratio/low_mean": 0.0,
68
+ "clip_ratio/low_min": 0.0,
69
+ "clip_ratio/region_mean": 0.0,
70
+ "completions/clipped_ratio": 0.70625,
71
+ "completions/max_length": 256.0,
72
+ "completions/max_terminated_length": 230.4,
73
+ "completions/mean_length": 237.45625,
74
+ "completions/mean_terminated_length": 129.3524398803711,
75
+ "completions/min_length": 21.2,
76
+ "completions/min_terminated_length": 21.2,
77
+ "epoch": 0.1910828025477707,
78
+ "frac_reward_zero_std": 0.0,
79
+ "grad_norm": 0.18392148613929749,
80
+ "kl": 0.0022296806797385215,
81
+ "learning_rate": 3.5582613333333122e-06,
82
+ "loss": 0.0376,
83
+ "num_tokens": 299538.0,
84
+ "reward": -717.4067749023437,
85
+ "reward_std": 99.79640274047851,
86
+ "rewards/wrapper/mean": -239.13559325635433,
87
+ "rewards/wrapper/std": 66.15994172419111,
88
+ "step": 15
89
+ },
90
+ {
91
+ "clip_ratio/high_max": 0.0,
92
+ "clip_ratio/high_mean": 0.0,
93
+ "clip_ratio/low_mean": 0.0,
94
+ "clip_ratio/low_min": 0.0,
95
+ "clip_ratio/region_mean": 0.0,
96
+ "completions/clipped_ratio": 0.7375,
97
+ "completions/max_length": 256.0,
98
+ "completions/max_terminated_length": 237.8,
99
+ "completions/mean_length": 240.21875,
100
+ "completions/mean_terminated_length": 132.5500030517578,
101
+ "completions/min_length": 18.8,
102
+ "completions/min_terminated_length": 18.8,
103
+ "epoch": 0.25477707006369427,
104
+ "frac_reward_zero_std": 0.0,
105
+ "grad_norm": 0.1596791297197342,
106
+ "kl": 0.0022249914007261397,
107
+ "learning_rate": 4.8290689523809235e-06,
108
+ "loss": 0.0429,
109
+ "num_tokens": 400170.0,
110
+ "reward": -711.0138427734375,
111
+ "reward_std": 110.16710357666015,
112
+ "rewards/wrapper/mean": -237.00460715889932,
113
+ "rewards/wrapper/std": 63.362606817794344,
114
+ "step": 20
115
+ },
116
+ {
117
+ "clip_ratio/high_max": 0.0,
118
+ "clip_ratio/high_mean": 0.0,
119
+ "clip_ratio/low_mean": 0.0,
120
+ "clip_ratio/low_min": 0.0,
121
+ "clip_ratio/region_mean": 0.0,
122
+ "completions/clipped_ratio": 0.75625,
123
+ "completions/max_length": 256.0,
124
+ "completions/max_terminated_length": 249.8,
125
+ "completions/mean_length": 245.984375,
126
+ "completions/mean_terminated_length": 175.86641540527344,
127
+ "completions/min_length": 53.0,
128
+ "completions/min_terminated_length": 53.0,
129
+ "epoch": 0.3184713375796178,
130
+ "frac_reward_zero_std": 0.0,
131
+ "grad_norm": 0.1616552323102951,
132
+ "kl": 0.002422537445090711,
133
+ "learning_rate": 6.099876571428536e-06,
134
+ "loss": 0.0209,
135
+ "num_tokens": 503751.0,
136
+ "reward": -714.1826782226562,
137
+ "reward_std": 79.00167541503906,
138
+ "rewards/wrapper/mean": -238.06088894257942,
139
+ "rewards/wrapper/std": 50.63579320944846,
140
+ "step": 25
141
+ },
142
+ {
143
+ "clip_ratio/high_max": 0.0,
144
+ "clip_ratio/high_mean": 0.0,
145
+ "clip_ratio/low_mean": 0.0,
146
+ "clip_ratio/low_min": 0.0,
147
+ "clip_ratio/region_mean": 0.0,
148
+ "completions/clipped_ratio": 0.78125,
149
+ "completions/max_length": 256.0,
150
+ "completions/max_terminated_length": 205.8,
151
+ "completions/mean_length": 243.16875,
152
+ "completions/mean_terminated_length": 136.35000610351562,
153
+ "completions/min_length": 74.0,
154
+ "completions/min_terminated_length": 74.0,
155
+ "epoch": 0.3821656050955414,
156
+ "frac_reward_zero_std": 0.0,
157
+ "grad_norm": 0.16664288938045502,
158
+ "kl": 0.002880513295531273,
159
+ "learning_rate": 7.370684190476147e-06,
160
+ "loss": 0.0305,
161
+ "num_tokens": 600213.0,
162
+ "reward": -701.1527465820312,
163
+ "reward_std": 90.27828216552734,
164
+ "rewards/wrapper/mean": -233.71757828990619,
165
+ "rewards/wrapper/std": 58.9955113551269,
166
+ "step": 30
167
+ },
168
+ {
169
+ "clip_ratio/high_max": 0.0,
170
+ "clip_ratio/high_mean": 0.0,
171
+ "clip_ratio/low_mean": 0.0,
172
+ "clip_ratio/low_min": 0.0,
173
+ "clip_ratio/region_mean": 0.0,
174
+ "completions/clipped_ratio": 0.63125,
175
+ "completions/max_length": 256.0,
176
+ "completions/max_terminated_length": 244.6,
177
+ "completions/mean_length": 235.590625,
178
+ "completions/mean_terminated_length": 144.64424743652344,
179
+ "completions/min_length": 3.0,
180
+ "completions/min_terminated_length": 3.0,
181
+ "epoch": 0.445859872611465,
182
+ "frac_reward_zero_std": 0.00625,
183
+ "grad_norm": 0.15922684967517853,
184
+ "kl": 0.0036258526146411897,
185
+ "learning_rate": 8.641491809523759e-06,
186
+ "loss": 0.0406,
187
+ "num_tokens": 697276.0,
188
+ "reward": -696.09658203125,
189
+ "reward_std": 102.45361328125,
190
+ "rewards/wrapper/mean": -232.03218508164088,
191
+ "rewards/wrapper/std": 67.28055257995923,
192
+ "step": 35
193
+ },
194
+ {
195
+ "clip_ratio/high_max": 0.0,
196
+ "clip_ratio/high_mean": 0.0,
197
+ "clip_ratio/low_mean": 0.0,
198
+ "clip_ratio/low_min": 0.0,
199
+ "clip_ratio/region_mean": 0.0,
200
+ "completions/clipped_ratio": 0.725,
201
+ "completions/max_length": 256.0,
202
+ "completions/max_terminated_length": 228.6,
203
+ "completions/mean_length": 242.015625,
204
+ "completions/mean_terminated_length": 150.20833435058594,
205
+ "completions/min_length": 20.6,
206
+ "completions/min_terminated_length": 20.6,
207
+ "epoch": 0.5095541401273885,
208
+ "frac_reward_zero_std": 0.0,
209
+ "grad_norm": 0.19204428791999817,
210
+ "kl": 0.03904692931100726,
211
+ "learning_rate": 8.87767962349667e-06,
212
+ "loss": 0.0371,
213
+ "num_tokens": 798711.0,
214
+ "reward": -699.6894409179688,
215
+ "reward_std": 101.79892425537109,
216
+ "rewards/wrapper/mean": -233.22980764508247,
217
+ "rewards/wrapper/std": 59.8505485403041,
218
+ "step": 40
219
+ },
220
+ {
221
+ "clip_ratio/high_max": 0.0,
222
+ "clip_ratio/high_mean": 0.0,
223
+ "clip_ratio/low_mean": 0.0,
224
+ "clip_ratio/low_min": 0.0,
225
+ "clip_ratio/region_mean": 0.0,
226
+ "completions/clipped_ratio": 0.73125,
227
+ "completions/max_length": 256.0,
228
+ "completions/max_terminated_length": 245.2,
229
+ "completions/mean_length": 241.159375,
230
+ "completions/mean_terminated_length": 145.30555725097656,
231
+ "completions/min_length": 35.0,
232
+ "completions/min_terminated_length": 35.0,
233
+ "epoch": 0.5732484076433121,
234
+ "frac_reward_zero_std": 0.0,
235
+ "grad_norm": 0.16419248282909393,
236
+ "kl": 0.0070375889539718624,
237
+ "learning_rate": 8.804993251128113e-06,
238
+ "loss": 0.0359,
239
+ "num_tokens": 899972.0,
240
+ "reward": -698.934326171875,
241
+ "reward_std": 109.19157409667969,
242
+ "rewards/wrapper/mean": -232.97811029901106,
243
+ "rewards/wrapper/std": 58.439651014966266,
244
+ "step": 45
245
+ },
246
+ {
247
+ "clip_ratio/high_max": 0.0,
248
+ "clip_ratio/high_mean": 0.0,
249
+ "clip_ratio/low_mean": 0.0,
250
+ "clip_ratio/low_min": 0.0,
251
+ "clip_ratio/region_mean": 0.0,
252
+ "completions/clipped_ratio": 0.6375,
253
+ "completions/max_length": 256.0,
254
+ "completions/max_terminated_length": 244.4,
255
+ "completions/mean_length": 237.5625,
256
+ "completions/mean_terminated_length": 155.49524536132813,
257
+ "completions/min_length": 43.0,
258
+ "completions/min_terminated_length": 43.0,
259
+ "epoch": 0.6369426751592356,
260
+ "frac_reward_zero_std": 0.0,
261
+ "grad_norm": 0.16871879994869232,
262
+ "kl": 0.007892952580004931,
263
+ "learning_rate": 8.67769315322246e-06,
264
+ "loss": 0.0348,
265
+ "num_tokens": 1000384.0,
266
+ "reward": -674.0330444335938,
267
+ "reward_std": 92.78271789550782,
268
+ "rewards/wrapper/mean": -224.67768449683984,
269
+ "rewards/wrapper/std": 62.20398019005855,
270
+ "step": 50
271
+ },
272
+ {
273
+ "clip_ratio/high_max": 0.0,
274
+ "clip_ratio/high_mean": 0.0,
275
+ "clip_ratio/low_mean": 0.0,
276
+ "clip_ratio/low_min": 0.0,
277
+ "clip_ratio/region_mean": 0.0,
278
+ "completions/clipped_ratio": 0.64375,
279
+ "completions/max_length": 256.0,
280
+ "completions/max_terminated_length": 245.6,
281
+ "completions/mean_length": 237.13125,
282
+ "completions/mean_terminated_length": 152.8044464111328,
283
+ "completions/min_length": 39.2,
284
+ "completions/min_terminated_length": 39.2,
285
+ "epoch": 0.7006369426751592,
286
+ "frac_reward_zero_std": 0.0,
287
+ "grad_norm": 0.17889627814292908,
288
+ "kl": 0.009350586123764515,
289
+ "learning_rate": 8.497921666572701e-06,
290
+ "loss": 0.0424,
291
+ "num_tokens": 1100772.0,
292
+ "reward": -669.6951293945312,
293
+ "reward_std": 103.83286743164062,
294
+ "rewards/wrapper/mean": -223.2317232514421,
295
+ "rewards/wrapper/std": 60.86215510976811,
296
+ "step": 55
297
+ },
298
+ {
299
+ "clip_ratio/high_max": 0.0,
300
+ "clip_ratio/high_mean": 0.0,
301
+ "clip_ratio/low_mean": 0.0,
302
+ "clip_ratio/low_min": 0.0,
303
+ "clip_ratio/region_mean": 0.0,
304
+ "completions/clipped_ratio": 0.625,
305
+ "completions/max_length": 256.0,
306
+ "completions/max_terminated_length": 249.6,
307
+ "completions/mean_length": 234.55,
308
+ "completions/mean_terminated_length": 142.2315460205078,
309
+ "completions/min_length": 2.2,
310
+ "completions/min_terminated_length": 2.2,
311
+ "epoch": 0.7643312101910829,
312
+ "frac_reward_zero_std": 0.0,
313
+ "grad_norm": 0.15725429356098175,
314
+ "kl": 0.009933859994634985,
315
+ "learning_rate": 8.26870417039312e-06,
316
+ "loss": 0.048,
317
+ "num_tokens": 1198650.0,
318
+ "reward": -667.4626831054687,
319
+ "reward_std": 103.58808135986328,
320
+ "rewards/wrapper/mean": -222.48756203502415,
321
+ "rewards/wrapper/std": 64.76753753715505,
322
+ "step": 60
323
+ },
324
+ {
325
+ "clip_ratio/high_max": 0.0,
326
+ "clip_ratio/high_mean": 0.0,
327
+ "clip_ratio/low_mean": 0.0,
328
+ "clip_ratio/low_min": 0.0,
329
+ "clip_ratio/region_mean": 0.0,
330
+ "completions/clipped_ratio": 0.56875,
331
+ "completions/max_length": 256.0,
332
+ "completions/max_terminated_length": 245.6,
333
+ "completions/mean_length": 231.2125,
334
+ "completions/mean_terminated_length": 140.80873413085936,
335
+ "completions/min_length": 24.8,
336
+ "completions/min_terminated_length": 24.8,
337
+ "epoch": 0.8280254777070064,
338
+ "frac_reward_zero_std": 0.0,
339
+ "grad_norm": 0.16986234486103058,
340
+ "kl": 0.012869389494881034,
341
+ "learning_rate": 7.993898172130616e-06,
342
+ "loss": 0.0481,
343
+ "num_tokens": 1295616.0,
344
+ "reward": -627.8613159179688,
345
+ "reward_std": 109.11022491455078,
346
+ "rewards/wrapper/mean": -209.28710995068153,
347
+ "rewards/wrapper/std": 66.79779365633925,
348
+ "step": 65
349
+ },
350
+ {
351
+ "clip_ratio/high_max": 0.0,
352
+ "clip_ratio/high_mean": 0.0,
353
+ "clip_ratio/low_mean": 0.0,
354
+ "clip_ratio/low_min": 0.0,
355
+ "clip_ratio/region_mean": 0.0,
356
+ "completions/clipped_ratio": 0.56875,
357
+ "completions/max_length": 256.0,
358
+ "completions/max_terminated_length": 236.2,
359
+ "completions/mean_length": 230.4125,
360
+ "completions/mean_terminated_length": 137.88794708251953,
361
+ "completions/min_length": 2.8,
362
+ "completions/min_terminated_length": 2.8,
363
+ "epoch": 0.89171974522293,
364
+ "frac_reward_zero_std": 0.0,
365
+ "grad_norm": 0.19035795331001282,
366
+ "kl": 0.021700558252632618,
367
+ "learning_rate": 7.678128389367485e-06,
368
+ "loss": 0.0591,
369
+ "num_tokens": 1391046.0,
370
+ "reward": -650.4082275390625,
371
+ "reward_std": 121.22037506103516,
372
+ "rewards/wrapper/mean": -216.80273101478815,
373
+ "rewards/wrapper/std": 68.18543163053691,
374
+ "step": 70
375
+ },
376
+ {
377
+ "clip_ratio/high_max": 0.0,
378
+ "clip_ratio/high_mean": 0.0,
379
+ "clip_ratio/low_mean": 0.0,
380
+ "clip_ratio/low_min": 0.0,
381
+ "clip_ratio/region_mean": 0.0,
382
+ "completions/clipped_ratio": 0.525,
383
+ "completions/max_length": 256.0,
384
+ "completions/max_terminated_length": 233.6,
385
+ "completions/mean_length": 225.828125,
386
+ "completions/mean_terminated_length": 129.7731674194336,
387
+ "completions/min_length": 25.6,
388
+ "completions/min_terminated_length": 25.6,
389
+ "epoch": 0.9554140127388535,
390
+ "frac_reward_zero_std": 0.0,
391
+ "grad_norm": 0.18386901915073395,
392
+ "kl": 0.01846405491232872,
393
+ "learning_rate": 7.326708920324052e-06,
394
+ "loss": 0.052,
395
+ "num_tokens": 1486499.0,
396
+ "reward": -624.17470703125,
397
+ "reward_std": 104.77093658447265,
398
+ "rewards/wrapper/mean": -208.05824314107497,
399
+ "rewards/wrapper/std": 69.01961156173299,
400
+ "step": 75
401
+ },
402
+ {
403
+ "epoch": 0.9936305732484076,
404
+ "eval_clip_ratio/high_max": 0.0,
405
+ "eval_clip_ratio/high_mean": 0.0,
406
+ "eval_clip_ratio/low_mean": 0.0,
407
+ "eval_clip_ratio/low_min": 0.0,
408
+ "eval_clip_ratio/region_mean": 0.0,
409
+ "eval_completions/clipped_ratio": 0.47,
410
+ "eval_completions/max_length": 256.0,
411
+ "eval_completions/max_terminated_length": 168.8,
412
+ "eval_completions/mean_length": 224.3125,
413
+ "eval_completions/mean_terminated_length": 129.36600067138673,
414
+ "eval_completions/min_length": 106.98,
415
+ "eval_completions/min_terminated_length": 91.62,
416
+ "eval_frac_reward_zero_std": 0.0,
417
+ "eval_kl": 0.023264853823930023,
418
+ "eval_loss": 0.08186180144548416,
419
+ "eval_num_tokens": 1542474.0,
420
+ "eval_reward": -608.83853515625,
421
+ "eval_reward_std": 118.24852516174316,
422
+ "eval_rewards/wrapper/mean": -202.94617808183034,
423
+ "eval_rewards/wrapper/std": 66.92328324827055,
424
+ "eval_runtime": 106.4962,
425
+ "eval_samples_per_second": 1.878,
426
+ "eval_steps_per_second": 0.235,
427
+ "step": 78
428
+ }
429
+ ],
430
+ "logging_steps": 5,
431
+ "max_steps": 156,
432
+ "num_input_tokens_seen": 1542474,
433
+ "num_train_epochs": 2,
434
+ "save_steps": 500,
435
+ "stateful_callbacks": {
436
+ "TrainerControl": {
437
+ "args": {
438
+ "should_epoch_stop": false,
439
+ "should_evaluate": false,
440
+ "should_log": false,
441
+ "should_save": true,
442
+ "should_training_stop": false
443
+ },
444
+ "attributes": {}
445
+ }
446
+ },
447
+ "total_flos": 0.0,
448
+ "train_batch_size": 16,
449
+ "trial_name": null,
450
+ "trial_params": null
451
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab2dcea1868b7cc3c9fcadb052dde949c5c6d0a63f63edfa9db55cc75ae6aaa
3
+ size 6584