Skip to content

Commit

Permalink
Oops removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 11, 2024
1 parent aea3f7f commit 2dccc4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pdelfin/train/dataprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def prepare_data_for_qwen2_training(example, processor, add_batch_dim=False):
padding=True,
return_tensors="np"
)

print(labels["input_ids"].shape)

# Append an <|im_end|>\n" to the labels, because this is what it would look like
# if we passed the whole message stream in there
Expand Down

0 comments on commit 2dccc4b

Please sign in to comment.