How do I convert class ids to actual classes?

I am using fastai library and I want to convert the class ids to actual class names from the csvc file. Can someone please help.
Thanks.

@shriramjaju: There is a class_idx_map in the resources section to help you with that.