haraheru commited on
Commit
f39422d
·
verified ·
1 Parent(s): 1553927

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-territorial_sleek_impala
5
  tags:
@@ -8,13 +8,14 @@ tags:
8
  - grpo
9
  - gensyn
10
  - I am territorial sleek impala
 
11
  - trl
12
  licence: license
13
  ---
14
 
15
  # Model Card for gensyn-checkpoints-territorial_sleek_impala
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-territorial_sleek_impala
5
  tags:
 
8
  - grpo
9
  - gensyn
10
  - I am territorial sleek impala
11
+ - unsloth
12
  - trl
13
  licence: license
14
  ---
15
 
16
  # Model Card for gensyn-checkpoints-territorial_sleek_impala
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
+ "gate_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "o_proj",
31
+ "k_proj",
32
+ "up_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:ee1a543f126f3f5d98275b0c82f58a26b39028e01c69abdf5f364931d12d172f
3
+ size 73911112
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 4.218931023788173,
4
- "train_runtime": 150.0721,
5
- "train_samples": 28,
6
- "train_samples_per_second": 2.132,
7
- "train_steps_per_second": 0.133
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 8.136904966704605e-07,
4
+ "train_runtime": 1913.4628,
5
+ "train_samples": 20,
6
+ "train_samples_per_second": 0.167,
7
+ "train_steps_per_second": 0.01
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 4.218931023788173,
4
- "train_runtime": 150.0721,
5
- "train_samples": 28,
6
- "train_samples_per_second": 2.132,
7
- "train_steps_per_second": 0.133
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 8.136904966704605e-07,
4
+ "train_runtime": 1913.4628,
5
+ "train_samples": 20,
6
+ "train_samples_per_second": 0.167,
7
+ "train_steps_per_second": 0.01
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": 221.84375,
14
- "epoch": 0.5714285714285714,
15
- "grad_norm": 34.56943893432617,
16
- "kl": 0.0,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
- "reward": 3.9288951698690653,
20
- "reward_std": 1.1124803191050887,
21
- "rewards/concensus_correctness_reward_func": 1.294749990105629,
22
- "rewards/consensus_reward_func": 1.0,
23
  "rewards/cumulative_reward_2": 0.0,
24
- "rewards/final_correctness_reward_func": 0.0,
25
- "rewards/question_recreation_reward_func": 0.7205826984718442,
26
  "rewards/soft_format_reward_func": 0.0,
27
- "rewards/strict_format_reward_func": 0.078125,
28
- "rewards/xmlcount_reward_func": 0.8354375129565597,
29
  "step": 2
30
  },
31
  {
32
- "completion_length": 180.04166666666666,
33
- "epoch": 1.0,
34
- "grad_norm": 35.82617950439453,
35
- "kl": 0.10452407443275054,
36
  "learning_rate": 4.864543104251586e-07,
37
- "loss": 0.0001,
38
- "reward": 6.0388092796007795,
39
- "reward_std": 0.38356546566744026,
40
- "rewards/concensus_correctness_reward_func": 1.939833328127861,
41
- "rewards/consensus_reward_func": 1.5,
42
  "rewards/cumulative_reward_2": 0.0,
43
- "rewards/final_correctness_reward_func": 0.16666666666666666,
44
- "rewards/question_recreation_reward_func": 0.9063508858283361,
45
  "rewards/soft_format_reward_func": 0.0,
46
- "rewards/strict_format_reward_func": 0.375,
47
- "rewards/xmlcount_reward_func": 1.1509583344062169,
48
  "step": 4
49
  },
50
  {
51
- "completion_length": 200.03125,
52
- "epoch": 1.5714285714285714,
53
- "grad_norm": 26.39034080505371,
54
- "kl": 2.5766645671101287,
55
  "learning_rate": 4.472851273490984e-07,
56
- "loss": 0.0026,
57
- "reward": 5.809181839227676,
58
- "reward_std": 0.4371991759398952,
59
- "rewards/concensus_correctness_reward_func": 1.7268749997019768,
60
- "rewards/consensus_reward_func": 1.4375,
61
  "rewards/cumulative_reward_2": 0.0,
62
- "rewards/final_correctness_reward_func": 0.1875,
63
- "rewards/question_recreation_reward_func": 0.9328693635761738,
64
  "rewards/soft_format_reward_func": 0.0,
65
- "rewards/strict_format_reward_func": 0.359375,
66
- "rewards/xmlcount_reward_func": 1.1650625001639128,
67
  "step": 6
68
  },
