Skip to content

pytorch torchtext implementation of Convolutional Neural Networks for Sentence Classification

Notifications You must be signed in to change notification settings

cswangjiawei/pytorch-cnn-sentence-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional Neural Networks for Sentence Classification

This is pytorch implementation of the "Convolutional Neural Networks for Sentence Classification"

requirement

  • pytorch 1.0
  • torchtext 0.4
  • python 3.6

results

Model TREC MR
CNN-rand 92.0 76.5
CNN-pretrain 92.6 78.7

TensorboardX

trec_rand

trec_rand

trec_pretrain

trec_pretrain

MR_rand

MR_rand

MR_pretrain

MR_pretrain

About

pytorch torchtext implementation of Convolutional Neural Networks for Sentence Classification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages