krisezra87 commited on
Commit
2b426b1
·
verified ·
1 Parent(s): d5d80c2

Model save

Browse files
Files changed (4) hide show
  1. README.md +2 -4
  2. all_results.json +4 -4
  3. train_results.json +4 -4
  4. trainer_state.json +23 -8
README.md CHANGED
@@ -1,11 +1,9 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-1.5B-Instruct
3
- datasets: open-r1/verifiable-coding-problems-python
4
  library_name: transformers
5
  model_name: Qwen2.5-1.5B-Open-R1-Code-GRPO
6
  tags:
7
  - generated_from_trainer
8
- - open-r1
9
  - trl
10
  - grpo
11
  licence: license
@@ -13,7 +11,7 @@ licence: license
13
 
14
  # Model Card for Qwen2.5-1.5B-Open-R1-Code-GRPO
15
 
16
- This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on the [open-r1/verifiable-coding-problems-python](https://huggingface.co/datasets/open-r1/verifiable-coding-problems-python) dataset.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  ## Quick start
@@ -29,7 +27,7 @@ print(output["generated_text"])
29
 
30
  ## Training procedure
31
 
32
- [<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/krisezra87-ezras-xyz/huggingface/runs/deegr2ik)
33
 
34
 
35
  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).
 
1
  ---
2
  base_model: Qwen/Qwen2.5-1.5B-Instruct
 
3
  library_name: transformers
4
  model_name: Qwen2.5-1.5B-Open-R1-Code-GRPO
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - grpo
9
  licence: license
 
11
 
12
  # Model Card for Qwen2.5-1.5B-Open-R1-Code-GRPO
13
 
14
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
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/krisezra87-ezras-xyz/huggingface/runs/2lu4u81d)
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": 6.35088568259618e-07,
4
- "train_runtime": 79.2443,
5
  "train_samples": 35735,
6
- "train_samples_per_second": 176.669,
7
- "train_steps_per_second": 6.31
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 6.630085640590623e-07,
4
+ "train_runtime": 74.8932,
5
  "train_samples": 35735,
6
+ "train_samples_per_second": 186.933,
7
+ "train_steps_per_second": 6.676
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 6.35088568259618e-07,
4
- "train_runtime": 79.2443,
5
  "train_samples": 35735,
6
- "train_samples_per_second": 176.669,
7
- "train_steps_per_second": 6.31
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 6.630085640590623e-07,
4
+ "train_runtime": 74.8932,
5
  "train_samples": 35735,
6
+ "train_samples_per_second": 186.933,
7
+ "train_steps_per_second": 6.676
8
  }
trainer_state.json CHANGED
@@ -2,9 +2,9 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 0.05607947390513502,
6
  "eval_steps": 500,
7
- "global_step": 501,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
@@ -7525,13 +7525,28 @@
7525
  "step": 501
7526
  },
7527
  {
7528
- "epoch": 0.05607947390513502,
7529
- "step": 501,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7530
  "total_flos": 0.0,
7531
- "train_loss": 6.35088568259618e-07,
7532
- "train_runtime": 79.2443,
7533
- "train_samples_per_second": 176.669,
7534
- "train_steps_per_second": 6.31
7535
  }
7536
  ],
7537
  "logging_steps": 1,
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 0.05619140898278998,
6
  "eval_steps": 500,
7
+ "global_step": 502,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
 
7525
  "step": 501
7526
  },
7527
  {
7528
+ "clip_ratio": 0.0,
7529
+ "completion_length": 405.5714416503906,
7530
+ "epoch": 0.05619140898278998,
7531
+ "grad_norm": 0.009336894378066063,
7532
+ "kl": 0.02581787109375,
7533
+ "learning_rate": 5.001888090068784e-07,
7534
+ "loss": 0.0003,
7535
+ "num_tokens": 28429.0,
7536
+ "reward": 0.10000000894069672,
7537
+ "reward_std": 0.0,
7538
+ "rewards/code_reward": 0.0,
7539
+ "rewards/format_reward": 1.0,
7540
+ "step": 502
7541
+ },
7542
+ {
7543
+ "epoch": 0.05619140898278998,
7544
+ "step": 502,
7545
  "total_flos": 0.0,
7546
+ "train_loss": 6.630085640590623e-07,
7547
+ "train_runtime": 74.8932,
7548
+ "train_samples_per_second": 186.933,
7549
+ "train_steps_per_second": 6.676
7550
  }
7551
  ],
7552
  "logging_steps": 1,