Skip to content

Commit 3a57f8a

Browse files
authored
Merge pull request #640 from HarikrishnanBalagopal/fix/typo
fix: typo in log message about validation dataaset
2 parents fafe211 + 09825c4 commit 3a57f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuning/data/setup_dataprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def process_dataargs(
687687
dump_dir,
688688
data_args.num_eval_dataset_shards,
689689
eval_dataset,
690-
"validataion_dataset",
690+
"validation_dataset",
691691
)
692692
logger.info(
693693
"Data Processing execution completed. Datasets saved in %s directory.",

0 commit comments

Comments
 (0)