Inspecting TextDataBunch data

What is the best way to inspect my data when using one of the TextDataBunch sub classes?

There doesn’t even seem to be the equivalent of ‘show_batch’ from the ImageDataBunch object. Ideally I would like to get in and view a few text files, see how they are tokenized, their corresponding labels, etc…

Is there anyway to do something like this?

Yeah that part is still undergoing. If you have ideas to share on what you want to see as a result of show_batch(), I’d definitely be interested.
This will be implemented before next lesson in any case.