Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
syrn1k committed Oct 29, 2024
1 parent f5a7d1d commit 9914764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo_alignment/settings/pipelines/train/reinforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class REINFORCETrainerSettings(TrainerSettings):
kl_coef: float = 0.05
mean_baseline_coef: float = 0.1

num_generations: int = 1
num_generations: int = 3
num_samples_for_reward_stats: int = 0

non_eos_penalty: bool = True
Expand Down

0 comments on commit 9914764

Please sign in to comment.