Make sure all arrays contain the same number of samples

i keed getting errors like this
should i use binary_crossentropy (im using it in this file)?

What’s the output of:
print(train_padded_seq.shape, train_label_seq.shape, val_padded_seq.shape, val_label_seq.shape)

all my out puts are correct

i found the mistake i should have used sentences instead of train_sentences