Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/mix_math/mix_math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ algorithm:
clip_range: 0.2
use_token_level_loss_in_sft: true
use_dynamic_bsz: true
repeat_times: 8
ppo_mini_batch_size: 320
ppo_micro_batch_size_per_gpu: 4
ngpus_trainer: 4
Expand All @@ -25,7 +24,7 @@ cluster:
node_num: 1
gpu_per_node: 8
buffer:
total_epochs: 1
total_epochs: 10
batch_size: 40
max_retry_times: 3
max_retry_interval: 1
Expand Down Expand Up @@ -56,6 +55,7 @@ buffer:
storage_type: queue
path: /PATH/TO/BUFFER/
sft_warmup_dataset:
total_epochs: 10
name: math_sft
storage_type: file
algorithm_type: sft
Expand Down