69
  {
70
- "completion_length": 182.83333333333334,
71
- "epoch": 2.0,
72
- "grad_norm": 25.702749252319336,
73
- "kl": 54736.78004365539,
74
  "learning_rate": 3.867370395306068e-07,
75
- "loss": 41.0526,
76
- "reward": 5.609723289807637,
77
- "reward_std": 0.38764867421317223,
78
- "rewards/concensus_correctness_reward_func": 1.5794999798138936,
79
- "rewards/consensus_reward_func": 1.4166666666666667,
80
  "rewards/cumulative_reward_2": 0.0,
81
- "rewards/final_correctness_reward_func": 0.16666666666666666,
82
- "rewards/question_recreation_reward_func": 0.9849732766548792,
83
  "rewards/soft_format_reward_func": 0.0,
84
- "rewards/strict_format_reward_func": 0.2708333333333333,
85
- "rewards/xmlcount_reward_func": 1.1910833368698757,
86
  "step": 8
87
  },
88
  {
89
- "completion_length": 207.09375,
90
- "epoch": 2.571428571428571,
91
- "grad_norm": 45.36337661743164,
92
- "kl": 2.440667485818267,
93
  "learning_rate": 3.1137137178519977e-07,
94
- "loss": 0.0024,
95
- "reward": 5.608146898448467,
96
- "reward_std": 0.3853573816741118,
97
- "rewards/concensus_correctness_reward_func": 1.5514374934136868,
98
- "rewards/consensus_reward_func": 1.5625,
99
  "rewards/cumulative_reward_2": 0.0,
100
- "rewards/final_correctness_reward_func": 0.0,
101
- "rewards/question_recreation_reward_func": 0.9941156804561615,
102
  "rewards/soft_format_reward_func": 0.0,
103
- "rewards/strict_format_reward_func": 0.328125,
104
- "rewards/xmlcount_reward_func": 1.1719687543809414,
105
  "step": 10
106
  },
107
  {
108
- "completion_length": 177.625,
109
- "epoch": 3.0,
110
- "grad_norm": 4181.13427734375,
111
- "kl": 214.9502143630137,
112
  "learning_rate": 2.2935516363191693e-07,
113
- "loss": 0.1612,
114
- "reward": 5.501051505406697,
115
- "reward_std": 0.4152323539601639,
116
- "rewards/concensus_correctness_reward_func": 1.3809999922911327,
117
- "rewards/consensus_reward_func": 1.4166666666666667,
118
  "rewards/cumulative_reward_2": 0.0,
119
- "rewards/final_correctness_reward_func": 0.3333333333333333,
120
- "rewards/question_recreation_reward_func": 0.9169266273578008,
121
  "rewards/soft_format_reward_func": 0.0,
122
- "rewards/strict_format_reward_func": 0.3125,
123
- "rewards/xmlcount_reward_func": 1.140625,
124
  "step": 12
125
  },
126
  {
127
- "completion_length": 186.71875,
128
- "epoch": 3.571428571428571,
129
- "grad_norm": 140.88648986816406,
130
- "kl": 308.47393083851784,
131
  "learning_rate": 1.4957614383675767e-07,
132
- "loss": 0.3085,
133
- "reward": 6.149121820926666,
134
- "reward_std": 1.6182817905792035,
135
- "rewards/concensus_correctness_reward_func": 2.0923124998807907,
136
- "rewards/consensus_reward_func": 1.375,
137
  "rewards/cumulative_reward_2": 0.0,
138
- "rewards/final_correctness_reward_func": 0.3125,
139
- "rewards/question_recreation_reward_func": 0.9713093787431717,
140
  "rewards/soft_format_reward_func": 0.0,
141
- "rewards/strict_format_reward_func": 0.265625,
142
- "rewards/xmlcount_reward_func": 1.1323750019073486,
143
  "step": 14
144
  },
