Oops removing print

This commit is contained in:
Jake Poznanski 2024-10-11 16:23:14 +00:00
parent aea3f7f1fe
commit 2dccc4be3b

View File

@ -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