Skip to content

Collect and Implement Neural Text Classification Models by Pytorch

License

Notifications You must be signed in to change notification settings

yuanzhiKe/PyTorch-Text-Classifers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch-Text-Classifers

Collect and Implement Neural Text Classification Models by Pytorch

Requirement

  • GPU
  • CUDA
  • PyTorch

Implemented Models

  • FastText [Joulin et al. 2017]
  • MLP
  • Stacked Convolutional Neural Network
  • Parallel Convolutional Neural Network [Kim 2014]
  • LSTM (Bidirectional/Unidirectional/Self-attention Supported)
  • Transformer [Vaswani 2017] (Only Encoder + Softmax for classification)

Guidance

For details and quick start, see the README in the corresponding folder to each model.

TODO LIST

About

Collect and Implement Neural Text Classification Models by Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages