Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
seungduk-yanolja committed Mar 13, 2024
1 parent 59ccd21 commit 75579fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ datasets:
# For `completion` datsets only, uses the provided field instead of `text` column
field:

# If true, the datasets will not be shuffled and will keep their original order in `datasets`.
# The same applies to the `test_datasets` option and the `pretraining_dataset` option. Default is false.
not_shuffle_merged_datasets: false
# If false, the datasets will not be shuffled and will keep their original order in `datasets`.
# The same applies to the `test_datasets` option and the `pretraining_dataset` option. Default is true.
shuffle_merged_datasets: true

# A list of one or more datasets to eval the model with.
# You can use either test_datasets, or val_set_size, but not both.
Expand Down

0 comments on commit 75579fb

Please sign in to comment.