Skip to content

Commit

Permalink
Change default data format from mmap to jsonl in RM / PPO
Browse files Browse the repository at this point in the history
  • Loading branch information
odelalleau committed Dec 1, 2023
1 parent 94288ef commit 6338473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nlp/gpt/conf/gpt_ppo_actor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ model:
precision: ${trainer.precision}

data:
data_impl: mmap
data_impl: jsonl
splits_string: null
seq_length: ${model.encoder_seq_length}
skip_warmup: True
Expand Down
2 changes: 1 addition & 1 deletion examples/nlp/gpt/conf/training_rm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ model:
min_lr: 9e-7

data:
data_impl: mmap
data_impl: jsonl
splits_string: null
seq_length: ${model.encoder_seq_length}
skip_warmup: True
Expand Down

0 comments on commit 6338473

Please sign in to comment.