145
  {
146
- "completion_length": 160.58333333333334,
147
- "epoch": 4.0,
148
- "grad_norm": 8.718925476074219,
149
- "kl": 1.639391768258065,
150
  "learning_rate": 8.067960709356478e-08,
151
- "loss": 0.0012,
152
- "reward": 5.377435078223546,
153
- "reward_std": 0.8237529636050264,
154
- "rewards/concensus_correctness_reward_func": 1.4001666555802028,
155
- "rewards/consensus_reward_func": 1.4166666666666667,
156
  "rewards/cumulative_reward_2": 0.0,
157
- "rewards/final_correctness_reward_func": 0.08333333333333333,
158
- "rewards/question_recreation_reward_func": 0.9555600434541702,
159
  "rewards/soft_format_reward_func": 0.0,
160
- "rewards/strict_format_reward_func": 0.3333333333333333,
161
- "rewards/xmlcount_reward_func": 1.1883749961853027,
162
  "step": 16
163
  },
164
  {
165
- "completion_length": 189.34375,
166
- "epoch": 4.571428571428571,
167
- "grad_norm": 155.6063232421875,
168
- "kl": 8.625189328100532,
169
  "learning_rate": 3.013156219837776e-08,
170
- "loss": 0.0086,
171
- "reward": 5.694100014865398,
172
- "reward_std": 0.40210114730143687,
173
- "rewards/concensus_correctness_reward_func": 1.6176249831914902,
174
- "rewards/consensus_reward_func": 1.625,
175
  "rewards/cumulative_reward_2": 0.0,
176
- "rewards/final_correctness_reward_func": 0.1875,
177
- "rewards/question_recreation_reward_func": 0.9089125599712133,
178
  "rewards/soft_format_reward_func": 0.0,
179
- "rewards/strict_format_reward_func": 0.265625,
180
- "rewards/xmlcount_reward_func": 1.0894374996423721,
181
  "step": 18
182
  },
183
  {
184
- "completion_length": 172.16666666666666,
185
- "epoch": 5.0,
186
- "grad_norm": 57570.94140625,
187
- "kl": 869.4708892249813,
188
  "learning_rate": 3.4096741493194193e-09,
189
- "loss": 0.6521,
190
- "reward": 4.955635358889897,
191
- "reward_std": 0.4001488390301044,
192
- "rewards/concensus_correctness_reward_func": 1.3370000024636586,
193
- "rewards/consensus_reward_func": 1.0833333333333333,
194
  "rewards/cumulative_reward_2": 0.0,
195
  "rewards/final_correctness_reward_func": 0.0,
196
- "rewards/question_recreation_reward_func": 0.9936353713274002,
197
  "rewards/soft_format_reward_func": 0.0,
198
- "rewards/strict_format_reward_func": 0.3541666666666667,
199
- "rewards/xmlcount_reward_func": 1.1875,
200
  "step": 20
201
  },
202
  {
203
- "epoch": 5.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
- "train_loss": 4.218931023788173,
207
- "train_runtime": 150.0721,
208
- "train_samples_per_second": 2.132,
209
- "train_steps_per_second": 0.133
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": 417.21875,
14
+ "epoch": 0.4,
15
+ "grad_norm": 0.5455081462860107,
16
+ "kl": 0.0008443489932687953,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
+ "reward": 1.2102286852896214,
20
+ "reward_std": 1.0121423974633217,
21
+ "rewards/concensus_correctness_reward_func": 0.0,
22
+ "rewards/consensus_reward_func": 0.4375,
23
  "rewards/cumulative_reward_2": 0.0,
24
+ "rewards/final_correctness_reward_func": 0.1875,
25
+ "rewards/question_recreation_reward_func": 0.47594743501394987,
26
  "rewards/soft_format_reward_func": 0.0,
27
+ "rewards/strict_format_reward_func": 0.03125,
28
+ "rewards/xmlcount_reward_func": 0.07803125120699406,
29
  "step": 2
30
  },
31
  {
32
+ "completion_length": 453.5,
33
+ "epoch": 0.8,
34
+ "grad_norm": 1.0747790336608887,
35
+ "kl": 0.0007697510372963734,
36
  "learning_rate": 4.864543104251586e-07,
37
+ "loss": 0.0,
38
+ "reward": 1.4177504740655422,
39
+ "reward_std": 1.4026328399777412,
40
+ "rewards/concensus_correctness_reward_func": 0.001687500043772161,
41
+ "rewards/consensus_reward_func": 0.5625,
42
  "rewards/cumulative_reward_2": 0.0,
43
+ "rewards/final_correctness_reward_func": 0.0,
44
+ "rewards/question_recreation_reward_func": 0.6949379779398441,
45
  "rewards/soft_format_reward_func": 0.0,
46
+ "rewards/strict_format_reward_func": 0.015625,
47
+ "rewards/xmlcount_reward_func": 0.14299999782815576,
48
  "step": 4
49
  },
