Skip to content

Commit

Permalink
Tune lr
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Feb 19, 2025
1 parent 04381ca commit fb6e4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ Then make sure your dataset contains a `verification_info` column with the follo
}
```

See the [training config](./recipes/Qwen2.5-1.5B-Instruct/grpo/config_demo_code.yaml) for an example with `Qwen2.5-1.5B-Instruct`.

### Launching jobs on a Slurm cluster

If you have access to a Slurm cluster, we provide a `slurm/train.slurm` script that will automatically queue training jobs for you. Here's how you can use it:
Expand Down
2 changes: 1 addition & 1 deletion recipes/Qwen2.5-1.5B-Instruct/grpo/config_demo_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gradient_checkpointing_kwargs:
use_reentrant: false
hub_model_id: Qwen2.5-1.5B-Open-R1-Code-GRPO
hub_strategy: every_save
learning_rate: 5.0e-07
learning_rate: 5.0e-06
log_completions: true
log_level: info
logging_first_step: true
Expand Down

0 comments on commit fb6e4ae

Please sign in to comment.