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/9yt5mw64)
|
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": 100,
|
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.6296,
|
5 |
"train_samples": 100,
|
6 |
+
"train_samples_per_second": 184.095,
|
7 |
+
"train_steps_per_second": 1.841
|
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": 100,
|
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.6296,
|
5 |
"train_samples": 100,
|
6 |
+
"train_samples_per_second": 184.095,
|
7 |
+
"train_steps_per_second": 1.841
|
8 |
}
|
trainer_state.json
CHANGED
@@ -9,21 +9,13 @@
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"clip_ratio": 0.0,
|
13 |
-
"completion_length": 629.5277777777778,
|
14 |
"epoch": 2.8,
|
15 |
-
"kl": 8.5857179429796e-05,
|
16 |
-
"reward": 0.851686547199885,
|
17 |
-
"reward_std": 0.37670273126827347,
|
18 |
-
"rewards/accuracy_reward": 0.3849206546114551,
|
19 |
-
"rewards/format_reward": 0.1567460395809677,
|
20 |
-
"rewards/tag_count_reward": 0.3100198532144229,
|
21 |
"step": 3,
|
22 |
"total_flos": 0.0,
|
23 |
-
"train_loss": 0.
|
24 |
-
"train_runtime":
|
25 |
-
"train_samples_per_second":
|
26 |
-
"train_steps_per_second":
|
27 |
}
|
28 |
],
|
29 |
"logging_steps": 5,
|
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
|
|
|
|
12 |
"epoch": 2.8,
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"step": 3,
|
14 |
"total_flos": 0.0,
|
15 |
+
"train_loss": 0.0,
|
16 |
+
"train_runtime": 1.6296,
|
17 |
+
"train_samples_per_second": 184.095,
|
18 |
+
"train_steps_per_second": 1.841
|
19 |
}
|
20 |
],
|
21 |
"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:e6e25df1a6475c7c5f1815a6b0d296cd7dccfd262fc4fa85b7c9131060f6cd39
|
3 |
size 8056
|