Model save
Browse files- README.md +1 -1
- all_results.json +3 -3
- model-00001-of-00004.safetensors +1 -1
- model-00002-of-00004.safetensors +1 -1
- model-00003-of-00004.safetensors +1 -1
- model-00004-of-00004.safetensors +1 -1
- train_results.json +3 -3
- trainer_state.json +20 -13
- 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/shuheikurita/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/shuheikurita/huggingface/runs/hxoo91ej)
|
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": -
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second": 1.
|
7 |
"train_steps_per_second": 0.01
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
+
"train_loss": 4.3852842645719646e-05,
|
4 |
+
"train_runtime": 520.3847,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 1.441,
|
7 |
"train_steps_per_second": 0.01
|
8 |
}
|
model-00001-of-00004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4877660776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c30a72af7c3cdbaedb6c9d031f0114c654c7df6b62f01468216decd2a4ead5d5
|
3 |
size 4877660776
|
model-00002-of-00004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4932751008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02cb1280725bb2bb71bcd5d014f1b948a4a1266c1023a853106059780f6bc768
|
3 |
size 4932751008
|
model-00003-of-00004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4330865200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58a4caeae83e117b32ed5f6f3bf6f738190ebd45e4d7d7b7cc514aba774b79a4
|
3 |
size 4330865200
|
model-00004-of-00004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1089994880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:613cdbf58c9f65787a7ff4bb299a37aec726ad1ea250eee91b11c5c0bc291847
|
3 |
size 1089994880
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
-
"train_loss": -
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 7500,
|
6 |
-
"train_samples_per_second": 1.
|
7 |
"train_steps_per_second": 0.01
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 0.0,
|
3 |
+
"train_loss": 4.3852842645719646e-05,
|
4 |
+
"train_runtime": 520.3847,
|
5 |
"train_samples": 7500,
|
6 |
+
"train_samples_per_second": 1.441,
|
7 |
"train_steps_per_second": 0.01
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,31 +1,38 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 100,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"completion_length":
|
13 |
-
"epoch":
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
|
|
|
|
|
|
18 |
"rewards/format_reward": 0.0011160714784637094,
|
19 |
-
"step":
|
|
|
|
|
|
|
|
|
20 |
"total_flos": 0.0,
|
21 |
-
"train_loss": -
|
22 |
-
"train_runtime":
|
23 |
-
"train_samples_per_second": 1.
|
24 |
"train_steps_per_second": 0.01
|
25 |
}
|
26 |
],
|
27 |
"logging_steps": 5,
|
28 |
-
"max_steps":
|
29 |
"num_input_tokens_seen": 0,
|
30 |
"num_train_epochs": 1,
|
31 |
"save_steps": 500,
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.851063829787234,
|
5 |
"eval_steps": 100,
|
6 |
+
"global_step": 5,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"completion_length": 517.0663162231446,
|
13 |
+
"epoch": 0.851063829787234,
|
14 |
+
"grad_norm": 2.043825149536133,
|
15 |
+
"kl": 0.001093578338623047,
|
16 |
+
"learning_rate": 0.0,
|
17 |
+
"loss": 0.0,
|
18 |
+
"reward": 0.794419676065445,
|
19 |
+
"reward_std": 0.3082874551415443,
|
20 |
+
"rewards/accuracy_reward": 0.7933036014437675,
|
21 |
"rewards/format_reward": 0.0011160714784637094,
|
22 |
+
"step": 5
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"epoch": 0.851063829787234,
|
26 |
+
"step": 5,
|
27 |
"total_flos": 0.0,
|
28 |
+
"train_loss": 4.3852842645719646e-05,
|
29 |
+
"train_runtime": 520.3847,
|
30 |
+
"train_samples_per_second": 1.441,
|
31 |
"train_steps_per_second": 0.01
|
32 |
}
|
33 |
],
|
34 |
"logging_steps": 5,
|
35 |
+
"max_steps": 5,
|
36 |
"num_input_tokens_seen": 0,
|
37 |
"num_train_epochs": 1,
|
38 |
"save_steps": 500,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba36b46b141106ba02b4a8a5c1f80fc2e42f38c1a88c6733a611813a04183d37
|
3 |
size 7544
|