murakamia commited on
Commit
459ddf1
·
verified ·
1 Parent(s): 37d57eb

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-trotting_galloping_slug
5
  tags:
@@ -8,13 +8,14 @@ tags:
8
  - grpo
9
  - gensyn
10
  - I am trotting galloping slug
 
11
  - trl
12
  licence: license
13
  ---
14
 
15
  # Model Card for gensyn-checkpoints-trotting_galloping_slug
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-trotting_galloping_slug
5
  tags:
 
8
  - grpo
9
  - gensyn
10
  - I am trotting galloping slug
11
+ - unsloth
12
  - trl
13
  licence: license
14
  ---
15
 
16
  # Model Card for gensyn-checkpoints-trotting_galloping_slug
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
+ "down_proj",
28
+ "v_proj",
29
+ "k_proj",
30
+ "up_proj",
31
+ "gate_proj",
32
+ "o_proj",
33
+ "q_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:56fec745477154778659636e8889da86fb3ed70c0009f3bd02189baea1e817a6
3
+ size 73911112
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 8.675511101926531,
4
- "train_runtime": 192.5653,
5
- "train_samples": 28,
6
- "train_samples_per_second": 1.662,
7
- "train_steps_per_second": 0.104
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 7.719278130480233e-07,
4
+ "train_runtime": 1561.0641,
5
+ "train_samples": 19,
6
+ "train_samples_per_second": 0.205,
7
+ "train_steps_per_second": 0.013
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 8.675511101926531,
4
- "train_runtime": 192.5653,
5
- "train_samples": 28,
6
- "train_samples_per_second": 1.662,
7
- "train_steps_per_second": 0.104
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 7.719278130480233e-07,
4
+ "train_runtime": 1561.0641,
5
+ "train_samples": 19,
6
+ "train_samples_per_second": 0.205,
7
+ "train_steps_per_second": 0.013
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": 237.09375,
14
- "epoch": 0.5714285714285714,
15
- "grad_norm": 23.86282730102539,
16
- "kl": 0.0,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
- "reward": 2.320491649210453,
20
- "reward_std": 1.035187211818993,
21
- "rewards/concensus_correctness_reward_func": 0.31562499701976776,
22
- "rewards/consensus_reward_func": 0.4375,
23
  "rewards/cumulative_reward_2": 0.0,
24
- "rewards/final_correctness_reward_func": 0.125,
25
- "rewards/question_recreation_reward_func": 0.6428666170686483,
26
  "rewards/soft_format_reward_func": 0.0,
27
- "rewards/strict_format_reward_func": 0.0,
28
- "rewards/xmlcount_reward_func": 0.7994999922811985,
29
  "step": 2
30
  },
31
  {
32
- "completion_length": 202.75,
33
- "epoch": 1.0,
34
- "grad_norm": 20.716642379760742,
35
- "kl": 0.3580615110695362,
36
  "learning_rate": 4.864543104251586e-07,
37
- "loss": 0.0003,
38
- "reward": 2.4445405304431915,
39
- "reward_std": 0.7943247662236294,
40
- "rewards/concensus_correctness_reward_func": 0.31799999872843426,
41
- "rewards/consensus_reward_func": 0.25,
42
  "rewards/cumulative_reward_2": 0.0,
43
- "rewards/final_correctness_reward_func": 0.08333333333333333,
44
- "rewards/question_recreation_reward_func": 0.7158738623062769,
45
  "rewards/soft_format_reward_func": 0.0,
46
  "rewards/strict_format_reward_func": 0.0,
47
- "rewards/xmlcount_reward_func": 1.0773333460092545,
48
  "step": 4
49
  },
50
  {
51
- "completion_length": 236.0,
52
- "epoch": 1.5714285714285714,
53
- "grad_norm": 17.435176849365234,
54
- "kl": 0.07964501332025975,
55
  "learning_rate": 4.472851273490984e-07,
56
- "loss": 0.0001,
57
- "reward": 3.0734478905797005,
58
- "reward_std": 1.2019765962613747,
59
- "rewards/concensus_correctness_reward_func": 0.818124994635582,
60
- "rewards/consensus_reward_func": 0.625,
61
  "rewards/cumulative_reward_2": 0.0,
62
  "rewards/final_correctness_reward_func": 0.0,
63
- "rewards/question_recreation_reward_func": 0.6496978905051947,
64
  "rewards/soft_format_reward_func": 0.0,
65
- "rewards/strict_format_reward_func": 0.0,
66
- "rewards/xmlcount_reward_func": 0.9806249961256981,
67
  "step": 6
68
  },
