Skip to content

Commit

Permalink
[Fix] Remove data args print (PaddlePaddle#9486)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrownFish19 authored Nov 25, 2024
1 parent d68a385 commit 8fd33a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llm/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def tokenize_rounds_example(tokenizer, example, data_args, **kwargs):


def convert_example_common(example, tokenizer, data_args, is_test=True, zero_padding=False, flash_mask=False):
print("data args", data_args)
if data_args.autoregressive:
tokenized_source = tokenize_unsupervised_example(
tokenizer, example, data_args, is_test=True, zero_padding=False, flash_mask=False
Expand Down

0 comments on commit 8fd33a9

Please sign in to comment.