Commit 697d0fb4 authored by jameskrw's avatar jameskrw
Browse files

updated config

parent 1a93882b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ actor_rollout_ref:
    use_dynamic_bsz: False
    ppo_max_token_len_per_gpu: 16384 # n * ${data.max_prompt_length} + ${data.max_response_length}
    grad_clip: 1.0
    grad_norm_threshold: 10000
    grad_norm_threshold: 1000
    clip_ratio: 0.2
    entropy_coeff: 0.001
    use_kl_loss: False # True for GRPO