Multi label text classification using Pytorch

Hi. Would someone be so kind to provide me some project examples or tutorials on how to create the Pytorch dataset for multilabel text dataset, as well as trainer class? I am new to Pytorch, and first time doing multi-label text classification, it would be nice if there are some step-by-step tutorials or project examples. Thank you so much! I appreciate your help a lot!
Here is what the data frame looks like. It needs to be preprocessed into a dataset that Pytorch accepts.