Commit Graph
5 Commits
Author SHA1 Message Date
Michael Tu aaff291edb Update Kim CNN SST-1 dataset to use torchtext 0.2.0 (#81) 2017-11-07 21:37:18 -05:00
Peng Shi 511f29a2a6 kim cnn with torchtext (#59)
* kim cnn with torchtext

* model

* import style
2017-10-05 09:38:07 -04:00
Matt Crane a3294339fb Add seed and thread arguments (#43)
So that any experiments can be controlled from the command line, I've set the defaults to what they were hardcoded (for the seed) and num_threads in kim_cnn to be consistent with the default in sm_cnn.
2017-09-01 09:30:01 -04:00
Peng Shi 53e0de03d7 Kim's sentence classification model: Upgrade to Python 3 (#36)
Kim's sentence classification model: Upgrade to Python 3, per issue #31
2017-07-30 08:10:44 +08:00
Peng Shi 7d0a78d1a7 Kim cnn (#21)
Reimplement Kim's sentence classification model #12
2017-04-24 15:53:36 -04:00