kunainakano commited on
Commit
760b085
·
verified ·
1 Parent(s): e2824d9

End of training

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: Gensyn/Qwen2.5-0.5B-Instruct
3
  library_name: transformers
4
  model_name: gensyn-checkpoints-beaked_tangled_caribou
5
  tags:
@@ -8,13 +8,14 @@ tags:
8
  - grpo
9
  - gensyn
10
  - I am beaked tangled caribou
 
11
  - trl
12
  licence: license
13
  ---
14
 
15
  # Model Card for gensyn-checkpoints-beaked_tangled_caribou
16
 
17
- This model is a fine-tuned version of [Gensyn/Qwen2.5-0.5B-Instruct](https://huggingface.co/Gensyn/Qwen2.5-0.5B-Instruct).
18
  It has been trained using [TRL](https://github.com/huggingface/trl).
19
 
20
  ## Quick start
@@ -39,7 +40,7 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
39
 
40
  - TRL: 0.15.2
41
  - Transformers: 4.51.3
42
- - Pytorch: 2.5.1
43
  - Datasets: 3.5.0
44
  - Tokenizers: 0.21.1
45
 
 
1
  ---
2
+ base_model: Gensyn/Qwen2.5-1.5B-Instruct
3
  library_name: transformers
4
  model_name: gensyn-checkpoints-beaked_tangled_caribou
5
  tags:
 
8
  - grpo
9
  - gensyn
10
  - I am beaked tangled caribou
11
+ - unsloth
12
  - trl
13
  licence: license
14
  ---
15
 
16
  # Model Card for gensyn-checkpoints-beaked_tangled_caribou
17
 
18
+ This model is a fine-tuned version of [Gensyn/Qwen2.5-1.5B-Instruct](https://huggingface.co/Gensyn/Qwen2.5-1.5B-Instruct).
19
  It has been trained using [TRL](https://github.com/huggingface/trl).
20
 
21
  ## Quick start
 
40
 
41
  - TRL: 0.15.2
42
  - Transformers: 4.51.3
43
+ - Pytorch: 2.6.0
44
  - Datasets: 3.5.0
45
  - Tokenizers: 0.21.1
46
 
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Gensyn/Qwen2.5-1.5B-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": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "gate_proj",
29
+ "k_proj",
30
+ "down_proj",
31
+ "v_proj",
32
+ "q_proj",
33
+ "up_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f7591262189b2502396df731d931c54aedda28f273757682035a8d5e6875cc
3
+ size 73911112
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.9904466477659298,
4
- "train_runtime": 713.0205,
5
- "train_samples": 28,
6
- "train_samples_per_second": 0.449,
7
- "train_steps_per_second": 0.028
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 7.802889115282596e-07,
4
+ "train_runtime": 1687.4123,
5
+ "train_samples": 19,
6
+ "train_samples_per_second": 0.19,
7
+ "train_steps_per_second": 0.012
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.9904466477659298,
4
- "train_runtime": 713.0205,
5
- "train_samples": 28,
6
- "train_samples_per_second": 0.449,
7
- "train_steps_per_second": 0.028
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 7.802889115282596e-07,
4
+ "train_runtime": 1687.4123,
5
+ "train_samples": 19,
6
+ "train_samples_per_second": 0.19,
7
+ "train_steps_per_second": 0.012
8
  }
trainer_state.json CHANGED
@@ -2,7 +2,7 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 5.0,
6
  "eval_steps": 500,
7
  "global_step": 20,
8
  "is_hyper_param_search": false,
@@ -10,209 +10,209 @@
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
- "completion_length": 247.21875,
14
- "epoch": 0.5714285714285714,
15
- "grad_norm": 6.694652557373047,
16
- "kl": 0.0,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
- "reward": 3.429838713258505,
20
- "reward_std": 0.7307246705458965,
21
- "rewards/concensus_correctness_reward_func": 0.713249996304512,
22
- "rewards/consensus_reward_func": 1.0,
23
  "rewards/cumulative_reward_2": 0.0,
24
- "rewards/final_correctness_reward_func": 0.0625,
25
- "rewards/question_recreation_reward_func": 0.6806199923157692,
26
  "rewards/soft_format_reward_func": 0.0,
27
- "rewards/strict_format_reward_func": 0.1875,
28
- "rewards/xmlcount_reward_func": 0.7859687637537718,
29
  "step": 2
30
  },
31
  {
32
- "completion_length": 125.83333333333333,
33
- "epoch": 1.0,
34
- "grad_norm": 16.098657608032227,
35
- "kl": 0.10447756666690111,
36
  "learning_rate": 4.864543104251586e-07,
37
- "loss": 0.0001,
38
- "reward": 5.87607725461324,
39
- "reward_std": 0.4451955556869507,
40
- "rewards/concensus_correctness_reward_func": 1.698999971151352,
41
- "rewards/consensus_reward_func": 1.5833333333333333,
42
  "rewards/cumulative_reward_2": 0.0,
43
  "rewards/final_correctness_reward_func": 0.0,
44
- "rewards/question_recreation_reward_func": 0.964202269911766,
45
  "rewards/soft_format_reward_func": 0.0,
46
- "rewards/strict_format_reward_func": 0.3958333333333333,
47
- "rewards/xmlcount_reward_func": 1.2337083319822948,
48
  "step": 4
49
  },
50
  {
51
- "completion_length": 135.03125,
52
- "epoch": 1.5714285714285714,
53
- "grad_norm": 256478.375,
54
- "kl": 8980.802092778962,
55
  "learning_rate": 4.472851273490984e-07,
56
- "loss": 8.9808,
57
- "reward": 5.556592166423798,
58
- "reward_std": 0.5139178396202624,
59
- "rewards/concensus_correctness_reward_func": 1.4853749834001064,
60
- "rewards/consensus_reward_func": 1.5,
61
  "rewards/cumulative_reward_2": 0.0,
62
  "rewards/final_correctness_reward_func": 0.0,
63
- "rewards/question_recreation_reward_func": 0.8682797141373158,
64
  "rewards/soft_format_reward_func": 0.0,
65
- "rewards/strict_format_reward_func": 0.453125,
66
- "rewards/xmlcount_reward_func": 1.2498124986886978,
67
  "step": 6
68
  },
69
  {
70
- "completion_length": 145.66666666666666,
71
- "epoch": 2.0,
72
- "grad_norm": 15.734909057617188,
73
- "kl": 12.738230961724184,
74
  "learning_rate": 3.867370395306068e-07,
75
- "loss": 0.0096,
76
- "reward": 5.932813902695973,
77
- "reward_std": 0.21585626168719804,
78
- "rewards/concensus_correctness_reward_func": 1.4209999740123749,
79
- "rewards/consensus_reward_func": 1.8333333333333333,
80
  "rewards/cumulative_reward_2": 0.0,
81
- "rewards/final_correctness_reward_func": 0.08333333333333333,
82
- "rewards/question_recreation_reward_func": 0.963147242863973,
83
  "rewards/soft_format_reward_func": 0.0,
84
- "rewards/strict_format_reward_func": 0.3958333333333333,
85
- "rewards/xmlcount_reward_func": 1.2361666758855183,
86
  "step": 8
87
  },
88
  {
89
- "completion_length": 151.0,
90
- "epoch": 2.571428571428571,
91
- "grad_norm": 27.214447021484375,
92
- "kl": 4.368775271810591,
93
  "learning_rate": 3.1137137178519977e-07,
94
- "loss": 0.0044,
95
- "reward": 5.704393148422241,
96
- "reward_std": 0.6130428695760202,
97
- "rewards/concensus_correctness_reward_func": 1.5178749822080135,
98
- "rewards/consensus_reward_func": 1.625,
99
  "rewards/cumulative_reward_2": 0.0,
100
- "rewards/final_correctness_reward_func": 0.0625,
101
- "rewards/question_recreation_reward_func": 0.8489869562909007,
102
- "rewards/soft_format_reward_func": 0.0,
103
- "rewards/strict_format_reward_func": 0.421875,
104
- "rewards/xmlcount_reward_func": 1.228156253695488,
105
  "step": 10
106
  },
107
  {
108
- "completion_length": 126.29166666666667,
109
- "epoch": 3.0,
110
- "grad_norm": 20.617341995239258,
111
- "kl": 0.49174783130486804,
112
  "learning_rate": 2.2935516363191693e-07,
113
- "loss": 0.0004,
114
- "reward": 5.857549011707306,
115
- "reward_std": 0.021132514579221606,
116
- "rewards/concensus_correctness_reward_func": 1.4578333099683125,
117
- "rewards/consensus_reward_func": 1.6666666666666667,
118
  "rewards/cumulative_reward_2": 0.0,
119
- "rewards/final_correctness_reward_func": 0.0,
120
- "rewards/question_recreation_reward_func": 0.9830490450064341,
121
  "rewards/soft_format_reward_func": 0.0,
122
- "rewards/strict_format_reward_func": 0.5,
123
- "rewards/xmlcount_reward_func": 1.25,
124
  "step": 12
125
  },
126
  {
127
- "completion_length": 151.6875,
128
- "epoch": 3.571428571428571,
129
- "grad_norm": 42.12635040283203,
130
- "kl": 2.118111965013668,
131
  "learning_rate": 1.4957614383675767e-07,
132
- "loss": 0.0021,
133
- "reward": 5.8429388999938965,
134
- "reward_std": 0.42098340444499627,
135
- "rewards/concensus_correctness_reward_func": 1.5896249823272228,
136
- "rewards/consensus_reward_func": 1.6875,
137
  "rewards/cumulative_reward_2": 0.0,
138
  "rewards/final_correctness_reward_func": 0.0,
139
- "rewards/question_recreation_reward_func": 0.9300950989127159,
140
  "rewards/soft_format_reward_func": 0.0,
141
- "rewards/strict_format_reward_func": 0.40625,
142
- "rewards/xmlcount_reward_func": 1.2294687554240227,
143
  "step": 14
144
  },
145
  {
146
- "completion_length": 147.45833333333334,
147
- "epoch": 4.0,
148
- "grad_norm": 17.08171844482422,
149
- "kl": 16.20084721719225,
150
  "learning_rate": 8.067960709356478e-08,
151
- "loss": 0.0122,
152
- "reward": 5.538925488789876,
153
- "reward_std": 0.7823425438255072,
154
- "rewards/concensus_correctness_reward_func": 1.5709999750057857,
155
- "rewards/consensus_reward_func": 1.5833333333333333,
156
  "rewards/cumulative_reward_2": 0.0,
157
  "rewards/final_correctness_reward_func": 0.0,
158
- "rewards/question_recreation_reward_func": 0.8435088787227869,
159
  "rewards/soft_format_reward_func": 0.0,
160
- "rewards/strict_format_reward_func": 0.375,
161
- "rewards/xmlcount_reward_func": 1.1660833358764648,
162
  "step": 16
163
  },
164
  {
165
- "completion_length": 126.90625,
166
- "epoch": 4.571428571428571,
167
- "grad_norm": 41542.9296875,
168
- "kl": 894.772123008268,
169
  "learning_rate": 3.013156219837776e-08,
170
- "loss": 0.8948,
171
- "reward": 5.760149195790291,
172
- "reward_std": 0.5905774181082961,
173
- "rewards/concensus_correctness_reward_func": 1.4777499809861183,
174
- "rewards/consensus_reward_func": 1.6875,
175
  "rewards/cumulative_reward_2": 0.0,
176
- "rewards/final_correctness_reward_func": 0.0,
177
- "rewards/question_recreation_reward_func": 0.9594617262482643,
178
  "rewards/soft_format_reward_func": 0.0,
179
- "rewards/strict_format_reward_func": 0.421875,
180
- "rewards/xmlcount_reward_func": 1.2135625034570694,
181
  "step": 18
182
  },
183
  {
184
- "completion_length": 140.375,
185
- "epoch": 5.0,
186
- "grad_norm": 12.598287582397461,
187
- "kl": 0.34355814941227436,
188
  "learning_rate": 3.4096741493194193e-09,
189
- "loss": 0.0003,
190
- "reward": 5.7935870885849,
191
- "reward_std": 0.2697240054840222,
192
- "rewards/concensus_correctness_reward_func": 1.5494166413942974,
193
- "rewards/consensus_reward_func": 1.5833333333333333,
194
  "rewards/cumulative_reward_2": 0.0,
195
- "rewards/final_correctness_reward_func": 0.08333333333333333,
196
- "rewards/question_recreation_reward_func": 0.9316704521576563,
197
  "rewards/soft_format_reward_func": 0.0,
198
- "rewards/strict_format_reward_func": 0.4166666666666667,
199
- "rewards/xmlcount_reward_func": 1.2291666666666667,
200
  "step": 20
201
  },
202
  {
203
- "epoch": 5.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
- "train_loss": 0.9904466477659298,
207
- "train_runtime": 713.0205,
208
- "train_samples_per_second": 0.449,
209
- "train_steps_per_second": 0.028
210
  }
211
  ],
212
  "logging_steps": 2,
213
  "max_steps": 20,
214
  "num_input_tokens_seen": 0,
215
- "num_train_epochs": 7,
216
  "save_steps": 25,
217
  "stateful_callbacks": {
218
  "TrainerControl": {
@@ -227,7 +227,7 @@
227
  }
228
  },
229
  "total_flos": 0.0,
230
- "train_batch_size": 2,
231
  "trial_name": null,
232
  "trial_params": null
233
  }
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 4.0,
6
  "eval_steps": 500,
