Skip to content

Commit

Permalink
Update tuning/data/setup_dataprocessor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yu Chin Fabian Lim <[email protected]>
Signed-off-by: Hari <[email protected]>
  • Loading branch information
HarikrishnanBalagopal and fabianlim authored Dec 21, 2024
1 parent af1961c commit 99a5ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/data/setup_dataprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _get_pretokenized_dataset_handlers(data_args, packing, is_eval_tokenized):


### Data format 2
def _get_dataset_formatting_handlers(data_args, packing, padding_free: str = ""):
def _get_dataset_formatting_handlers(data_args, packing, padding_free):

if data_args.response_template is None:
if packing is False:
Expand Down

0 comments on commit 99a5ebb

Please sign in to comment.