shuheikurita commited on
Commit
f7bd884
·
verified ·
1 Parent(s): 6cdf204

Model save

Browse files
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/bbn8kalc)
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": -0.0055115707218647,
4
- "train_runtime": 312.6496,
5
  "train_samples": 7500,
6
- "train_samples_per_second": 1.199,
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:23c14f6bfb72c89d4f34b8d04ce14789497a4fd112ecc774bceae0ed22a83832
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:e2b9052683a6e1362240df4cd2ab173b87ddfd63e1ba804f56f325ce72f84180
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:62b0d06d01a2609dc266ec63ff2a4fd112823fa1b141863baf401ab5ceac342a
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:03c823986e7579a785a55e63983b70e1f55a163c921904d909a4b65c1150f4d5
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": -0.0055115707218647,
4
- "train_runtime": 312.6496,
5
  "train_samples": 7500,
6
- "train_samples_per_second": 1.199,
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": 1.0,
5
  "eval_steps": 100,
6
- "global_step": 3,
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": 523.3298619588217,
13
- "epoch": 1.0,
14
- "kl": 0.0003174146016438802,
15
- "reward": 0.7875744352738062,
16
- "reward_std": 0.3135776606698831,
17
- "rewards/accuracy_reward": 0.7864583656191826,
 
 
 
18
  "rewards/format_reward": 0.0011160714784637094,
19
- "step": 3,
 
 
 
 
20
  "total_flos": 0.0,
21
- "train_loss": -0.0055115707218647,
22
- "train_runtime": 312.6496,
23
- "train_samples_per_second": 1.199,
24
  "train_steps_per_second": 0.01
25
  }
26
  ],
27
  "logging_steps": 5,
28
- "max_steps": 3,
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:95d2d4b4e7c94c87d21458c375e3df7027c724d1a42c486545b75e1d27684772
3
  size 7544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba36b46b141106ba02b4a8a5c1f80fc2e42f38c1a88c6733a611813a04183d37
3
  size 7544