7
  "global_step": 20,
8
  "is_hyper_param_search": false,
 
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
+ "completion_length": 306.78125,
14
+ "epoch": 0.42105263157894735,
15
+ "grad_norm": 0.4840872585773468,
16
+ "kl": 0.0007103236821421888,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
+ "reward": 1.4722652584314346,
20
+ "reward_std": 1.0188412675634027,
21
+ "rewards/concensus_correctness_reward_func": 0.012500000186264515,
22
+ "rewards/consensus_reward_func": 0.4375,
23
  "rewards/cumulative_reward_2": 0.0,
24
+ "rewards/final_correctness_reward_func": 0.0,
25
+ "rewards/question_recreation_reward_func": 0.6029215175658464,
26
  "rewards/soft_format_reward_func": 0.0,
27
+ "rewards/strict_format_reward_func": 0.0,
28
+ "rewards/xmlcount_reward_func": 0.4193437611684203,
29
  "step": 2
30
  },
31
  {
32
+ "completion_length": 354.25,
33
+ "epoch": 0.8421052631578947,
34
+ "grad_norm": 0.6972860097885132,
35
+ "kl": 0.0008639320731163025,
36
  "learning_rate": 4.864543104251586e-07,
37
+ "loss": 0.0,
38
+ "reward": 0.7589982934296131,
39
+ "reward_std": 0.8806997202336788,
40
+ "rewards/concensus_correctness_reward_func": 0.010625000111758709,
41
+ "rewards/consensus_reward_func": 0.1875,
42
  "rewards/cumulative_reward_2": 0.0,
43
  "rewards/final_correctness_reward_func": 0.0,
44
+ "rewards/question_recreation_reward_func": 0.2897482868283987,
45
  "rewards/soft_format_reward_func": 0.0,
46
+ "rewards/strict_format_reward_func": 0.0,
47
+ "rewards/xmlcount_reward_func": 0.271125003695488,
48
  "step": 4
49
  },