50
  {
51
+ "completion_length": 366.84375,
52
+ "epoch": 1.2,
53
+ "grad_norm": 0.5992124080657959,
54
+ "kl": 0.000809168501291424,
55
  "learning_rate": 4.472851273490984e-07,
56
+ "loss": 0.0,
57
+ "reward": 1.3867879807949066,
58
+ "reward_std": 1.3449187986552715,
59
+ "rewards/concensus_correctness_reward_func": 0.05756250023841858,
60
+ "rewards/consensus_reward_func": 0.5,
61
  "rewards/cumulative_reward_2": 0.0,
62
+ "rewards/final_correctness_reward_func": 0.0,
63
+ "rewards/question_recreation_reward_func": 0.5688504725694656,
64
  "rewards/soft_format_reward_func": 0.0,
65
+ "rewards/strict_format_reward_func": 0.015625,
66
+ "rewards/xmlcount_reward_func": 0.2447500005364418,
67
  "step": 6
68
  },
69
  {
70
+ "completion_length": 381.875,
71
+ "epoch": 1.6,
72
+ "grad_norm": 0.3977244198322296,
73
+ "kl": 0.0007945733377709985,
74
  "learning_rate": 3.867370395306068e-07,
75
+ "loss": 0.0,
76
+ "reward": 1.0844756625592709,
77
+ "reward_std": 0.8270599953830242,
78
+ "rewards/concensus_correctness_reward_func": 0.02468749973922968,
79
+ "rewards/consensus_reward_func": 0.1875,
80
  "rewards/cumulative_reward_2": 0.0,
81
+ "rewards/final_correctness_reward_func": 0.0,
82
+ "rewards/question_recreation_reward_func": 0.6176319215446711,
83
  "rewards/soft_format_reward_func": 0.0,
84
+ "rewards/strict_format_reward_func": 0.0,
85
+ "rewards/xmlcount_reward_func": 0.25465625058859587,
86
  "step": 8
87
  },
88
  {
89
+ "completion_length": 422.0,
90
+ "epoch": 2.0,
91
+ "grad_norm": 0.4323352873325348,
92
+ "kl": 0.0006908488758199383,
93
  "learning_rate": 3.1137137178519977e-07,
94
+ "loss": 0.0,
95
+ "reward": 1.3483711397275329,
96
+ "reward_std": 1.2780026979744434,
97
+ "rewards/concensus_correctness_reward_func": 0.039062499068677425,
98
+ "rewards/consensus_reward_func": 0.625,
99
  "rewards/cumulative_reward_2": 0.0,
100
+ "rewards/final_correctness_reward_func": 0.25,
101
+ "rewards/question_recreation_reward_func": 0.431089892052114,
102
  "rewards/soft_format_reward_func": 0.0,
103
+ "rewards/strict_format_reward_func": 0.015625,
104
+ "rewards/xmlcount_reward_func": -0.012406245456077158,
105
  "step": 10
106
  },
107
  {
108
+ "completion_length": 362.71875,
109
+ "epoch": 2.4,
110
+ "grad_norm": 0.49867168068885803,
111
+ "kl": 0.0007399736059596762,
112
  "learning_rate": 2.2935516363191693e-07,
113
+ "loss": 0.0,
114
+ "reward": 1.1108369305729866,
115
+ "reward_std": 1.005900513380766,
116
+ "rewards/concensus_correctness_reward_func": 0.016499999910593033,
117
+ "rewards/consensus_reward_func": 0.375,
118
  "rewards/cumulative_reward_2": 0.0,
119
+ "rewards/final_correctness_reward_func": 0.0,
120
+ "rewards/question_recreation_reward_func": 0.49521198123693466,
121
  "rewards/soft_format_reward_func": 0.0,
122
+ "rewards/strict_format_reward_func": 0.03125,
123
+ "rewards/xmlcount_reward_func": 0.19287499599158764,
124
  "step": 12
125
  },
