Skip to content

Commit

Permalink
fix split
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyding committed Dec 7, 2024
1 parent 408b96f commit f47cfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/command_utils/data_prep/convert_delta_to_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def convert_delta_to_mds_from_args(
convert_finetuning_dataset_from_args(
dataset='json',
data_subset=None,
splits=[''],
splits=['train'],
preprocessor=None,
data_files=[json_full_filepath],
skip_preprocessing=True,
Expand Down

0 comments on commit f47cfab

Please sign in to comment.