50
  {
51
+ "completion_length": 429.85714285714283,
52
+ "epoch": 1.2105263157894737,
53
+ "grad_norm": 0.39067697525024414,
54
+ "kl": 0.0007936381651753825,
55
  "learning_rate": 4.472851273490984e-07,
56
+ "loss": 0.0,
57
+ "reward": 1.0712779590061732,
58
+ "reward_std": 1.2960399900163924,
59
+ "rewards/concensus_correctness_reward_func": 0.0019285714785967553,
60
+ "rewards/consensus_reward_func": 0.42857142857142855,
61
  "rewards/cumulative_reward_2": 0.0,
62
  "rewards/final_correctness_reward_func": 0.0,
63
+ "rewards/question_recreation_reward_func": 0.4723136840122087,
64
  "rewards/soft_format_reward_func": 0.0,
65
+ "rewards/strict_format_reward_func": 0.0,
66
+ "rewards/xmlcount_reward_func": 0.16846428332584246,
67
  "step": 6
68
  },
69
  {
70
+ "completion_length": 322.21875,
71
+ "epoch": 1.631578947368421,
72
+ "grad_norm": 9.73143482208252,
73
+ "kl": 0.001008568644465413,
74
  "learning_rate": 3.867370395306068e-07,
75
+ "loss": 0.0,
76
+ "reward": 1.2451195530593395,
77
+ "reward_std": 0.7887402325868607,
78
+ "rewards/concensus_correctness_reward_func": 0.0,
79
+ "rewards/consensus_reward_func": 0.375,
80
  "rewards/cumulative_reward_2": 0.0,
81
+ "rewards/final_correctness_reward_func": 0.0,
82
+ "rewards/question_recreation_reward_func": 0.4551508268341422,
83
  "rewards/soft_format_reward_func": 0.0,
84
+ "rewards/strict_format_reward_func": 0.0,
85
+ "rewards/xmlcount_reward_func": 0.41496875509619713,
86
  "step": 8
87
  },
