Deciphering Numericalized Text (using TextLMDataBunch)

Hello everyone!

I’m working through my own implementation of Lesson 4 with NLP, and I noticed my text was already numericalized, even when calling show_batch() or call predictions as shown below:

Maybe a novice question, but how do I replace the numerical values with their representative vocab words? (I’d love to read the predictions the language model spits out).