BERT for Dataset with two label columns

Are there any tutorials/notebooks which shows how you can use BERT for multilabel classification? I have a dataset with one input column (a sentence) and two label columns (grade, education). I was searching for a multilabel tutorial, but they were mostly about situations where the sentence have an arbitrary number of labels. In this case, you can only have two. :slight_smile:

See the following link. [Transformers-Tutorials/BERT/Fine_tuning_BERT_(and_friends)_for_multi_label_text_classification.ipynb at master · NielsRogge/Transformers-Tutorials · GitHub]