69
  {
70
- "completion_length": 218.04166666666666,
71
- "epoch": 2.0,
72
- "grad_norm": 10.406091690063477,
73
- "kl": 81480.78907666805,
74
  "learning_rate": 3.867370395306068e-07,
75
- "loss": 61.1106,
76
- "reward": 3.46412992477417,
77
- "reward_std": 2.2507151973744235,
78
- "rewards/concensus_correctness_reward_func": 1.1319166670242946,
79
- "rewards/consensus_reward_func": 0.4166666666666667,
80
  "rewards/cumulative_reward_2": 0.0,
81
- "rewards/final_correctness_reward_func": 0.08333333333333333,
82
- "rewards/question_recreation_reward_func": 0.746754934390386,
83
  "rewards/soft_format_reward_func": 0.0,
84
- "rewards/strict_format_reward_func": 0.041666666666666664,
85
- "rewards/xmlcount_reward_func": 1.0437916765610378,
86
  "step": 8
87
  },
88
  {
89
- "completion_length": 222.4375,
90
- "epoch": 2.571428571428571,
91
- "grad_norm": 14.132076263427734,
92
- "kl": 0.5107612958818208,
93
  "learning_rate": 3.1137137178519977e-07,
94
- "loss": 0.0005,
95
- "reward": 3.7268150821328163,
96
- "reward_std": 1.5598002884944435,
97
- "rewards/concensus_correctness_reward_func": 0.9949999861419201,
98
- "rewards/consensus_reward_func": 0.8125,
99
  "rewards/cumulative_reward_2": 0.0,
100
- "rewards/final_correctness_reward_func": 0.1875,
101
- "rewards/question_recreation_reward_func": 0.6768150591524318,
102
  "rewards/soft_format_reward_func": 0.0,
103
- "rewards/strict_format_reward_func": 0.015625,
104
- "rewards/xmlcount_reward_func": 1.0393749959766865,
105
  "step": 10
106
  },
107
  {
108
- "completion_length": 205.75,
109
- "epoch": 3.0,
110
- "grad_norm": 8.287981033325195,
111
- "kl": 0.11747636886623998,
112
  "learning_rate": 2.2935516363191693e-07,
113
- "loss": 0.0001,
114
- "reward": 4.006574511528015,
115
- "reward_std": 1.4391742528726656,
116
- "rewards/concensus_correctness_reward_func": 0.9271666631102562,
117
- "rewards/consensus_reward_func": 1.0833333333333333,
118
  "rewards/cumulative_reward_2": 0.0,
119
- "rewards/final_correctness_reward_func": 0.0,
120
- "rewards/question_recreation_reward_func": 0.8568661361932755,
121
  "rewards/soft_format_reward_func": 0.0,
122
- "rewards/strict_format_reward_func": 0.0,
123
- "rewards/xmlcount_reward_func": 1.1392083217700322,
124
  "step": 12
125
  },
126
  {
127
- "completion_length": 273.4375,
128
- "epoch": 3.571428571428571,
129
- "grad_norm": 12.828157424926758,
130
- "kl": 0.5077391383820213,
131
  "learning_rate": 1.4957614383675767e-07,
132
- "loss": 0.0005,
133
- "reward": 3.0370506569743156,
134
- "reward_std": 1.9715431984513998,
135
- "rewards/concensus_correctness_reward_func": 0.613062497228384,
136
- "rewards/consensus_reward_func": 0.6875,
137
  "rewards/cumulative_reward_2": 0.0,
138
- "rewards/final_correctness_reward_func": 0.1875,
139
- "rewards/question_recreation_reward_func": 0.6411756332963705,
140
  "rewards/soft_format_reward_func": 0.0,
141
  "rewards/strict_format_reward_func": 0.0,
142
- "rewards/xmlcount_reward_func": 0.9078125022351742,
143
  "step": 14
144
  },
145
  {
146
- "completion_length": 249.08333333333334,
147
- "epoch": 4.0,
148
- "grad_norm": 12.552739143371582,
149
- "kl": 34149.09689274756,
150
  "learning_rate": 8.067960709356478e-08,
151
- "loss": 25.6118,
152
- "reward": 3.7040178924798965,
153
- "reward_std": 1.3390946853905916,
154
- "rewards/concensus_correctness_reward_func": 0.9702499856551489,
155
- "rewards/consensus_reward_func": 0.8333333333333334,
156
  "rewards/cumulative_reward_2": 0.0,
157
- "rewards/final_correctness_reward_func": 0.25,
158
- "rewards/question_recreation_reward_func": 0.6871429421007633,
159
  "rewards/soft_format_reward_func": 0.0,
160
- "rewards/strict_format_reward_func": 0.0,
161
- "rewards/xmlcount_reward_func": 0.9632916674017906,
162
  "step": 16
163
  },
164
  {
165
- "completion_length": 212.78125,
166
- "epoch": 4.571428571428571,
167
- "grad_norm": 16.37578773498535,
168
- "kl": 19.238060696865432,
169
  "learning_rate": 3.013156219837776e-08,
170
- "loss": 0.0192,
171
- "reward": 3.540576569736004,
172
- "reward_std": 1.7284664756152779,
173
- "rewards/concensus_correctness_reward_func": 0.9062499925494194,
174
- "rewards/consensus_reward_func": 0.8125,
175
  "rewards/cumulative_reward_2": 0.0,
176
- "rewards/final_correctness_reward_func": 0.1875,
177
- "rewards/question_recreation_reward_func": 0.6683264966122806,
178
  "rewards/soft_format_reward_func": 0.0,
179
- "rewards/strict_format_reward_func": 0.0,
180
- "rewards/xmlcount_reward_func": 0.96599998511374,
181
  "step": 18
182
  },
183
  {
184
- "completion_length": 242.83333333333334,
185
- "epoch": 5.0,
186
- "grad_norm": 244.17030334472656,
187
- "kl": 15.989224990286553,
188
  "learning_rate": 3.4096741493194193e-09,
189
- "loss": 0.012,
190
- "reward": 3.2668827176094055,
191
- "reward_std": 1.63679713383317,
192
- "rewards/concensus_correctness_reward_func": 0.7084999978542328,
193
- "rewards/consensus_reward_func": 0.4166666666666667,
194
  "rewards/cumulative_reward_2": 0.0,
195
- "rewards/final_correctness_reward_func": 0.25,
196
- "rewards/question_recreation_reward_func": 0.8270076736807823,
197
  "rewards/soft_format_reward_func": 0.0,
198
- "rewards/strict_format_reward_func": 0.0,
199
- "rewards/xmlcount_reward_func": 1.0647083222866058,
200
  "step": 20
201
  },
202
  {
203
- "epoch": 5.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
- "train_loss": 8.675511101926531,
207
- "train_runtime": 192.5653,
208
- "train_samples_per_second": 1.662,
209
- "train_steps_per_second": 0.104
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": 420.71875,
14
+ "epoch": 0.42105263157894735,
15
+ "grad_norm": 0.6361321806907654,
16
+ "kl": 0.0008887802541721612,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
+ "reward": 1.5201384201645851,
20
+ "reward_std": 1.2980310879647732,
21
+ "rewards/concensus_correctness_reward_func": 0.0599374994635582,
22
+ "rewards/consensus_reward_func": 0.5625,
23
  "rewards/cumulative_reward_2": 0.0,
24
+ "rewards/final_correctness_reward_func": 0.0,
25
+ "rewards/question_recreation_reward_func": 0.6542321071028709,
26
  "rewards/soft_format_reward_func": 0.0,
27
+ "rewards/strict_format_reward_func": 0.03125,
28
+ "rewards/xmlcount_reward_func": 0.21221876703202724,
29
  "step": 2
30
  },
31
  {
32
+ "completion_length": 433.40625,
33
+ "epoch": 0.8421052631578947,
34
+ "grad_norm": 0.4523531198501587,
35
+ "kl": 0.000742843756597722,
36
  "learning_rate": 4.864543104251586e-07,
37
+ "loss": 0.0,
38
+ "reward": 1.1178575716912746,
39
+ "reward_std": 0.8726511485874653,
40
+ "rewards/concensus_correctness_reward_func": 0.0377499982714653,
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.6512638479471207,
45
  "rewards/soft_format_reward_func": 0.0,
46
  "rewards/strict_format_reward_func": 0.0,
47
+ "rewards/xmlcount_reward_func": 0.2413437543436885,
48
  "step": 4
49
  },
50
  {
51
+ "completion_length": 375.39285714285717,
52
+ "epoch": 1.2105263157894737,
53
+ "grad_norm": 0.7264524102210999,
54
+ "kl": 0.0008302565298176237,
55
  "learning_rate": 4.472851273490984e-07,
56
+ "loss": 0.0,
57
+ "reward": 1.2625711475099837,
58
+ "reward_std": 0.9623690843582153,
59
+ "rewards/concensus_correctness_reward_func": 0.009000000144754137,
60
+ "rewards/consensus_reward_func": 0.2857142857142857,
61
  "rewards/cumulative_reward_2": 0.0,
62
  "rewards/final_correctness_reward_func": 0.0,
63
+ "rewards/question_recreation_reward_func": 0.5938568540981838,
64
  "rewards/soft_format_reward_func": 0.0,
65
+ "rewards/strict_format_reward_func": 0.017857142857142856,
66
+ "rewards/xmlcount_reward_func": 0.3561428615025112,
67
  "step": 6
68
  },
69
  {
70
+ "completion_length": 472.625,
71
+ "epoch": 1.631578947368421,
72
+ "grad_norm": 0.25903260707855225,
73
+ "kl": 0.0007069103230605833,
74
  "learning_rate": 3.867370395306068e-07,
75
+ "loss": 0.0,
76
+ "reward": 0.8763494361191988,
77
+ "reward_std": 1.2068727761507034,
78
+ "rewards/concensus_correctness_reward_func": 0.00787500012665987,
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.46919320430606604,
83
  "rewards/soft_format_reward_func": 0.0,
84
+ "rewards/strict_format_reward_func": 0.0,
85
+ "rewards/xmlcount_reward_func": 0.024281248450279236,
86
  "step": 8
87
  },
88
  {
89
+ "completion_length": 305.0357142857143,
90
+ "epoch": 2.0,
91
+ "grad_norm": 0.5064064264297485,
92
+ "kl": 0.0008577754654522453,
93
  "learning_rate": 3.1137137178519977e-07,
94
+ "loss": 0.0,
95
+ "reward": 1.3919612275702613,
96
+ "reward_std": 1.1690896579197474,
97
+ "rewards/concensus_correctness_reward_func": 0.06849999938692365,
98
+ "rewards/consensus_reward_func": 0.42857142857142855,
99
  "rewards/cumulative_reward_2": 0.0,
100
+ "rewards/final_correctness_reward_func": 0.0,
101
+ "rewards/question_recreation_reward_func": 0.6631040743419102,
102
  "rewards/soft_format_reward_func": 0.0,
103
+ "rewards/strict_format_reward_func": 0.0,
104
+ "rewards/xmlcount_reward_func": 0.23178572048033988,
105
  "step": 10
106
  },
107
  {
108
+ "completion_length": 347.75,
109
+ "epoch": 2.4210526315789473,
110
+ "grad_norm": 0.5330848097801208,
111
+ "kl": 0.000896375386219006,
112
  "learning_rate": 2.2935516363191693e-07,
113
+ "loss": 0.0,
114
+ "reward": 1.0852160099893808,
115
+ "reward_std": 1.0150077864527702,
116
+ "rewards/concensus_correctness_reward_func": 0.0,
117
+ "rewards/consensus_reward_func": 0.1875,
118
  "rewards/cumulative_reward_2": 0.0,
119
+ "rewards/final_correctness_reward_func": 0.0625,
120
+ "rewards/question_recreation_reward_func": 0.5125597808510065,
121
  "rewards/soft_format_reward_func": 0.0,
122
+ "rewards/strict_format_reward_func": 0.015625,
123
+ "rewards/xmlcount_reward_func": 0.3070312566123903,
124
  "step": 12
125
  },
