Skip to content

An example of multi label classification using Pytorch Lightning and Bert.

Notifications You must be signed in to change notification settings

metehankutlu/movie-genre-prediction-with-bert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of multi label classification using Pytorch Lightning and Bert.

Resources

Stars

Watchers

Forks

Languages