88
  {
89
+ "completion_length": 394.0357142857143,
90
+ "epoch": 2.0,
91
+ "grad_norm": 0.4145382344722748,
92
+ "kl": 0.0007304587717434126,
93
  "learning_rate": 3.1137137178519977e-07,
94
+ "loss": 0.0,
95
+ "reward": 1.0647335286651338,
96
+ "reward_std": 1.286596519606454,
97
+ "rewards/concensus_correctness_reward_func": 0.014285714498588018,
98
+ "rewards/consensus_reward_func": 0.5,
99
  "rewards/cumulative_reward_2": 0.0,
100
+ "rewards/final_correctness_reward_func": 0.07142857142857142,
101
+ "rewards/question_recreation_reward_func": 0.4280192255973816,
102
+ "rewards/soft_format_reward_func": 0.017857142857142856,
103
+ "rewards/strict_format_reward_func": 0.03571428571428571,
104
+ "rewards/xmlcount_reward_func": -0.0025714199457849774,
105
  "step": 10
106
  },
107
  {
108
+ "completion_length": 315.5625,
109
+ "epoch": 2.4210526315789473,
110
+ "grad_norm": 0.48806658387184143,
111
+ "kl": 0.0008116730095935054,
112
  "learning_rate": 2.2935516363191693e-07,
113
+ "loss": 0.0,
114
+ "reward": 1.2011400386691093,
115
+ "reward_std": 0.9617396891117096,
116
+ "rewards/concensus_correctness_reward_func": 0.007125000120140612,
117
+ "rewards/consensus_reward_func": 0.3125,
118
  "rewards/cumulative_reward_2": 0.0,
119
+ "rewards/final_correctness_reward_func": 0.125,
120
+ "rewards/question_recreation_reward_func": 0.58567128283903,
121
  "rewards/soft_format_reward_func": 0.0,
122
+ "rewards/strict_format_reward_func": 0.015625,
123
+ "rewards/xmlcount_reward_func": 0.15521876234561205,
124
  "step": 12
125
  },
