You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performing emotion classification on a kaggle dataset using models such as Logistic Regression, LSTM Neural Network, and DistilBERT, a transform-based model.
Download the train, test, and val .txt files from the kaggle data card and place them in a folder titled 'data'.
Run the code.ipynb file
About
Performing emotion classification on a kaggle dataset using models such as Logistic Regression, LSTM Neural Network, and DistilBERT, a transform-based model.