Pratyush-01 commited on
Commit
444313d
·
verified ·
1 Parent(s): 6aaeee1

training: 200 steps final run, lr=1e-5

Browse files
Files changed (1) hide show
  1. train/job_train.py +3 -5
train/job_train.py CHANGED
@@ -247,15 +247,13 @@ PROFILES: dict[str, dict] = {
247
  # stays flat for 50 consecutive steps.
248
  "grpo_lr": "1e-5",
249
  "sft_epochs": "4",
250
- # Budget cap: early stopping will fire well before step 500 if the
251
- # policy converges (reward_std < 0.05 for 50 consecutive steps).
252
- "num_steps": "500",
253
  "num_generations": "4",
254
  "max_completion": "384",
255
  "hub_final_repo": "Pratyush-01/physix-3b-rl",
256
  "hub_ckpt_repo": "Pratyush-01/physix-3b-rl-ckpt",
257
- "sft_run_name": "physix-sft-3b-v4",
258
- "grpo_run_name": "physix-grpo-3b-lr1e5",
259
  },
260
  "7b": {
261
  "base_model": "Qwen/Qwen2.5-7B-Instruct",
 
247
  # stays flat for 50 consecutive steps.
248
  "grpo_lr": "1e-5",
249
  "sft_epochs": "4",
250
+ "num_steps": "200",
 
 
251
  "num_generations": "4",
252
  "max_completion": "384",
253
  "hub_final_repo": "Pratyush-01/physix-3b-rl",
254
  "hub_ckpt_repo": "Pratyush-01/physix-3b-rl-ckpt",
255
+ "sft_run_name": "physix-sft-3b-final",
256
+ "grpo_run_name": "physix-grpo-3b-final",
257
  },
258
  "7b": {
259
  "base_model": "Qwen/Qwen2.5-7B-Instruct",