126
  {
127
+ "completion_length": 347.15625,
128
+ "epoch": 2.8421052631578947,
129
+ "grad_norm": 0.5586909055709839,
130
+ "kl": 0.0008663672997499816,
131
  "learning_rate": 1.4957614383675767e-07,
132
+ "loss": 0.0,
133
+ "reward": 0.9973086006939411,
134
+ "reward_std": 1.0326183773577213,
135
+ "rewards/concensus_correctness_reward_func": 0.0,
136
+ "rewards/consensus_reward_func": 0.3125,
137
  "rewards/cumulative_reward_2": 0.0,
138
  "rewards/final_correctness_reward_func": 0.0,
139
+ "rewards/question_recreation_reward_func": 0.4399023484438658,
140
  "rewards/soft_format_reward_func": 0.0,
141
+ "rewards/strict_format_reward_func": 0.015625,
142
+ "rewards/xmlcount_reward_func": 0.22928125644102693,
143
  "step": 14
144
  },
145
  {
146
+ "completion_length": 377.39285714285717,
147
+ "epoch": 3.2105263157894735,
148
+ "grad_norm": 0.4769853353500366,
149
+ "kl": 0.0008522716650207128,
150
  "learning_rate": 8.067960709356478e-08,
151
+ "loss": 0.0,
152
+ "reward": 1.2226124150412423,
153
+ "reward_std": 1.2815379330090113,
154
+ "rewards/concensus_correctness_reward_func": 0.05085714374269758,
155
+ "rewards/consensus_reward_func": 0.5714285714285714,
156
  "rewards/cumulative_reward_2": 0.0,
157
  "rewards/final_correctness_reward_func": 0.0,
158
+ "rewards/question_recreation_reward_func": 0.39936240017414093,
159
  "rewards/soft_format_reward_func": 0.0,
160
+ "rewards/strict_format_reward_func": 0.017857142857142856,
161
+ "rewards/xmlcount_reward_func": 0.18310714566281863,
162
  "step": 16
163
  },
