Movie Genre Prediction with Bert An example of multi label classification using Pytorch Lightning and Bert. Requirements - conda Installation conda env create --name <envname> -f environments.yml conda activate <envname> Training python train.py Prediction python predict.py Reference Transformers Pytorch Lightning