Transformers
Safetensors
Generated from Trainer
rl-swarm
grpo
gensyn
I am mighty melodic bison
unsloth
trl
Instructions to use SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="SIGTIR/Qwen2.5-1.5B-Instruct-Gensyn-Swarm-mighty_melodic_bison", max_seq_length=2048, )
End of training
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- all_results.json +5 -5
- train_results.json +5 -5
- trainer_state.json +128 -128
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"
|
| 28 |
-
"down_proj",
|
| 29 |
-
"up_proj",
|
| 30 |
"v_proj",
|
| 31 |
"k_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
|
|
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"gate_proj",
|
|
|
|
|
|
|
| 28 |
"v_proj",
|
| 29 |
"k_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 73911112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03662a5e73cf75516362e8bd645a5384a3ead287560015afa95c28472eba0bae
|
| 3 |
size 73911112
|
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": 8.275917508626663e-07,
|
| 4 |
+
"train_runtime": 1309.4025,
|
| 5 |
+
"train_samples": 46,
|
| 6 |
+
"train_samples_per_second": 0.244,
|
| 7 |
+
"train_steps_per_second": 0.015
|
| 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": 8.275917508626663e-07,
|
| 4 |
+
"train_runtime": 1309.4025,
|
| 5 |
+
"train_samples": 46,
|
| 6 |
+
"train_samples_per_second": 0.244,
|
| 7 |
+
"train_steps_per_second": 0.015
|
| 8 |
}
|
trainer_state.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"best_metric": null,
|
| 3 |
"best_model_checkpoint": null,
|
| 4 |
-
"epoch":
|
| 5 |
"eval_steps": 500,
|
| 6 |
"global_step": 20,
|
| 7 |
"is_hyper_param_search": false,
|
|
@@ -9,209 +9,209 @@
|
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
-
"completion_length":
|
| 13 |
-
"epoch": 0.
|
| 14 |
-
"grad_norm": 0.
|
| 15 |
-
"kl": 0.
|
| 16 |
"learning_rate": 4.965903258506806e-07,
|
| 17 |
"loss": 0.0,
|
| 18 |
-
"reward":
|
| 19 |
-
"reward_std":
|
| 20 |
-
"rewards/concensus_correctness_reward_func":
|
| 21 |
-
"rewards/consensus_reward_func": 0.
|
| 22 |
"rewards/cumulative_reward_2": 0.0,
|
| 23 |
-
"rewards/final_correctness_reward_func": 0.
|
| 24 |
-
"rewards/question_recreation_reward_func": 0.
|
| 25 |
"rewards/soft_format_reward_func": 0.0,
|
| 26 |
-
"rewards/strict_format_reward_func": 0.
|
| 27 |
-
"rewards/xmlcount_reward_func": 0.
|
| 28 |
"step": 2
|
| 29 |
},
|
| 30 |
{
|
| 31 |
-
"completion_length":
|
| 32 |
-
"epoch":
|
| 33 |
-
"grad_norm": 0.
|
| 34 |
-
"kl": 0.
|
| 35 |
"learning_rate": 4.698684378016222e-07,
|
| 36 |
"loss": 0.0,
|
| 37 |
-
"reward": 1.
|
| 38 |
-
"reward_std":
|
| 39 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 40 |
-
"rewards/consensus_reward_func": 0.
|
| 41 |
"rewards/cumulative_reward_2": 0.0,
|
| 42 |
-
"rewards/final_correctness_reward_func": 0.
|
| 43 |
-
"rewards/question_recreation_reward_func": 0.
|
| 44 |
-
"rewards/soft_format_reward_func": 0.
|
| 45 |
-
"rewards/strict_format_reward_func": 0.
|
| 46 |
-
"rewards/xmlcount_reward_func": 0.
|
| 47 |
"step": 4
|
| 48 |
},
|
| 49 |
{
|
| 50 |
-
"completion_length":
|
| 51 |
-
"epoch":
|
| 52 |
-
"grad_norm":
|
| 53 |
-
"kl": 0.
|
| 54 |
"learning_rate": 4.193203929064353e-07,
|
| 55 |
"loss": 0.0,
|
| 56 |
-
"reward":
|
| 57 |
-
"reward_std": 2.
|
| 58 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 59 |
-
"rewards/consensus_reward_func": 0.
|
| 60 |
"rewards/cumulative_reward_2": 0.0,
|
| 61 |
-
"rewards/final_correctness_reward_func": 0.
|
| 62 |
-
"rewards/question_recreation_reward_func": 0.
|
| 63 |
"rewards/soft_format_reward_func": 0.0,
|
| 64 |
-
"rewards/strict_format_reward_func": 0.
|
| 65 |
-
"rewards/xmlcount_reward_func":
|
| 66 |
"step": 6
|
| 67 |
},
|
| 68 |
{
|
| 69 |
-
"completion_length":
|
| 70 |
-
"epoch":
|
| 71 |
-
"grad_norm": 0.
|
| 72 |
-
"kl": 0.
|
| 73 |
"learning_rate": 3.5042385616324236e-07,
|
| 74 |
"loss": 0.0,
|
| 75 |
-
"reward":
|
| 76 |
-
"reward_std": 2.
|
| 77 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 78 |
-
"rewards/consensus_reward_func": 0.
|
| 79 |
"rewards/cumulative_reward_2": 0.0,
|
| 80 |
-
"rewards/final_correctness_reward_func": 0.
|
| 81 |
-
"rewards/question_recreation_reward_func": 0.
|
| 82 |
"rewards/soft_format_reward_func": 0.0,
|
| 83 |
"rewards/strict_format_reward_func": 0.0,
|
| 84 |
-
"rewards/xmlcount_reward_func": 0.
|
| 85 |
"step": 8
|
| 86 |
},
|
| 87 |
{
|
| 88 |
-
"completion_length":
|
| 89 |
-
"epoch":
|
| 90 |
-
"grad_norm": 0.
|
| 91 |
-
"kl": 0.
|
| 92 |
"learning_rate": 2.706448363680831e-07,
|
| 93 |
"loss": 0.0,
|
| 94 |
-
"reward":
|
| 95 |
-
"reward_std":
|
| 96 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 97 |
-
"rewards/consensus_reward_func": 0.
|
| 98 |
"rewards/cumulative_reward_2": 0.0,
|
| 99 |
-
"rewards/final_correctness_reward_func": 0.
|
| 100 |
-
"rewards/question_recreation_reward_func": 0.
|
| 101 |
"rewards/soft_format_reward_func": 0.0,
|
| 102 |
-
"rewards/strict_format_reward_func": 0.
|
| 103 |
-
"rewards/xmlcount_reward_func":
|
| 104 |
"step": 10
|
| 105 |
},
|
| 106 |
{
|
| 107 |
-
"completion_length":
|
| 108 |
-
"epoch":
|
| 109 |
-
"grad_norm": 0.
|
| 110 |
-
"kl": 0.
|
| 111 |
"learning_rate": 1.886286282148002e-07,
|
| 112 |
"loss": 0.0,
|
| 113 |
-
"reward":
|
| 114 |
-
"reward_std":
|
| 115 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 116 |
-
"rewards/consensus_reward_func": 0.
|
| 117 |
"rewards/cumulative_reward_2": 0.0,
|
| 118 |
-
"rewards/final_correctness_reward_func": 0.
|
| 119 |
-
"rewards/question_recreation_reward_func": 0.
|
| 120 |
-
"rewards/soft_format_reward_func": 0.
|
| 121 |
-
"rewards/strict_format_reward_func": 0.
|
| 122 |
-
"rewards/xmlcount_reward_func": 0.
|
| 123 |
"step": 12
|
| 124 |
},
|
| 125 |
{
|
| 126 |
-
"completion_length":
|
| 127 |
-
"epoch":
|
| 128 |
-
"grad_norm": 0.
|
| 129 |
-
"kl": 0.
|
| 130 |
"learning_rate": 1.1326296046939333e-07,
|
| 131 |
"loss": 0.0,
|
| 132 |
-
"reward":
|
| 133 |
-
"reward_std":
|
| 134 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 135 |
-
"rewards/consensus_reward_func": 0.
|
| 136 |
"rewards/cumulative_reward_2": 0.0,
|
| 137 |
-
"rewards/final_correctness_reward_func": 0.
|
| 138 |
-
"rewards/question_recreation_reward_func": 0.
|
| 139 |
"rewards/soft_format_reward_func": 0.0,
|
| 140 |
-
"rewards/strict_format_reward_func": 0.
|
| 141 |
-
"rewards/xmlcount_reward_func":
|
| 142 |
"step": 14
|
| 143 |
},
|
| 144 |
{
|
| 145 |
-
"completion_length":
|
| 146 |
-
"epoch":
|
| 147 |
-
"grad_norm": 0.
|
| 148 |
-
"kl": 0.
|
| 149 |
"learning_rate": 5.271487265090163e-08,
|
| 150 |
"loss": 0.0,
|
| 151 |
-
"reward": 1.
|
| 152 |
-
"reward_std":
|
| 153 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 154 |
-
"rewards/consensus_reward_func": 0.
|
| 155 |
"rewards/cumulative_reward_2": 0.0,
|
| 156 |
-
"rewards/final_correctness_reward_func": 0.
|
| 157 |
-
"rewards/question_recreation_reward_func": 0.
|
| 158 |
"rewards/soft_format_reward_func": 0.0,
|
| 159 |
-
"rewards/strict_format_reward_func": 0.
|
| 160 |
-
"rewards/xmlcount_reward_func":
|
| 161 |
"step": 16
|
| 162 |
},
|
| 163 |
{
|
| 164 |
-
"completion_length":
|
| 165 |
-
"epoch":
|
| 166 |
-
"grad_norm": 0.
|
| 167 |
-
"kl": 0.
|
| 168 |
"learning_rate": 1.3545689574841341e-08,
|
| 169 |
"loss": 0.0,
|
| 170 |
-
"reward":
|
| 171 |
-
"reward_std":
|
| 172 |
-
"rewards/concensus_correctness_reward_func":
|
| 173 |
-
"rewards/consensus_reward_func": 0.
|
| 174 |
"rewards/cumulative_reward_2": 0.0,
|
| 175 |
-
"rewards/final_correctness_reward_func": 0.
|
| 176 |
-
"rewards/question_recreation_reward_func": 0.
|
| 177 |
-
"rewards/soft_format_reward_func": 0.
|
| 178 |
-
"rewards/strict_format_reward_func": 0.
|
| 179 |
-
"rewards/xmlcount_reward_func": 0.
|
| 180 |
"step": 18
|
| 181 |
},
|
| 182 |
{
|
| 183 |
-
"completion_length":
|
| 184 |
-
"epoch":
|
| 185 |
-
"grad_norm": 0.
|
| 186 |
-
"kl": 0.
|
| 187 |
"learning_rate": 0.0,
|
| 188 |
"loss": 0.0,
|
| 189 |
-
"reward": 1.
|
| 190 |
-
"reward_std": 1.
|
| 191 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 192 |
-
"rewards/consensus_reward_func": 0.
|
| 193 |
"rewards/cumulative_reward_2": 0.0,
|
| 194 |
"rewards/final_correctness_reward_func": 0.1875,
|
| 195 |
-
"rewards/question_recreation_reward_func": 0.
|
| 196 |
"rewards/soft_format_reward_func": 0.0,
|
| 197 |
-
"rewards/strict_format_reward_func": 0.
|
| 198 |
-
"rewards/xmlcount_reward_func": 0.
|
| 199 |
"step": 20
|
| 200 |
},
|
| 201 |
{
|
| 202 |
-
"epoch":
|
| 203 |
"step": 20,
|
| 204 |
"total_flos": 0.0,
|
| 205 |
-
"train_loss":
|
| 206 |
-
"train_runtime":
|
| 207 |
-
"train_samples_per_second": 0.
|
| 208 |
-
"train_steps_per_second": 0.
|
| 209 |
}
|
| 210 |
],
|
| 211 |
"logging_steps": 2,
|
| 212 |
"max_steps": 20,
|
| 213 |
"num_input_tokens_seen": 0,
|
| 214 |
-
"num_train_epochs":
|
| 215 |
"save_steps": 25,
|
| 216 |
"stateful_callbacks": {
|
| 217 |
"TrainerControl": {
|
|
|
|
| 1 |
{
|
| 2 |
"best_metric": null,
|
| 3 |
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.6956521739130435,
|
| 5 |
"eval_steps": 500,
|
| 6 |
"global_step": 20,
|
| 7 |
"is_hyper_param_search": false,
|
|
|
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
+
"completion_length": 275.84375,
|
| 13 |
+
"epoch": 0.17391304347826086,
|
| 14 |
+
"grad_norm": 0.5431532859802246,
|
| 15 |
+
"kl": 0.0,
|
| 16 |
"learning_rate": 4.965903258506806e-07,
|
| 17 |
"loss": 0.0,
|
| 18 |
+
"reward": 2.6650467291474342,
|
| 19 |
+
"reward_std": 2.158155243843794,
|
| 20 |
+
"rewards/concensus_correctness_reward_func": 1.25,
|
| 21 |
+
"rewards/consensus_reward_func": 0.0,
|
| 22 |
"rewards/cumulative_reward_2": 0.0,
|
| 23 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 24 |
+
"rewards/question_recreation_reward_func": 0.5918593145906925,
|
| 25 |
"rewards/soft_format_reward_func": 0.0,
|
| 26 |
+
"rewards/strict_format_reward_func": 0.0625,
|
| 27 |
+
"rewards/xmlcount_reward_func": 0.5731875039637089,
|
| 28 |
"step": 2
|
| 29 |
},
|
| 30 |
{
|
| 31 |
+
"completion_length": 287.9375,
|
| 32 |
+
"epoch": 0.34782608695652173,
|
| 33 |
+
"grad_norm": 0.6220526099205017,
|
| 34 |
+
"kl": 0.0008928155148169026,
|
| 35 |
"learning_rate": 4.698684378016222e-07,
|
| 36 |
"loss": 0.0,
|
| 37 |
+
"reward": 1.241370052099228,
|
| 38 |
+
"reward_std": 0.9243025183677673,
|
| 39 |
+
"rewards/concensus_correctness_reward_func": 0.06012500077486038,
|
| 40 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 41 |
"rewards/cumulative_reward_2": 0.0,
|
| 42 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 43 |
+
"rewards/question_recreation_reward_func": 0.46774506382644176,
|
| 44 |
+
"rewards/soft_format_reward_func": 0.015625,
|
| 45 |
+
"rewards/strict_format_reward_func": 0.03125,
|
| 46 |
+
"rewards/xmlcount_reward_func": 0.4166249968111515,
|
| 47 |
"step": 4
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"completion_length": 249.15625,
|
| 51 |
+
"epoch": 0.5217391304347826,
|
| 52 |
+
"grad_norm": 0.6066071391105652,
|
| 53 |
+
"kl": 0.0009496234270045534,
|
| 54 |
"learning_rate": 4.193203929064353e-07,
|
| 55 |
"loss": 0.0,
|
| 56 |
+
"reward": 2.198715277016163,
|
| 57 |
+
"reward_std": 2.2292375192046165,
|
| 58 |
+
"rewards/concensus_correctness_reward_func": 0.9726249910891056,
|
| 59 |
+
"rewards/consensus_reward_func": 0.25,
|
| 60 |
"rewards/cumulative_reward_2": 0.0,
|
| 61 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 62 |
+
"rewards/question_recreation_reward_func": 0.4512778203934431,
|
| 63 |
"rewards/soft_format_reward_func": 0.0,
|
| 64 |
+
"rewards/strict_format_reward_func": 0.015625,
|
| 65 |
+
"rewards/xmlcount_reward_func": 0.32168750651180744,
|
| 66 |
"step": 6
|
| 67 |
},
|
| 68 |
{
|
| 69 |
+
"completion_length": 295.125,
|
| 70 |
+
"epoch": 0.6956521739130435,
|
| 71 |
+
"grad_norm": 0.5065525770187378,
|
| 72 |
+
"kl": 0.000867182548972778,
|
| 73 |
"learning_rate": 3.5042385616324236e-07,
|
| 74 |
"loss": 0.0,
|
| 75 |
+
"reward": 1.4596414975821972,
|
| 76 |
+
"reward_std": 2.3959164917469025,
|
| 77 |
+
"rewards/concensus_correctness_reward_func": 0.625,
|
| 78 |
+
"rewards/consensus_reward_func": 0.0,
|
| 79 |
"rewards/cumulative_reward_2": 0.0,
|
| 80 |
+
"rewards/final_correctness_reward_func": 0.3125,
|
| 81 |
+
"rewards/question_recreation_reward_func": 0.5142352376133204,
|
| 82 |
"rewards/soft_format_reward_func": 0.0,
|
| 83 |
"rewards/strict_format_reward_func": 0.0,
|
| 84 |
+
"rewards/xmlcount_reward_func": 0.007906262762844563,
|
| 85 |
"step": 8
|
| 86 |
},
|
| 87 |
{
|
| 88 |
+
"completion_length": 251.125,
|
| 89 |
+
"epoch": 0.8695652173913043,
|
| 90 |
+
"grad_norm": 0.9612711071968079,
|
| 91 |
+
"kl": 0.000932501679926645,
|
| 92 |
"learning_rate": 2.706448363680831e-07,
|
| 93 |
"loss": 0.0,
|
| 94 |
+
"reward": 1.1927235964685678,
|
| 95 |
+
"reward_std": 0.852789081633091,
|
| 96 |
+
"rewards/concensus_correctness_reward_func": 0.06012500077486038,
|
| 97 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 98 |
"rewards/cumulative_reward_2": 0.0,
|
| 99 |
+
"rewards/final_correctness_reward_func": 0.25,
|
| 100 |
+
"rewards/question_recreation_reward_func": 0.47859859373420477,
|
| 101 |
"rewards/soft_format_reward_func": 0.0,
|
| 102 |
+
"rewards/strict_format_reward_func": 0.0,
|
| 103 |
+
"rewards/xmlcount_reward_func": 0.3414999907836318,
|
| 104 |
"step": 10
|
| 105 |
},
|
| 106 |
{
|
| 107 |
+
"completion_length": 272.875,
|
| 108 |
+
"epoch": 1.0,
|
| 109 |
+
"grad_norm": 0.45694512128829956,
|
| 110 |
+
"kl": 0.001253045581203575,
|
| 111 |
"learning_rate": 1.886286282148002e-07,
|
| 112 |
"loss": 0.0,
|
| 113 |
+
"reward": 0.9724048500259718,
|
| 114 |
+
"reward_std": 0.8799567719300588,
|
| 115 |
+
"rewards/concensus_correctness_reward_func": 0.0,
|
| 116 |
+
"rewards/consensus_reward_func": 0.0,
|
| 117 |
"rewards/cumulative_reward_2": 0.0,
|
| 118 |
+
"rewards/final_correctness_reward_func": 0.3333333333333333,
|
| 119 |
+
"rewards/question_recreation_reward_func": 0.3559048945705096,
|
| 120 |
+
"rewards/soft_format_reward_func": 0.020833333333333332,
|
| 121 |
+
"rewards/strict_format_reward_func": 0.020833333333333332,
|
| 122 |
+
"rewards/xmlcount_reward_func": 0.24150000357379517,
|
| 123 |
"step": 12
|
| 124 |
},
|
| 125 |
{
|
| 126 |
+
"completion_length": 260.5,
|
| 127 |
+
"epoch": 1.1739130434782608,
|
| 128 |
+
"grad_norm": 0.6915552616119385,
|
| 129 |
+
"kl": 0.0010410794493509457,
|
| 130 |
"learning_rate": 1.1326296046939333e-07,
|
| 131 |
"loss": 0.0,
|
| 132 |
+
"reward": 1.8954101353883743,
|
| 133 |
+
"reward_std": 2.0276321694254875,
|
| 134 |
+
"rewards/concensus_correctness_reward_func": 0.625,
|
| 135 |
+
"rewards/consensus_reward_func": 0.0,
|
| 136 |
"rewards/cumulative_reward_2": 0.0,
|
| 137 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 138 |
+
"rewards/question_recreation_reward_func": 0.5112538626417518,
|
| 139 |
"rewards/soft_format_reward_func": 0.0,
|
| 140 |
+
"rewards/strict_format_reward_func": 0.03125,
|
| 141 |
+
"rewards/xmlcount_reward_func": 0.5404062494635582,
|
| 142 |
"step": 14
|
| 143 |
},
|
| 144 |
{
|
| 145 |
+
"completion_length": 256.875,
|
| 146 |
+
"epoch": 1.3478260869565217,
|
| 147 |
+
"grad_norm": 0.529171347618103,
|
| 148 |
+
"kl": 0.0008181983212125488,
|
| 149 |
"learning_rate": 5.271487265090163e-08,
|
| 150 |
"loss": 0.0,
|
| 151 |
+
"reward": 1.2549022659659386,
|
| 152 |
+
"reward_std": 0.8138938173651695,
|
| 153 |
+
"rewards/concensus_correctness_reward_func": 0.03125,
|
| 154 |
+
"rewards/consensus_reward_func": 0.0,
|
| 155 |
"rewards/cumulative_reward_2": 0.0,
|
| 156 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 157 |
+
"rewards/question_recreation_reward_func": 0.5938710477203131,
|
| 158 |
"rewards/soft_format_reward_func": 0.0,
|
| 159 |
+
"rewards/strict_format_reward_func": 0.046875,
|
| 160 |
+
"rewards/xmlcount_reward_func": 0.39540625968948007,
|
| 161 |
"step": 16
|
| 162 |
},
|
| 163 |
{
|
| 164 |
+
"completion_length": 282.875,
|
| 165 |
+
"epoch": 1.5217391304347827,
|
| 166 |
+
"grad_norm": 0.6943103075027466,
|
| 167 |
+
"kl": 0.0010103160093422048,
|
| 168 |
"learning_rate": 1.3545689574841341e-08,
|
| 169 |
"loss": 0.0,
|
| 170 |
+
"reward": 2.168053776025772,
|
| 171 |
+
"reward_std": 3.060316674411297,
|
| 172 |
+
"rewards/concensus_correctness_reward_func": 1.25,
|
| 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.5551475305110216,
|
| 177 |
+
"rewards/soft_format_reward_func": 0.015625,
|
| 178 |
+
"rewards/strict_format_reward_func": 0.046875,
|
| 179 |
+
"rewards/xmlcount_reward_func": 0.3004062585532665,
|
| 180 |
"step": 18
|
| 181 |
},
|
| 182 |
{
|
| 183 |
+
"completion_length": 316.40625,
|
| 184 |
+
"epoch": 1.6956521739130435,
|
| 185 |
+
"grad_norm": 0.47805458307266235,
|
| 186 |
+
"kl": 0.0008852209357428364,
|
| 187 |
"learning_rate": 0.0,
|
| 188 |
"loss": 0.0,
|
| 189 |
+
"reward": 1.2087813690304756,
|
| 190 |
+
"reward_std": 1.2030703127384186,
|
| 191 |
+
"rewards/concensus_correctness_reward_func": 0.06012500077486038,
|
| 192 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 193 |
"rewards/cumulative_reward_2": 0.0,
|
| 194 |
"rewards/final_correctness_reward_func": 0.1875,
|
| 195 |
+
"rewards/question_recreation_reward_func": 0.5762188471853733,
|
| 196 |
"rewards/soft_format_reward_func": 0.0,
|
| 197 |
+
"rewards/strict_format_reward_func": 0.046875,
|
| 198 |
+
"rewards/xmlcount_reward_func": 0.275562496855855,
|
| 199 |
"step": 20
|
| 200 |
},
|
| 201 |
{
|
| 202 |
+
"epoch": 1.6956521739130435,
|
| 203 |
"step": 20,
|
| 204 |
"total_flos": 0.0,
|
| 205 |
+
"train_loss": 8.275917508626663e-07,
|
| 206 |
+
"train_runtime": 1309.4025,
|
| 207 |
+
"train_samples_per_second": 0.244,
|
| 208 |
+
"train_steps_per_second": 0.015
|
| 209 |
}
|
| 210 |
],
|
| 211 |
"logging_steps": 2,
|
| 212 |
"max_steps": 20,
|
| 213 |
"num_input_tokens_seen": 0,
|
| 214 |
+
"num_train_epochs": 2,
|
| 215 |
"save_steps": 25,
|
| 216 |
"stateful_callbacks": {
|
| 217 |
"TrainerControl": {
|