164
  {
165
+ "completion_length": 308.125,
166
+ "epoch": 3.6315789473684212,
167
+ "grad_norm": 6.139931678771973,
168
+ "kl": 0.0008203142569982447,
169
  "learning_rate": 3.013156219837776e-08,
170
+ "loss": 0.0,
171
+ "reward": 1.3216048330068588,
172
+ "reward_std": 1.2894400879740715,
173
+ "rewards/concensus_correctness_reward_func": 0.0,
174
+ "rewards/consensus_reward_func": 0.375,
175
  "rewards/cumulative_reward_2": 0.0,
176
+ "rewards/final_correctness_reward_func": 0.125,
177
+ "rewards/question_recreation_reward_func": 0.5774798067286611,
178
  "rewards/soft_format_reward_func": 0.0,
179
+ "rewards/strict_format_reward_func": 0.046875,
180
+ "rewards/xmlcount_reward_func": 0.19725001230835915,
181
  "step": 18
182
  },
183
  {
184
+ "completion_length": 361.89285714285717,
185
+ "epoch": 4.0,
186
+ "grad_norm": 0.6704761981964111,
187
+ "kl": 0.0007814069561261151,
188
  "learning_rate": 3.4096741493194193e-09,
189
+ "loss": 0.0,
190
+ "reward": 1.4310967241014754,
191
+ "reward_std": 0.652162033532347,
192
+ "rewards/concensus_correctness_reward_func": 0.006071428635290691,
193
+ "rewards/consensus_reward_func": 0.35714285714285715,
194
  "rewards/cumulative_reward_2": 0.0,
195
+ "rewards/final_correctness_reward_func": 0.0,
196
+ "rewards/question_recreation_reward_func": 0.518061023737703,
197
  "rewards/soft_format_reward_func": 0.0,
198
+ "rewards/strict_format_reward_func": 0.017857142857142856,
199
+ "rewards/xmlcount_reward_func": 0.5319642871618271,
200
  "step": 20
201
  },
202
  {
203
+ "epoch": 4.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
+ "train_loss": 7.802889115282596e-07,
207
+ "train_runtime": 1687.4123,
208
+ "train_samples_per_second": 0.19,
209
+ "train_steps_per_second": 0.012
210
  }
211
  ],
212
  "logging_steps": 2,
213
  "max_steps": 20,
214
  "num_input_tokens_seen": 0,
215
+ "num_train_epochs": 5,
216
  "save_steps": 25,
217
  "stateful_callbacks": {
218
  "TrainerControl": {
 
227
  }
228
  },
229
  "total_flos": 0.0,
230
+ "train_batch_size": 4,
231
  "trial_name": null,
232
  "trial_params": null
233
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e607b2b78e9388edc4729eca802c846773c3431bc6ae2d5141a01f3641540a39
3
- size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ad81c61c18eda5e86440c8a7b0b33c341a7c6271456561ecb785686a740916
3
+ size 5944