Using Metadata along with Text data in Text Classification

I have a bunch of text files each belonging to one of the 10 classes. I also have some metadata information (in tabular format) which is required to classify these text files. I have created a TextDataBunch using the NLP lecture as reference but I am not able figure out how can I pass the metadata information along with Text Data to improve my classifier.