gensen icon indicating copy to clipboard operation
gensen copied to clipboard

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning

Results 5 gensen issues
Sort by recently updated
recently updated
newest added

1. GensenSingle was loading model directly to GPU instead of checking with self.cuda(). - When using vocab_expansion 2. Encoder had bug with try,except where it was moving all tensors to...

Thank you for this great contribution. I am currently performing some experiments where it would be very helpful if I had a network that can encode sentences, decode them, and...

I read the peephole GRU implementation in models.py : newgate = F.tanh(i_n + resetgate * h_n + p_n) (line54) hy = newgate + inputgate * (hidden - newgate) . (line...

Hi Sandeep, I would like to encoding tweets to vectors. I can use your pre-trained model. But it is possible to train (warm-start with your pre-trained parameters) your model with...

It would be great if you can release python 3 compatible code, thanks