Skip to content

Commit

Permalink
Update grpo.py (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Some-random authored Feb 5, 2025
1 parent 3fd56dc commit 736b59f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/open_r1/grpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ def make_conversation(example):

# Save everything else on main process
kwargs = {
"finetuned_from": model_args.model_name_or_path,
"dataset": list(script_args.dataset_name),
"dataset_tags": list(script_args.dataset_name),
"dataset_name": script_args.dataset_name,
"tags": ["open-r1"],
}
if trainer.accelerator.is_main_process:
Expand Down

0 comments on commit 736b59f

Please sign in to comment.