Model save
Browse files- README.md +1 -1
- all_results.json +4 -4
- tokenizer.json +2 -2
- train_results.json +4 -4
- trainer_state.json +4 -12
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/gongc1995-city-university-of-hong-kong/huggingface/runs/
|
31 |
|
32 |
|
33 |
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/gongc1995-city-university-of-hong-kong/huggingface/runs/o7bd1r7p)
|
31 |
|
32 |
|
33 |
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 1.4449,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 5190.534,
|
7 |
+
"train_steps_per_second": 53.982
|
8 |
}
|
tokenizer.json
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 1.4449,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 5190.534,
|
7 |
+
"train_steps_per_second": 53.982
|
8 |
}
|
trainer_state.json
CHANGED
@@ -234,21 +234,13 @@
|
|
234 |
"step": 75
|
235 |
},
|
236 |
{
|
237 |
-
"clip_ratio": 0.0,
|
238 |
-
"completion_length": 630.8084576924642,
|
239 |
"epoch": 0.9984,
|
240 |
-
"kl": 0.040715535481770836,
|
241 |
-
"reward": 2.5170717736085257,
|
242 |
-
"reward_std": 0.3583106442044179,
|
243 |
-
"rewards/accuracy_reward": 0.5885416728754839,
|
244 |
-
"rewards/format_reward": 0.9496527860562006,
|
245 |
-
"rewards/tag_count_reward": 0.978877325852712,
|
246 |
"step": 78,
|
247 |
"total_flos": 0.0,
|
248 |
-
"train_loss": 0.
|
249 |
-
"train_runtime":
|
250 |
-
"train_samples_per_second":
|
251 |
-
"train_steps_per_second":
|
252 |
}
|
253 |
],
|
254 |
"logging_steps": 5,
|
|
|
234 |
"step": 75
|
235 |
},
|
236 |
{
|
|
|
|
|
237 |
"epoch": 0.9984,
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
"step": 78,
|
239 |
"total_flos": 0.0,
|
240 |
+
"train_loss": 0.0,
|
241 |
+
"train_runtime": 1.4449,
|
242 |
+
"train_samples_per_second": 5190.534,
|
243 |
+
"train_steps_per_second": 53.982
|
244 |
}
|
245 |
],
|
246 |
"logging_steps": 5,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cfe0f8538cc4c42e2129f52a6782b03291044e7fb8546567700784af60ecc28
|
3 |
size 8056
|