Skip to content

Commit 9eb672c

Browse files
breaddaerbPanAndy
authored andcommitted
(fix): fix gspo config in doc
1 parent 5d855c6 commit 9eb672c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs_roll/docs/English/UserGuide/algorithms/GSPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ response_length: 4096
2727
ppo_epochs: 1
2828
use_kl_loss: true
2929
kl_loss_coef: 0.001
30-
loss_agg_mode: "seq-mean-token-sum"
30+
loss_agg_mode: "seq-mean-token-mean"
3131

3232
# advantage
3333
whiten_advantages: true

docs_roll/docs/简体中文/使用指南/algorithms/GSPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ response_length: 4096
2727
ppo_epochs: 1
2828
use_kl_loss: true
2929
kl_loss_coef: 0.001
30-
loss_agg_mode: "seq-mean-token-sum"
30+
loss_agg_mode: "seq-mean-token-mean"
3131

3232
# advantage
3333
whiten_advantages: true

examples/docs_examples/example_gspo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ response_length: 4096
5353
ppo_epochs: 1
5454
use_kl_loss: true
5555
kl_loss_coef: 0.001
56-
loss_agg_mode: "seq-mean-token-sum"
56+
loss_agg_mode: "seq-mean-token-mean"
5757

5858
# advantage
5959
whiten_advantages: true

0 commit comments

Comments
 (0)