From 75579fb619b8a6c199f9b5af513a81004349ce65 Mon Sep 17 00:00:00 2001 From: Seungduk Kim Date: Wed, 13 Mar 2024 02:20:40 +0000 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f7444c71f..99432fa32b 100644 --- a/README.md +++ b/README.md @@ -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.