Skip to content

MagicPenguin301/SampleProjectGoEmotions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample PyTorch/NLP project on the dataset GoEmotions.

  • This is a sample project to demonstrate basic coding skills in PyTorch and NLP.

  • The model is a simple LSTM-based multi-label emotion classifier.

  • The focus is on clean structure and readable code, rather than model performance.

Running the Project

To train, evaluate, and test the model with default settings:

python main.py

To customize model hyperparameters:

python main.py --embedding_size 128 --hidden_size 256 --batch_size 32 --epochs 5 --shuffle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages