Transformers
Safetensors
Generated from Trainer
rl-swarm
grpo
gensyn
I am fast restless gull
unsloth
trl
Instructions to use chinna6/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-fast_restless_gull with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chinna6/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-fast_restless_gull with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chinna6/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-fast_restless_gull", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
End of training
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- all_results.json +5 -5
- train_results.json +5 -5
- trainer_state.json +102 -483
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -39,7 +39,7 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
|
|
| 39 |
### Framework versions
|
| 40 |
|
| 41 |
- TRL: 0.15.2
|
| 42 |
-
- Transformers: 4.
|
| 43 |
- Pytorch: 2.5.1
|
| 44 |
- Datasets: 3.6.0
|
| 45 |
- Tokenizers: 0.21.1
|
|
|
|
| 39 |
### Framework versions
|
| 40 |
|
| 41 |
- TRL: 0.15.2
|
| 42 |
+
- Transformers: 4.48.2
|
| 43 |
- Pytorch: 2.5.1
|
| 44 |
- Datasets: 3.6.0
|
| 45 |
- Tokenizers: 0.21.1
|
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"k_proj",
|
| 27 |
-
"down_proj",
|
| 28 |
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 29 |
"q_proj",
|
| 30 |
"o_proj",
|
| 31 |
-
"
|
| 32 |
-
"up_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"gate_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
"q_proj",
|
| 31 |
"o_proj",
|
| 32 |
+
"down_proj"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 35237104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b58c38db8219dc11775b1d8be833eed4496f52cd90b769290c3ca6366928d53
|
| 3 |
size 35237104
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second": 0.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 7.3265395705846e-08,
|
| 4 |
+
"train_runtime": 1657.2389,
|
| 5 |
+
"train_samples": 11,
|
| 6 |
+
"train_samples_per_second": 0.193,
|
| 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":
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second": 0.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 7.3265395705846e-08,
|
| 4 |
+
"train_runtime": 1657.2389,
|
| 5 |
+
"train_samples": 11,
|
| 6 |
+
"train_samples_per_second": 0.193,
|
| 7 |
+
"train_steps_per_second": 0.012
|
| 8 |
}
|
trainer_state.json
CHANGED
|
@@ -1,598 +1,217 @@
|
|
| 1 |
{
|
| 2 |
-
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch":
|
| 6 |
"eval_steps": 500,
|
| 7 |
-
"global_step":
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
-
"completion_length":
|
| 14 |
-
"epoch": 0.
|
| 15 |
"grad_norm": NaN,
|
| 16 |
-
"kl":
|
| 17 |
-
"learning_rate":
|
| 18 |
"loss": 0.0,
|
| 19 |
-
"reward": 0.
|
| 20 |
-
"reward_std": 0.
|
| 21 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 22 |
"rewards/consensus_reward_func": 0.0,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
"rewards/final_correctness_reward_func": 0.0,
|
| 25 |
-
"rewards/question_recreation_reward_func": 0.
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
-
"rewards/xmlcount_reward_func":
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"completion_length":
|
| 33 |
-
"epoch":
|
| 34 |
-
"grad_norm":
|
| 35 |
-
"kl":
|
| 36 |
-
"learning_rate":
|
| 37 |
"loss": 0.0,
|
| 38 |
-
"reward": 0.
|
| 39 |
-
"reward_std": 0.
|
| 40 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 41 |
"rewards/consensus_reward_func": 0.0,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
"rewards/final_correctness_reward_func": 0.0,
|
| 44 |
-
"rewards/question_recreation_reward_func": 0.
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.0,
|
| 47 |
-
"rewards/xmlcount_reward_func":
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"completion_length":
|
| 52 |
-
"epoch":
|
| 53 |
-
"grad_norm":
|
| 54 |
-
"kl":
|
| 55 |
-
"learning_rate": 4.
|
| 56 |
"loss": 0.0,
|
| 57 |
-
"reward": 0.
|
| 58 |
-
"reward_std": 0.
|
| 59 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 60 |
"rewards/consensus_reward_func": 0.0,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
"rewards/final_correctness_reward_func": 0.0,
|
| 63 |
-
"rewards/question_recreation_reward_func": 0.
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
"rewards/strict_format_reward_func": 0.0,
|
| 66 |
-
"rewards/xmlcount_reward_func": 0.
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
-
"completion_length":
|
| 71 |
-
"epoch":
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl":
|
| 74 |
-
"learning_rate": 4.
|
| 75 |
"loss": 0.0,
|
| 76 |
-
"reward": 0.
|
| 77 |
-
"reward_std": 0.
|
| 78 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 79 |
-
"rewards/consensus_reward_func": 0.
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
"rewards/final_correctness_reward_func": 0.0,
|
| 82 |
-
"rewards/question_recreation_reward_func": 0.
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.0,
|
| 85 |
-
"rewards/xmlcount_reward_func": 0.
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length":
|
| 90 |
-
"epoch":
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl":
|
| 93 |
-
"learning_rate": 4.
|
| 94 |
"loss": 0.0,
|
| 95 |
-
"reward": 0.
|
| 96 |
-
"reward_std": 0.
|
| 97 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 98 |
"rewards/consensus_reward_func": 0.0,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.0,
|
| 101 |
-
"rewards/question_recreation_reward_func": 0.
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
-
"rewards/xmlcount_reward_func": 0.
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
-
"epoch":
|
| 110 |
-
"grad_norm":
|
| 111 |
-
"kl":
|
| 112 |
-
"learning_rate":
|
| 113 |
"loss": 0.0,
|
| 114 |
-
"reward": 0.
|
| 115 |
-
"reward_std": 0.
|
| 116 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 117 |
-
"rewards/consensus_reward_func": 0.
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.0,
|
| 120 |
-
"rewards/question_recreation_reward_func": 0.
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
-
"rewards/xmlcount_reward_func": -0.
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
-
"epoch":
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl":
|
| 131 |
-
"learning_rate":
|
| 132 |
"loss": 0.0,
|
| 133 |
-
"reward": 0.
|
| 134 |
-
"reward_std": 0.
|
| 135 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 136 |
"rewards/consensus_reward_func": 0.0,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
"rewards/final_correctness_reward_func": 0.0,
|
| 139 |
-
"rewards/question_recreation_reward_func": 0.
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
-
"rewards/xmlcount_reward_func": 0.
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
-
"epoch":
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl": 0.
|
| 150 |
-
"learning_rate":
|
| 151 |
"loss": 0.0,
|
| 152 |
-
"reward": 0.
|
| 153 |
-
"reward_std": 0.
|
| 154 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 155 |
-
"rewards/consensus_reward_func": 0.
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
"rewards/final_correctness_reward_func": 0.0,
|
| 158 |
-
"rewards/question_recreation_reward_func": 0.
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.0,
|
| 161 |
-
"rewards/xmlcount_reward_func": 0.
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
-
"epoch":
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl":
|
| 169 |
-
"learning_rate":
|
| 170 |
"loss": 0.0,
|
| 171 |
-
"reward": 0.
|
| 172 |
-
"reward_std": 0.
|
| 173 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 174 |
"rewards/consensus_reward_func": 0.0,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
"rewards/final_correctness_reward_func": 0.0,
|
| 177 |
-
"rewards/question_recreation_reward_func": 0.
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
-
"rewards/xmlcount_reward_func": 0.
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
-
"epoch":
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl":
|
| 188 |
-
"learning_rate":
|
| 189 |
"loss": 0.0,
|
| 190 |
-
"reward": 0.
|
| 191 |
-
"reward_std": 0.
|
| 192 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 193 |
"rewards/consensus_reward_func": 0.0,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
"rewards/final_correctness_reward_func": 0.0,
|
| 196 |
-
"rewards/question_recreation_reward_func": 0.
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
"rewards/strict_format_reward_func": 0.0,
|
| 199 |
-
"rewards/xmlcount_reward_func": 0.
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
-
"
|
| 204 |
-
"
|
| 205 |
-
"grad_norm": 26.12720489501953,
|
| 206 |
-
"kl": 0.0019963133127021138,
|
| 207 |
-
"learning_rate": 4.219248647133558e-07,
|
| 208 |
-
"loss": 0.0,
|
| 209 |
-
"reward": 0.35939981369301677,
|
| 210 |
-
"reward_std": 0.5500808532815427,
|
| 211 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 212 |
-
"rewards/consensus_reward_func": 0.0,
|
| 213 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 214 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 215 |
-
"rewards/question_recreation_reward_func": 0.25952482083812356,
|
| 216 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 217 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 218 |
-
"rewards/xmlcount_reward_func": 0.09987499937415123,
|
| 219 |
-
"step": 22
|
| 220 |
-
},
|
| 221 |
-
{
|
| 222 |
-
"completion_length": 383.64285714285717,
|
| 223 |
-
"epoch": 3.0,
|
| 224 |
-
"grad_norm": 0.9543819427490234,
|
| 225 |
-
"kl": 0.0006048666277170664,
|
| 226 |
-
"learning_rate": 4.012935537984413e-07,
|
| 227 |
-
"loss": 0.0,
|
| 228 |
-
"reward": 0.22724560940904276,
|
| 229 |
-
"reward_std": 0.20333547570875712,
|
| 230 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 231 |
-
"rewards/consensus_reward_func": 0.0,
|
| 232 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 233 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 234 |
-
"rewards/question_recreation_reward_func": 0.18638846703938075,
|
| 235 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 236 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 237 |
-
"rewards/xmlcount_reward_func": 0.04085714370012283,
|
| 238 |
-
"step": 24
|
| 239 |
-
},
|
| 240 |
-
{
|
| 241 |
-
"completion_length": 381.96875,
|
| 242 |
-
"epoch": 3.258064516129032,
|
| 243 |
-
"grad_norm": 3.211329698562622,
|
| 244 |
-
"kl": 0.00012533261292446696,
|
| 245 |
-
"learning_rate": 3.788884642942554e-07,
|
| 246 |
-
"loss": 0.0,
|
| 247 |
-
"reward": 0.19361284282058477,
|
| 248 |
-
"reward_std": 0.24643944506533444,
|
| 249 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 250 |
-
"rewards/consensus_reward_func": 0.0,
|
| 251 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 252 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 253 |
-
"rewards/question_recreation_reward_func": 0.17839408991858363,
|
| 254 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 255 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 256 |
-
"rewards/xmlcount_reward_func": 0.015218751970678568,
|
| 257 |
-
"step": 26
|
| 258 |
-
},
|
| 259 |
-
{
|
| 260 |
-
"completion_length": 412.5,
|
| 261 |
-
"epoch": 3.5161290322580645,
|
| 262 |
-
"grad_norm": 3.394382953643799,
|
| 263 |
-
"kl": 0.00010090849150401482,
|
| 264 |
-
"learning_rate": 3.5497227539006614e-07,
|
| 265 |
-
"loss": 0.0,
|
| 266 |
-
"reward": 0.2241632086224854,
|
| 267 |
-
"reward_std": 0.2526557689998299,
|
| 268 |
-
"rewards/concensus_correctness_reward_func": 0.013875000178813934,
|
| 269 |
-
"rewards/consensus_reward_func": 0.0,
|
| 270 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 271 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 272 |
-
"rewards/question_recreation_reward_func": 0.17597571481019258,
|
| 273 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 274 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 275 |
-
"rewards/xmlcount_reward_func": 0.03431250061839819,
|
| 276 |
-
"step": 28
|
| 277 |
-
},
|
| 278 |
-
{
|
| 279 |
-
"completion_length": 284.59375,
|
| 280 |
-
"epoch": 3.774193548387097,
|
| 281 |
-
"grad_norm": 2.9376416206359863,
|
| 282 |
-
"kl": 0.0008606196147411538,
|
| 283 |
-
"learning_rate": 3.2982538253399494e-07,
|
| 284 |
-
"loss": 0.0,
|
| 285 |
-
"reward": 0.0774760153144598,
|
| 286 |
-
"reward_std": 0.1906891551334411,
|
| 287 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 288 |
-
"rewards/consensus_reward_func": 0.0,
|
| 289 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 290 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 291 |
-
"rewards/question_recreation_reward_func": 0.09122601104900241,
|
| 292 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 293 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 294 |
-
"rewards/xmlcount_reward_func": -0.01374999899417162,
|
| 295 |
-
"step": 30
|
| 296 |
-
},
|
| 297 |
-
{
|
| 298 |
-
"completion_length": 549.1428571428571,
|
| 299 |
-
"epoch": 4.0,
|
| 300 |
-
"grad_norm": 0.9819178581237793,
|
| 301 |
-
"kl": 3.5185036722396035e-05,
|
| 302 |
-
"learning_rate": 3.0374261005275605e-07,
|
| 303 |
-
"loss": 0.0,
|
| 304 |
-
"reward": 0.25383392149316414,
|
| 305 |
-
"reward_std": 0.30834708123334814,
|
| 306 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 307 |
-
"rewards/consensus_reward_func": 0.0,
|
| 308 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 309 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 310 |
-
"rewards/question_recreation_reward_func": 0.11165534212653126,
|
| 311 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 312 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 313 |
-
"rewards/xmlcount_reward_func": 0.14217857164996012,
|
| 314 |
-
"step": 32
|
| 315 |
-
},
|
| 316 |
-
{
|
| 317 |
-
"completion_length": 366.59375,
|
| 318 |
-
"epoch": 4.258064516129032,
|
| 319 |
-
"grad_norm": 2.5270180702209473,
|
| 320 |
-
"kl": 0.004282280417555739,
|
| 321 |
-
"learning_rate": 2.770297546059854e-07,
|
| 322 |
-
"loss": 0.0,
|
| 323 |
-
"reward": 0.06346084550023079,
|
| 324 |
-
"reward_std": 0.28176579938735813,
|
| 325 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 326 |
-
"rewards/consensus_reward_func": 0.0,
|
| 327 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 328 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 329 |
-
"rewards/question_recreation_reward_func": 0.12233584048226476,
|
| 330 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 331 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 332 |
-
"rewards/xmlcount_reward_func": -0.0588750010356307,
|
| 333 |
-
"step": 34
|
| 334 |
-
},
|
| 335 |
-
{
|
| 336 |
-
"completion_length": 411.375,
|
| 337 |
-
"epoch": 4.516129032258064,
|
| 338 |
-
"grad_norm": 4.21773099899292,
|
| 339 |
-
"kl": 8.090390974757611e-05,
|
| 340 |
-
"learning_rate": 2.5e-07,
|
| 341 |
-
"loss": 0.0,
|
| 342 |
-
"reward": 0.11983968829736114,
|
| 343 |
-
"reward_std": 0.17383667826652527,
|
| 344 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 345 |
-
"rewards/consensus_reward_func": 0.0,
|
| 346 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 347 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 348 |
-
"rewards/question_recreation_reward_func": 0.11633968772366643,
|
| 349 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 350 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 351 |
-
"rewards/xmlcount_reward_func": 0.0035000010393559933,
|
| 352 |
-
"step": 36
|
| 353 |
-
},
|
| 354 |
-
{
|
| 355 |
-
"completion_length": 329.28125,
|
| 356 |
-
"epoch": 4.774193548387097,
|
| 357 |
-
"grad_norm": 18.660564422607422,
|
| 358 |
-
"kl": 0.0010729862383414002,
|
| 359 |
-
"learning_rate": 2.229702453940146e-07,
|
| 360 |
-
"loss": 0.0,
|
| 361 |
-
"reward": 0.22536780731752515,
|
| 362 |
-
"reward_std": 0.22597291774582118,
|
| 363 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 364 |
-
"rewards/consensus_reward_func": 0.0,
|
| 365 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 366 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 367 |
-
"rewards/question_recreation_reward_func": 0.13943030545488,
|
| 368 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 369 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 370 |
-
"rewards/xmlcount_reward_func": 0.0859375,
|
| 371 |
-
"step": 38
|
| 372 |
-
},
|
| 373 |
-
{
|
| 374 |
-
"completion_length": 466.82142857142856,
|
| 375 |
-
"epoch": 5.0,
|
| 376 |
-
"grad_norm": 30.90364646911621,
|
| 377 |
-
"kl": 0.0050324718344459795,
|
| 378 |
-
"learning_rate": 1.9625738994724398e-07,
|
| 379 |
-
"loss": 0.0,
|
| 380 |
-
"reward": -0.09624448684709412,
|
| 381 |
-
"reward_std": 0.43322019491876873,
|
| 382 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 383 |
-
"rewards/consensus_reward_func": 0.0,
|
| 384 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 385 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 386 |
-
"rewards/question_recreation_reward_func": 0.08754122070968151,
|
| 387 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 388 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 389 |
-
"rewards/xmlcount_reward_func": -0.18378571208034242,
|
| 390 |
-
"step": 40
|
| 391 |
-
},
|
| 392 |
-
{
|
| 393 |
-
"completion_length": 434.0625,
|
| 394 |
-
"epoch": 5.258064516129032,
|
| 395 |
-
"grad_norm": 39.12836837768555,
|
| 396 |
-
"kl": 0.005596646230287661,
|
| 397 |
-
"learning_rate": 1.7017461746600504e-07,
|
| 398 |
-
"loss": 0.0,
|
| 399 |
-
"reward": 0.13575120829045773,
|
| 400 |
-
"reward_std": 0.13530697469832376,
|
| 401 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 402 |
-
"rewards/consensus_reward_func": 0.0,
|
| 403 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 404 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 405 |
-
"rewards/question_recreation_reward_func": 0.1172824571840465,
|
| 406 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 407 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 408 |
-
"rewards/xmlcount_reward_func": 0.01846875064074993,
|
| 409 |
-
"step": 42
|
| 410 |
-
},
|
| 411 |
-
{
|
| 412 |
-
"completion_length": 394.4375,
|
| 413 |
-
"epoch": 5.516129032258064,
|
| 414 |
-
"grad_norm": 20.784292221069336,
|
| 415 |
-
"kl": 0.0022700289155181963,
|
| 416 |
-
"learning_rate": 1.4502772460993384e-07,
|
| 417 |
-
"loss": 0.0,
|
| 418 |
-
"reward": 0.11197976651601493,
|
| 419 |
-
"reward_std": 0.5696409860393032,
|
| 420 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 421 |
-
"rewards/consensus_reward_func": 0.0,
|
| 422 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 423 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 424 |
-
"rewards/question_recreation_reward_func": 0.13532351609319448,
|
| 425 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 426 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 427 |
-
"rewards/xmlcount_reward_func": -0.02334374561905861,
|
| 428 |
-
"step": 44
|
| 429 |
-
},
|
| 430 |
-
{
|
| 431 |
-
"completion_length": 360.03125,
|
| 432 |
-
"epoch": 5.774193548387097,
|
| 433 |
-
"grad_norm": 4.866372585296631,
|
| 434 |
-
"kl": 0.000709792191400993,
|
| 435 |
-
"learning_rate": 1.2111153570574453e-07,
|
| 436 |
-
"loss": 0.0,
|
| 437 |
-
"reward": 0.1314556710422039,
|
| 438 |
-
"reward_std": 0.27511434676125646,
|
| 439 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 440 |
-
"rewards/consensus_reward_func": 0.0,
|
| 441 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 442 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 443 |
-
"rewards/question_recreation_reward_func": 0.1430806666612625,
|
| 444 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 445 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 446 |
-
"rewards/xmlcount_reward_func": -0.011624999344348907,
|
| 447 |
-
"step": 46
|
| 448 |
-
},
|
| 449 |
-
{
|
| 450 |
-
"completion_length": 201.39285714285714,
|
| 451 |
-
"epoch": 6.0,
|
| 452 |
-
"grad_norm": 2.460200786590576,
|
| 453 |
-
"kl": 0.0008755299386393744,
|
| 454 |
-
"learning_rate": 9.870644620155877e-08,
|
| 455 |
-
"loss": 0.0,
|
| 456 |
-
"reward": 0.26238812506198883,
|
| 457 |
-
"reward_std": 0.20772267784923315,
|
| 458 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 459 |
-
"rewards/consensus_reward_func": 0.0,
|
| 460 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 461 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 462 |
-
"rewards/question_recreation_reward_func": 0.23092382933412278,
|
| 463 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 464 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 465 |
-
"rewards/xmlcount_reward_func": 0.031464285616363795,
|
| 466 |
-
"step": 48
|
| 467 |
-
},
|
| 468 |
-
{
|
| 469 |
-
"completion_length": 346.40625,
|
| 470 |
-
"epoch": 6.258064516129032,
|
| 471 |
-
"grad_norm": 21.511545181274414,
|
| 472 |
-
"kl": 0.0017042956070554283,
|
| 473 |
-
"learning_rate": 7.807513528664414e-08,
|
| 474 |
-
"loss": 0.0,
|
| 475 |
-
"reward": 0.14076933730393648,
|
| 476 |
-
"reward_std": 0.16657349606975913,
|
| 477 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 478 |
-
"rewards/consensus_reward_func": 0.0,
|
| 479 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 480 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 481 |
-
"rewards/question_recreation_reward_func": 0.07820683810859919,
|
| 482 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 483 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 484 |
-
"rewards/xmlcount_reward_func": 0.06256250012665987,
|
| 485 |
-
"step": 50
|
| 486 |
-
},
|
| 487 |
-
{
|
| 488 |
-
"completion_length": 325.4375,
|
| 489 |
-
"epoch": 6.516129032258064,
|
| 490 |
-
"grad_norm": 1.8207321166992188,
|
| 491 |
-
"kl": 0.0018291326173311973,
|
| 492 |
-
"learning_rate": 5.945948621809091e-08,
|
| 493 |
-
"loss": 0.0,
|
| 494 |
-
"reward": 0.19795077852904797,
|
| 495 |
-
"reward_std": 0.22306197369471192,
|
| 496 |
-
"rewards/concensus_correctness_reward_func": 0.013875000178813934,
|
| 497 |
-
"rewards/consensus_reward_func": 0.0,
|
| 498 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 499 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 500 |
-
"rewards/question_recreation_reward_func": 0.16435701958835125,
|
| 501 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 502 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 503 |
-
"rewards/xmlcount_reward_func": 0.01971874851733446,
|
| 504 |
-
"step": 52
|
| 505 |
-
},
|
| 506 |
-
{
|
| 507 |
-
"completion_length": 414.5625,
|
| 508 |
-
"epoch": 6.774193548387097,
|
| 509 |
-
"grad_norm": 3.8619086742401123,
|
| 510 |
-
"kl": 0.0004780482821615806,
|
| 511 |
-
"learning_rate": 4.3077750460777384e-08,
|
| 512 |
-
"loss": 0.0,
|
| 513 |
-
"reward": 0.09389630286023021,
|
| 514 |
-
"reward_std": 0.19037447159644216,
|
| 515 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 516 |
-
"rewards/consensus_reward_func": 0.0,
|
| 517 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 518 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 519 |
-
"rewards/question_recreation_reward_func": 0.11933380062691867,
|
| 520 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 521 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 522 |
-
"rewards/xmlcount_reward_func": -0.02543749986216426,
|
| 523 |
-
"step": 54
|
| 524 |
-
},
|
| 525 |
-
{
|
| 526 |
-
"completion_length": 342.5,
|
| 527 |
-
"epoch": 7.0,
|
| 528 |
-
"grad_norm": 1.9887802600860596,
|
| 529 |
-
"kl": 0.0015315435006674047,
|
| 530 |
-
"learning_rate": 2.912198888849429e-08,
|
| 531 |
-
"loss": 0.0,
|
| 532 |
-
"reward": 0.1833051379237856,
|
| 533 |
-
"reward_std": 0.16237848784242356,
|
| 534 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 535 |
-
"rewards/consensus_reward_func": 0.0,
|
| 536 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 537 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 538 |
-
"rewards/question_recreation_reward_func": 0.11926942531551633,
|
| 539 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 540 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 541 |
-
"rewards/xmlcount_reward_func": 0.06403571314045362,
|
| 542 |
-
"step": 56
|
| 543 |
-
},
|
| 544 |
-
{
|
| 545 |
-
"completion_length": 335.1875,
|
| 546 |
-
"epoch": 7.258064516129032,
|
| 547 |
-
"grad_norm": 2.110353469848633,
|
| 548 |
-
"kl": 0.00010102857913807384,
|
| 549 |
-
"learning_rate": 1.7755820045802144e-08,
|
| 550 |
-
"loss": 0.0,
|
| 551 |
-
"reward": 0.14824581565335393,
|
| 552 |
-
"reward_std": 0.22165359160862863,
|
| 553 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 554 |
-
"rewards/consensus_reward_func": 0.0,
|
| 555 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 556 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 557 |
-
"rewards/question_recreation_reward_func": 0.16133957030251622,
|
| 558 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 559 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 560 |
-
"rewards/xmlcount_reward_func": -0.013093750923871994,
|
| 561 |
-
"step": 58
|
| 562 |
-
},
|
| 563 |
-
{
|
| 564 |
-
"completion_length": 431.1875,
|
| 565 |
-
"epoch": 7.516129032258064,
|
| 566 |
-
"grad_norm": 2.8052024841308594,
|
| 567 |
-
"kl": 0.001484481835632323,
|
| 568 |
-
"learning_rate": 9.112501870194272e-09,
|
| 569 |
-
"loss": 0.0,
|
| 570 |
-
"reward": 0.3731462989235297,
|
| 571 |
-
"reward_std": 0.42140341037884355,
|
| 572 |
-
"rewards/concensus_correctness_reward_func": 0.0,
|
| 573 |
-
"rewards/consensus_reward_func": 0.0,
|
| 574 |
-
"rewards/cumulative_reward_2": 0.0,
|
| 575 |
-
"rewards/final_correctness_reward_func": 0.0,
|
| 576 |
-
"rewards/question_recreation_reward_func": 0.20230254053603858,
|
| 577 |
-
"rewards/soft_format_reward_func": 0.0,
|
| 578 |
-
"rewards/strict_format_reward_func": 0.0,
|
| 579 |
-
"rewards/xmlcount_reward_func": 0.17084375163540244,
|
| 580 |
-
"step": 60
|
| 581 |
-
},
|
| 582 |
-
{
|
| 583 |
-
"epoch": 7.516129032258064,
|
| 584 |
-
"step": 60,
|
| 585 |
"total_flos": 0.0,
|
| 586 |
-
"train_loss":
|
| 587 |
-
"train_runtime":
|
| 588 |
-
"train_samples_per_second": 0.
|
| 589 |
-
"train_steps_per_second": 0.
|
| 590 |
}
|
| 591 |
],
|
| 592 |
"logging_steps": 2,
|
| 593 |
-
"max_steps":
|
| 594 |
"num_input_tokens_seen": 0,
|
| 595 |
-
"num_train_epochs":
|
| 596 |
"save_steps": 25,
|
| 597 |
"stateful_callbacks": {
|
| 598 |
"TrainerControl": {
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"best_metric": null,
|
| 3 |
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 6.7272727272727275,
|
| 5 |
"eval_steps": 500,
|
| 6 |
+
"global_step": 20,
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
+
"completion_length": 436.0625,
|
| 13 |
+
"epoch": 0.7272727272727273,
|
| 14 |
"grad_norm": NaN,
|
| 15 |
+
"kl": 1.7621703932491073e-05,
|
| 16 |
+
"learning_rate": 5e-07,
|
| 17 |
"loss": 0.0,
|
| 18 |
+
"reward": 0.20653149974532425,
|
| 19 |
+
"reward_std": 0.27299811027478427,
|
| 20 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 21 |
"rewards/consensus_reward_func": 0.0,
|
| 22 |
"rewards/cumulative_reward_2": 0.0,
|
| 23 |
"rewards/final_correctness_reward_func": 0.0,
|
| 24 |
+
"rewards/question_recreation_reward_func": 0.1650314915459603,
|
| 25 |
"rewards/soft_format_reward_func": 0.0,
|
| 26 |
"rewards/strict_format_reward_func": 0.0,
|
| 27 |
+
"rewards/xmlcount_reward_func": 0.04149999842047691,
|
| 28 |
"step": 2
|
| 29 |
},
|
| 30 |
{
|
| 31 |
+
"completion_length": 421.64285714285717,
|
| 32 |
+
"epoch": 1.3636363636363638,
|
| 33 |
+
"grad_norm": NaN,
|
| 34 |
+
"kl": 3.5645763091451954e-05,
|
| 35 |
+
"learning_rate": 4.965903258506806e-07,
|
| 36 |
"loss": 0.0,
|
| 37 |
+
"reward": 0.22060505353978702,
|
| 38 |
+
"reward_std": 0.3099955760740808,
|
| 39 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 40 |
"rewards/consensus_reward_func": 0.0,
|
| 41 |
"rewards/cumulative_reward_2": 0.0,
|
| 42 |
"rewards/final_correctness_reward_func": 0.0,
|
| 43 |
+
"rewards/question_recreation_reward_func": 0.13264077582529613,
|
| 44 |
"rewards/soft_format_reward_func": 0.0,
|
| 45 |
"rewards/strict_format_reward_func": 0.0,
|
| 46 |
+
"rewards/xmlcount_reward_func": 0.08796428569725581,
|
| 47 |
"step": 4
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"completion_length": 341.14285714285717,
|
| 51 |
+
"epoch": 2.0,
|
| 52 |
+
"grad_norm": 4.797464370727539,
|
| 53 |
+
"kl": 3.0444448124658914e-05,
|
| 54 |
+
"learning_rate": 4.864543104251586e-07,
|
| 55 |
"loss": 0.0,
|
| 56 |
+
"reward": 0.3554938094956534,
|
| 57 |
+
"reward_std": 0.3407979671444212,
|
| 58 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 59 |
"rewards/consensus_reward_func": 0.0,
|
| 60 |
"rewards/cumulative_reward_2": 0.0,
|
| 61 |
"rewards/final_correctness_reward_func": 0.0,
|
| 62 |
+
"rewards/question_recreation_reward_func": 0.24795808962413243,
|
| 63 |
"rewards/soft_format_reward_func": 0.0,
|
| 64 |
"rewards/strict_format_reward_func": 0.0,
|
| 65 |
+
"rewards/xmlcount_reward_func": 0.10753571561404637,
|
| 66 |
"step": 6
|
| 67 |
},
|
| 68 |
{
|
| 69 |
+
"completion_length": 405.03125,
|
| 70 |
+
"epoch": 2.7272727272727275,
|
| 71 |
+
"grad_norm": NaN,
|
| 72 |
+
"kl": 3.89778874705371e-05,
|
| 73 |
+
"learning_rate": 4.698684378016222e-07,
|
| 74 |
"loss": 0.0,
|
| 75 |
+
"reward": 0.22569512180052698,
|
| 76 |
+
"reward_std": 0.3155328747816384,
|
| 77 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 78 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 79 |
"rewards/cumulative_reward_2": 0.0,
|
| 80 |
"rewards/final_correctness_reward_func": 0.0,
|
| 81 |
+
"rewards/question_recreation_reward_func": 0.13241386436857283,
|
| 82 |
"rewards/soft_format_reward_func": 0.0,
|
| 83 |
"rewards/strict_format_reward_func": 0.0,
|
| 84 |
+
"rewards/xmlcount_reward_func": 0.030781249282881618,
|
| 85 |
"step": 8
|
| 86 |
},
|
| 87 |
{
|
| 88 |
+
"completion_length": 366.9642857142857,
|
| 89 |
+
"epoch": 3.3636363636363638,
|
| 90 |
+
"grad_norm": 66.79761505126953,
|
| 91 |
+
"kl": 2.5024709300071534e-05,
|
| 92 |
+
"learning_rate": 4.193203929064353e-07,
|
| 93 |
"loss": 0.0,
|
| 94 |
+
"reward": 0.18169026502541133,
|
| 95 |
+
"reward_std": 0.24965994379350118,
|
| 96 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 97 |
"rewards/consensus_reward_func": 0.0,
|
| 98 |
"rewards/cumulative_reward_2": 0.0,
|
| 99 |
"rewards/final_correctness_reward_func": 0.0,
|
| 100 |
+
"rewards/question_recreation_reward_func": 0.08347597638411182,
|
| 101 |
"rewards/soft_format_reward_func": 0.0,
|
| 102 |
"rewards/strict_format_reward_func": 0.0,
|
| 103 |
+
"rewards/xmlcount_reward_func": 0.09821428571428571,
|
| 104 |
"step": 10
|
| 105 |
},
|
| 106 |
{
|
| 107 |
+
"completion_length": 383.17857142857144,
|
| 108 |
+
"epoch": 4.0,
|
| 109 |
+
"grad_norm": NaN,
|
| 110 |
+
"kl": 6.10867003030892e-05,
|
| 111 |
+
"learning_rate": 3.867370395306068e-07,
|
| 112 |
"loss": 0.0,
|
| 113 |
+
"reward": 0.16173036502940313,
|
| 114 |
+
"reward_std": 0.19714894411819323,
|
| 115 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 116 |
+
"rewards/consensus_reward_func": 0.07142857142857142,
|
| 117 |
"rewards/cumulative_reward_2": 0.0,
|
| 118 |
"rewards/final_correctness_reward_func": 0.0,
|
| 119 |
+
"rewards/question_recreation_reward_func": 0.09376607196671623,
|
| 120 |
"rewards/soft_format_reward_func": 0.0,
|
| 121 |
"rewards/strict_format_reward_func": 0.0,
|
| 122 |
+
"rewards/xmlcount_reward_func": -0.003464285284280777,
|
| 123 |
"step": 12
|
| 124 |
},
|
| 125 |
{
|
| 126 |
+
"completion_length": 405.03125,
|
| 127 |
+
"epoch": 4.7272727272727275,
|
| 128 |
+
"grad_norm": 10.484304428100586,
|
| 129 |
+
"kl": 3.165742793953541e-05,
|
| 130 |
+
"learning_rate": 3.1137137178519977e-07,
|
| 131 |
"loss": 0.0,
|
| 132 |
+
"reward": -0.017911486327648163,
|
| 133 |
+
"reward_std": 0.3045911204535514,
|
| 134 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 135 |
"rewards/consensus_reward_func": 0.0,
|
| 136 |
"rewards/cumulative_reward_2": 0.0,
|
| 137 |
"rewards/final_correctness_reward_func": 0.0,
|
| 138 |
+
"rewards/question_recreation_reward_func": 0.09355727583169937,
|
| 139 |
"rewards/soft_format_reward_func": 0.0,
|
| 140 |
"rewards/strict_format_reward_func": 0.0,
|
| 141 |
+
"rewards/xmlcount_reward_func": -0.11146875284612179,
|
| 142 |
"step": 14
|
| 143 |
},
|
| 144 |
{
|
| 145 |
+
"completion_length": 487.5357142857143,
|
| 146 |
+
"epoch": 5.363636363636363,
|
| 147 |
+
"grad_norm": 66.34976196289062,
|
| 148 |
+
"kl": 0.00016280047917202216,
|
| 149 |
+
"learning_rate": 2.2935516363191693e-07,
|
| 150 |
"loss": 0.0,
|
| 151 |
+
"reward": 0.40852856050644604,
|
| 152 |
+
"reward_std": 0.3531542556094272,
|
| 153 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 154 |
+
"rewards/consensus_reward_func": 0.07142857142857142,
|
| 155 |
"rewards/cumulative_reward_2": 0.0,
|
| 156 |
"rewards/final_correctness_reward_func": 0.0,
|
| 157 |
+
"rewards/question_recreation_reward_func": 0.23220711361084664,
|
| 158 |
"rewards/soft_format_reward_func": 0.0,
|
| 159 |
"rewards/strict_format_reward_func": 0.0,
|
| 160 |
+
"rewards/xmlcount_reward_func": 0.10489285630839211,
|
| 161 |
"step": 16
|
| 162 |
},
|
| 163 |
{
|
| 164 |
+
"completion_length": 415.4642857142857,
|
| 165 |
+
"epoch": 6.0,
|
| 166 |
+
"grad_norm": 11.347963333129883,
|
| 167 |
+
"kl": 2.8945602155415274e-05,
|
| 168 |
+
"learning_rate": 1.4957614383675767e-07,
|
| 169 |
"loss": 0.0,
|
| 170 |
+
"reward": 0.21686194677438056,
|
| 171 |
+
"reward_std": 0.31533121078142096,
|
| 172 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 173 |
"rewards/consensus_reward_func": 0.0,
|
| 174 |
"rewards/cumulative_reward_2": 0.0,
|
| 175 |
"rewards/final_correctness_reward_func": 0.0,
|
| 176 |
+
"rewards/question_recreation_reward_func": 0.16504052467644215,
|
| 177 |
"rewards/soft_format_reward_func": 0.0,
|
| 178 |
"rewards/strict_format_reward_func": 0.0,
|
| 179 |
+
"rewards/xmlcount_reward_func": 0.05182142768587385,
|
| 180 |
"step": 18
|
| 181 |
},
|
| 182 |
{
|
| 183 |
+
"completion_length": 404.03125,
|
| 184 |
+
"epoch": 6.7272727272727275,
|
| 185 |
+
"grad_norm": 2.1316444873809814,
|
| 186 |
+
"kl": 9.378601941989473e-05,
|
| 187 |
+
"learning_rate": 8.067960709356478e-08,
|
| 188 |
"loss": 0.0,
|
| 189 |
+
"reward": 0.10079575958661735,
|
| 190 |
+
"reward_std": 0.08944826829247177,
|
| 191 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 192 |
"rewards/consensus_reward_func": 0.0,
|
| 193 |
"rewards/cumulative_reward_2": 0.0,
|
| 194 |
"rewards/final_correctness_reward_func": 0.0,
|
| 195 |
+
"rewards/question_recreation_reward_func": 0.05104575864970684,
|
| 196 |
"rewards/soft_format_reward_func": 0.0,
|
| 197 |
"rewards/strict_format_reward_func": 0.0,
|
| 198 |
+
"rewards/xmlcount_reward_func": 0.04975000023841858,
|
| 199 |
"step": 20
|
| 200 |
},
|
| 201 |
{
|
| 202 |
+
"epoch": 6.7272727272727275,
|
| 203 |
+
"step": 20,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
"total_flos": 0.0,
|
| 205 |
+
"train_loss": 7.3265395705846e-08,
|
| 206 |
+
"train_runtime": 1657.2389,
|
| 207 |
+
"train_samples_per_second": 0.193,
|
| 208 |
+
"train_steps_per_second": 0.012
|
| 209 |
}
|
| 210 |
],
|
| 211 |
"logging_steps": 2,
|
| 212 |
+
"max_steps": 20,
|
| 213 |
"num_input_tokens_seen": 0,
|
| 214 |
+
"num_train_epochs": 10,
|
| 215 |
"save_steps": 25,
|
| 216 |
"stateful_callbacks": {
|
| 217 |
"TrainerControl": {
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:240b86098d0c2bf357499ba2bc09c0c1d8d44ef54776e40f3b67b44ac8bdd067
|
| 3 |
+
size 5944
|