Lesson 10 nlp Creating the Classifier Data Loader: xxpad only results

Sorry, I thought it was an additional question.

You should be able to solve that by:

dls.show_batch(max_n=10, trunc_at=3000)

You can change the trunc_at value to see more or less of each sample.

More details
here as indicated in the first comment.