End of training
Browse files- README.md +3 -2
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- all_results.json +5 -5
- train_results.json +5 -5
- trainer_state.json +138 -138
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- grpo
|
| 9 |
- gensyn
|
| 10 |
- I am wary playful sandpiper
|
|
|
|
| 11 |
- trl
|
| 12 |
licence: license
|
| 13 |
---
|
|
@@ -38,8 +39,8 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
|
|
| 38 |
### Framework versions
|
| 39 |
|
| 40 |
- TRL: 0.15.2
|
| 41 |
-
- Transformers: 4.
|
| 42 |
-
- Pytorch: 2.
|
| 43 |
- Datasets: 3.5.0
|
| 44 |
- Tokenizers: 0.21.1
|
| 45 |
|
|
|
|
| 8 |
- grpo
|
| 9 |
- gensyn
|
| 10 |
- I am wary playful sandpiper
|
| 11 |
+
- unsloth
|
| 12 |
- trl
|
| 13 |
licence: license
|
| 14 |
---
|
|
|
|
| 39 |
### Framework versions
|
| 40 |
|
| 41 |
- TRL: 0.15.2
|
| 42 |
+
- Transformers: 4.50.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-0.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 |
+
"q_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"down_proj",
|
| 33 |
+
"o_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:a2fd866e7529479db8185fe0ea87e8fbcc76f81fd80814dc272397f2b92e470a
|
| 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":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 2.7457240321382415e-06,
|
| 4 |
+
"train_runtime": 1511.9519,
|
| 5 |
+
"train_samples": 11,
|
| 6 |
+
"train_samples_per_second": 0.212,
|
| 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":
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 2.7457240321382415e-06,
|
| 4 |
+
"train_runtime": 1511.9519,
|
| 5 |
+
"train_samples": 11,
|
| 6 |
+
"train_samples_per_second": 0.212,
|
| 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":
|
| 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":
|
| 14 |
-
"epoch": 0.
|
| 15 |
-
"grad_norm":
|
| 16 |
-
"kl": 0.
|
| 17 |
-
"learning_rate":
|
| 18 |
"loss": 0.0,
|
| 19 |
-
"reward":
|
| 20 |
-
"reward_std":
|
| 21 |
-
"rewards/concensus_correctness_reward_func":
|
| 22 |
-
"rewards/consensus_reward_func": 0.
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
-
"rewards/final_correctness_reward_func": 0.
|
| 25 |
-
"rewards/question_recreation_reward_func": 0.
|
| 26 |
-
"rewards/soft_format_reward_func": 0.
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
-
"rewards/xmlcount_reward_func": 0.
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"completion_length":
|
| 33 |
-
"epoch": 1.
|
| 34 |
-
"grad_norm":
|
| 35 |
-
"kl": 0.
|
| 36 |
-
"learning_rate": 4.
|
| 37 |
-
"loss": 0.
|
| 38 |
-
"reward":
|
| 39 |
-
"reward_std": 0.
|
| 40 |
-
"rewards/concensus_correctness_reward_func":
|
| 41 |
-
"rewards/consensus_reward_func":
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
-
"rewards/final_correctness_reward_func": 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":
|
| 57 |
-
"reward":
|
| 58 |
-
"reward_std":
|
| 59 |
-
"rewards/concensus_correctness_reward_func":
|
| 60 |
-
"rewards/consensus_reward_func":
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
-
"rewards/final_correctness_reward_func": 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":
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
-
"completion_length":
|
| 71 |
-
"epoch": 2.
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl":
|
| 74 |
-
"learning_rate": 3.
|
| 75 |
-
"loss": 0.
|
| 76 |
-
"reward":
|
| 77 |
-
"reward_std": 0.
|
| 78 |
-
"rewards/concensus_correctness_reward_func":
|
| 79 |
-
"rewards/consensus_reward_func":
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
-
"rewards/final_correctness_reward_func": 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":
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length":
|
| 90 |
-
"epoch":
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl":
|
| 93 |
-
"learning_rate":
|
| 94 |
-
"loss":
|
| 95 |
-
"reward":
|
| 96 |
-
"reward_std":
|
| 97 |
-
"rewards/concensus_correctness_reward_func":
|
| 98 |
-
"rewards/consensus_reward_func":
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
-
"rewards/final_correctness_reward_func": 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":
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
-
"epoch":
|
| 110 |
-
"grad_norm":
|
| 111 |
-
"kl":
|
| 112 |
-
"learning_rate":
|
| 113 |
-
"loss": 0.
|
| 114 |
-
"reward":
|
| 115 |
-
"reward_std": 0.
|
| 116 |
-
"rewards/concensus_correctness_reward_func":
|
| 117 |
-
"rewards/consensus_reward_func":
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
-
"rewards/final_correctness_reward_func": 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":
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
-
"epoch":
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl":
|
| 131 |
-
"learning_rate": 1.
|
| 132 |
-
"loss": 0.
|
| 133 |
-
"reward":
|
| 134 |
-
"reward_std":
|
| 135 |
-
"rewards/concensus_correctness_reward_func":
|
| 136 |
-
"rewards/consensus_reward_func":
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
-
"rewards/final_correctness_reward_func": 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":
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
-
"epoch":
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl":
|
| 150 |
-
"learning_rate":
|
| 151 |
-
"loss": 0.
|
| 152 |
-
"reward":
|
| 153 |
-
"reward_std": 0.
|
| 154 |
-
"rewards/concensus_correctness_reward_func": 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":
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
-
"epoch":
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl":
|
| 169 |
-
"learning_rate":
|
| 170 |
-
"loss": 0.
|
| 171 |
-
"reward":
|
| 172 |
-
"reward_std": 0.
|
| 173 |
-
"rewards/concensus_correctness_reward_func":
|
| 174 |
-
"rewards/consensus_reward_func":
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
-
"rewards/final_correctness_reward_func": 0.
|
| 177 |
-
"rewards/question_recreation_reward_func": 0.
|
| 178 |
-
"rewards/soft_format_reward_func": 0.
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
-
"rewards/xmlcount_reward_func":
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
-
"epoch":
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl":
|
| 188 |
-
"learning_rate":
|
| 189 |
-
"loss": 0.
|
| 190 |
-
"reward":
|
| 191 |
-
"reward_std":
|
| 192 |
-
"rewards/concensus_correctness_reward_func":
|
| 193 |
-
"rewards/consensus_reward_func":
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
-
"rewards/final_correctness_reward_func": 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":
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
-
"epoch":
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
-
"train_loss":
|
| 207 |
-
"train_runtime":
|
| 208 |
-
"train_samples_per_second":
|
| 209 |
-
"train_steps_per_second": 0.
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|
| 213 |
"max_steps": 20,
|
| 214 |
"num_input_tokens_seen": 0,
|
| 215 |
-
"num_train_epochs":
|
| 216 |
"save_steps": 25,
|
| 217 |
"stateful_callbacks": {
|
| 218 |
"TrainerControl": {
|
|
@@ -227,7 +227,7 @@
|
|
| 227 |
}
|
| 228 |
},
|
| 229 |
"total_flos": 0.0,
|
| 230 |
-
"train_batch_size":
|
| 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": 6.7272727272727275,
|
| 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": 402.5625,
|
| 14 |
+
"epoch": 0.7272727272727273,
|
| 15 |
+
"grad_norm": 2.2664785385131836,
|
| 16 |
+
"kl": 0.002372696340898983,
|
| 17 |
+
"learning_rate": 4.965903258506806e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
+
"reward": 0.40154129709117115,
|
| 20 |
+
"reward_std": 0.87543322192505,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 0.05193749815225601,
|
| 22 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.23847879050299525,
|
| 26 |
+
"rewards/soft_format_reward_func": 0.015625,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.03300000017043203,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 527.4285714285714,
|
| 33 |
+
"epoch": 1.3636363636363638,
|
| 34 |
+
"grad_norm": 4.900257587432861,
|
| 35 |
+
"kl": 0.0018949694682045706,
|
| 36 |
+
"learning_rate": 4.698684378016222e-07,
|
| 37 |
+
"loss": 0.0,
|
| 38 |
+
"reward": 0.13510957573141372,
|
| 39 |
+
"reward_std": 0.4241678650890078,
|
| 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.11714529685143914,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.0,
|
| 47 |
+
"rewards/xmlcount_reward_func": 0.01796428220612662,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 377.39285714285717,
|
| 52 |
+
"epoch": 2.0,
|
| 53 |
+
"grad_norm": 58.00647735595703,
|
| 54 |
+
"kl": 0.010912998637650162,
|
| 55 |
+
"learning_rate": 4.193203929064353e-07,
|
| 56 |
+
"loss": 0.0,
|
| 57 |
+
"reward": 0.4419659463954823,
|
| 58 |
+
"reward_std": 0.4245131053030491,
|
| 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.21628737729042768,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
"rewards/strict_format_reward_func": 0.0,
|
| 66 |
+
"rewards/xmlcount_reward_func": 0.2256785716329302,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 417.59375,
|
| 71 |
+
"epoch": 2.7272727272727275,
|
| 72 |
+
"grad_norm": 28.17329978942871,
|
| 73 |
+
"kl": 0.002533846374717541,
|
| 74 |
+
"learning_rate": 3.5042385616324236e-07,
|
| 75 |
+
"loss": 0.0,
|
| 76 |
+
"reward": 0.3962969146668911,
|
| 77 |
+
"reward_std": 0.43166567012667656,
|
| 78 |
+
"rewards/concensus_correctness_reward_func": 0.0,
|
| 79 |
+
"rewards/consensus_reward_func": 0.0,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.2620781655423343,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.0,
|
| 85 |
+
"rewards/xmlcount_reward_func": 0.13421875424683094,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 499.0357142857143,
|
| 90 |
+
"epoch": 3.3636363636363638,
|
| 91 |
+
"grad_norm": 1.670122504234314,
|
| 92 |
+
"kl": 0.0034035631023081286,
|
| 93 |
+
"learning_rate": 2.706448363680831e-07,
|
| 94 |
+
"loss": 0.0,
|
| 95 |
+
"reward": 0.2196260052067893,
|
| 96 |
+
"reward_std": 0.3056698822017227,
|
| 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.11680457075791699,
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
+
"rewards/xmlcount_reward_func": 0.1028214277965682,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 306.60714285714283,
|
| 109 |
+
"epoch": 4.0,
|
| 110 |
+
"grad_norm": 96.93277740478516,
|
| 111 |
+
"kl": 0.001341122152682926,
|
| 112 |
+
"learning_rate": 1.886286282148002e-07,
|
| 113 |
+
"loss": 0.0,
|
| 114 |
+
"reward": 0.22444776924593107,
|
| 115 |
+
"reward_std": 0.23045456409454346,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 0.0,
|
| 117 |
+
"rewards/consensus_reward_func": 0.0,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.14151919420276368,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
+
"rewards/xmlcount_reward_func": 0.08292856865695544,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 356.375,
|
| 128 |
+
"epoch": 4.7272727272727275,
|
| 129 |
+
"grad_norm": 1.8176085948944092,
|
| 130 |
+
"kl": 0.0011140671704197302,
|
| 131 |
+
"learning_rate": 1.1326296046939333e-07,
|
| 132 |
+
"loss": 0.0,
|
| 133 |
+
"reward": 0.20134539902210236,
|
| 134 |
+
"reward_std": 0.31388112530112267,
|
| 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.19462664891034365,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
+
"rewards/xmlcount_reward_func": 0.006718748714774847,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 318.5357142857143,
|
| 147 |
+
"epoch": 5.363636363636363,
|
| 148 |
+
"grad_norm": 1.7451318502426147,
|
| 149 |
+
"kl": 0.00214366678847,
|
| 150 |
+
"learning_rate": 5.271487265090163e-08,
|
| 151 |
+
"loss": 0.0,
|
| 152 |
+
"reward": 0.2694588005542755,
|
| 153 |
+
"reward_std": 0.2729693810854639,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 0.0,
|
| 155 |
+
"rewards/consensus_reward_func": 0.0,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
"rewards/final_correctness_reward_func": 0.0,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.1898516629423414,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.0,
|
| 161 |
+
"rewards/xmlcount_reward_func": 0.07960714266768523,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 381.17857142857144,
|
| 166 |
+
"epoch": 6.0,
|
| 167 |
+
"grad_norm": 2.0452146530151367,
|
| 168 |
+
"kl": 0.002669754546202187,
|
| 169 |
+
"learning_rate": 1.3545689574841341e-08,
|
| 170 |
+
"loss": 0.0,
|
| 171 |
+
"reward": 0.33125837094017435,
|
| 172 |
+
"reward_std": 0.18709695139633759,
|
| 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.24400837253779173,
|
| 178 |
+
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
+
"rewards/xmlcount_reward_func": 0.08724999481013843,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 354.5625,
|
| 185 |
+
"epoch": 6.7272727272727275,
|
| 186 |
+
"grad_norm": 1.446305513381958,
|
| 187 |
+
"kl": 0.001905521028675139,
|
| 188 |
+
"learning_rate": 0.0,
|
| 189 |
+
"loss": 0.0,
|
| 190 |
+
"reward": 0.5082273744046688,
|
| 191 |
+
"reward_std": 0.49512116867117584,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 0.0,
|
| 193 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.28819612972438335,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
"rewards/strict_format_reward_func": 0.0,
|
| 199 |
+
"rewards/xmlcount_reward_func": 0.15753125306218863,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
+
"epoch": 6.7272727272727275,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 2.7457240321382415e-06,
|
| 207 |
+
"train_runtime": 1511.9519,
|
| 208 |
+
"train_samples_per_second": 0.212,
|
| 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": 10,
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40da36acc51b0694a52552ca44416433ff9dc04afbe8c57af271ea91a2ff1d1a
|
| 3 |
+
size 6072
|