126
  {
127
+ "completion_length": 314.0,
128
+ "epoch": 2.8,
129
+ "grad_norm": 1.8715404272079468,
130
+ "kl": 0.0008920223699533381,
131
  "learning_rate": 1.4957614383675767e-07,
132
+ "loss": 0.0,
133
+ "reward": 1.492088682949543,
134
+ "reward_std": 1.0026938766241074,
135
+ "rewards/concensus_correctness_reward_func": -0.004687500186264515,
136
+ "rewards/consensus_reward_func": 0.5625,
137
  "rewards/cumulative_reward_2": 0.0,
138
+ "rewards/final_correctness_reward_func": 0.25,
139
+ "rewards/question_recreation_reward_func": 0.5516511481255293,
140
  "rewards/soft_format_reward_func": 0.0,
141
+ "rewards/strict_format_reward_func": 0.015625,
142
+ "rewards/xmlcount_reward_func": 0.11699998192489147,
143
  "step": 14
144
  },
145
  {
146
+ "completion_length": 304.59375,
147
+ "epoch": 3.2,
148
+ "grad_norm": 0.5505232810974121,
149
+ "kl": 0.0009955409914255142,
150
  "learning_rate": 8.067960709356478e-08,
151
+ "loss": 0.0,
152
+ "reward": 1.6902727112174034,
153
+ "reward_std": 0.727166909724474,
154
+ "rewards/concensus_correctness_reward_func": 0.032999999821186066,
155
+ "rewards/consensus_reward_func": 0.6875,
156
  "rewards/cumulative_reward_2": 0.0,
157
+ "rewards/final_correctness_reward_func": 0.0,
158
+ "rewards/question_recreation_reward_func": 0.5042102001607418,
159
  "rewards/soft_format_reward_func": 0.0,
160
+ "rewards/strict_format_reward_func": 0.0,
161
+ "rewards/xmlcount_reward_func": 0.46556251123547554,
162
  "step": 16
163
  },
164
  {
165
+ "completion_length": 289.59375,
166
+ "epoch": 3.6,
167
+ "grad_norm": 0.6342034339904785,
168
+ "kl": 0.000844866008264944,
169
  "learning_rate": 3.013156219837776e-08,
170
+ "loss": 0.0,
171
+ "reward": 1.9497819244861603,
172
+ "reward_std": 1.0366131216287613,
173
+ "rewards/concensus_correctness_reward_func": 0.0,
174
+ "rewards/consensus_reward_func": 0.75,
175
  "rewards/cumulative_reward_2": 0.0,
176
+ "rewards/final_correctness_reward_func": 0.125,
177
+ "rewards/question_recreation_reward_func": 0.6218756604939699,
178
  "rewards/soft_format_reward_func": 0.0,
179
+ "rewards/strict_format_reward_func": 0.0,
180
+ "rewards/xmlcount_reward_func": 0.4529062481597066,
181
  "step": 18
182
  },
183
  {
184
+ "completion_length": 404.3125,
185
+ "epoch": 4.0,
186
+ "grad_norm": 0.7241014838218689,
187
+ "kl": 0.0007424046125379391,
188
  "learning_rate": 3.4096741493194193e-09,
189
+ "loss": 0.0,
190
+ "reward": 1.7487756162881851,
191
+ "reward_std": 1.3057930991053581,
192
+ "rewards/concensus_correctness_reward_func": 0.04499999922700226,
193
+ "rewards/consensus_reward_func": 0.875,
194
  "rewards/cumulative_reward_2": 0.0,
195
  "rewards/final_correctness_reward_func": 0.0,
196
+ "rewards/question_recreation_reward_func": 0.5349631533026695,
197
  "rewards/soft_format_reward_func": 0.0,
198
+ "rewards/strict_format_reward_func": 0.015625,
199
+ "rewards/xmlcount_reward_func": 0.27818750124424696,
200
  "step": 20
201
  },
202
  {
203
+ "epoch": 4.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
+ "train_loss": 8.136904966704605e-07,
207
+ "train_runtime": 1913.4628,
208
+ "train_samples_per_second": 0.167,
209
+ "train_steps_per_second": 0.01
210
  }
211
  ],
212
  "logging_steps": 2,
213
  "max_steps": 20,
214
  "num_input_tokens_seen": 0,
215
+ "num_train_epochs": 4,
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:f3ab5140359ad9477026a3086757538e96dc8b269a9f61270fc58f7b93643ea8
3
- size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed90e4452f86665212b8c15189b1ac85f7ce1e368cd29efcdac71b9835ad1e7f
3
+ size 5944