126
  {
127
+ "completion_length": 443.625,
128
+ "epoch": 2.8421052631578947,
129
+ "grad_norm": 0.28129348158836365,
130
+ "kl": 0.0008225766432587989,
131
  "learning_rate": 1.4957614383675767e-07,
132
+ "loss": 0.0,
133
+ "reward": 1.1870016120374203,
134
+ "reward_std": 1.2073086723685265,
135
+ "rewards/concensus_correctness_reward_func": 0.0,
136
+ "rewards/consensus_reward_func": 0.5,
137
  "rewards/cumulative_reward_2": 0.0,
138
+ "rewards/final_correctness_reward_func": 0.0,
139
+ "rewards/question_recreation_reward_func": 0.5797516237944365,
140
  "rewards/soft_format_reward_func": 0.0,
141
  "rewards/strict_format_reward_func": 0.0,
142
+ "rewards/xmlcount_reward_func": 0.10725000966340303,
143
  "step": 14
144
  },
145
  {
146
+ "completion_length": 415.75,
147
+ "epoch": 3.2105263157894735,
148
+ "grad_norm": 6.146119594573975,
149
+ "kl": 0.0009467536167773817,
150
  "learning_rate": 8.067960709356478e-08,
151
+ "loss": 0.0,
152
+ "reward": 0.8282955501760755,
153
+ "reward_std": 1.009915136865207,
154
+ "rewards/concensus_correctness_reward_func": 0.043142855167388916,
155
+ "rewards/consensus_reward_func": 0.21428571428571427,
156
  "rewards/cumulative_reward_2": 0.0,
157
+ "rewards/final_correctness_reward_func": 0.0,
158
+ "rewards/question_recreation_reward_func": 0.43358126282691956,
159
  "rewards/soft_format_reward_func": 0.0,
160
+ "rewards/strict_format_reward_func": 0.017857142857142856,
161
+ "rewards/xmlcount_reward_func": 0.1194285721118961,
162
  "step": 16
163
  },
164
  {
165
+ "completion_length": 391.75,
166
+ "epoch": 3.6315789473684212,
167
+ "grad_norm": 0.4896613359451294,
168
+ "kl": 0.0007857006203266792,
169
  "learning_rate": 3.013156219837776e-08,
170
+ "loss": 0.0,
171
+ "reward": 1.168848019093275,
172
+ "reward_std": 1.2433249726891518,
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.0,
177
+ "rewards/question_recreation_reward_func": 0.5204730089753866,
178
  "rewards/soft_format_reward_func": 0.0,
179
+ "rewards/strict_format_reward_func": 0.046875,
180
+ "rewards/xmlcount_reward_func": 0.22650000732392073,
181
  "step": 18
182
  },
183
  {
184
+ "completion_length": 341.25,
185
+ "epoch": 4.0,
186
+ "grad_norm": 1.5260387659072876,
187
+ "kl": 0.000702221952711365,
188
  "learning_rate": 3.4096741493194193e-09,
189
+ "loss": 0.0,
190
+ "reward": 1.339954333645957,
191
+ "reward_std": 1.0981043364320482,
192
+ "rewards/concensus_correctness_reward_func": 0.11164285455431257,
193
+ "rewards/consensus_reward_func": 0.2857142857142857,
194
  "rewards/cumulative_reward_2": 0.0,
195
+ "rewards/final_correctness_reward_func": 0.0,
196
+ "rewards/question_recreation_reward_func": 0.7423471893583026,
197
  "rewards/soft_format_reward_func": 0.0,
198
+ "rewards/strict_format_reward_func": 0.017857142857142856,
199
+ "rewards/xmlcount_reward_func": 0.18239287180559977,
200
  "step": 20
201
  },
202
  {
203
+ "epoch": 4.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
+ "train_loss": 7.719278130480233e-07,
207
+ "train_runtime": 1561.0641,
208
+ "train_samples_per_second": 0.205,
209
+ "train_steps_per_second": 0.013
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:8ec342ffa67caa41e930bd76e4a3e5a3f859accb6c0821943a5619cb4aa32b03
3
- size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65d2c4f1272cdb3e0f607129c8f837d96c722fb5f84631fd680c4bf1ccc857b
3
+ size 5944