Results 6 issues of mataney

Hi, thanks for the great works. I see that you are filtering out words that are composed of more than one token: https://github.com/uber-research/PPLM/blob/5f27e191798b832b51cfc9a83697afd83dc4832c/run_pplm.py#L390, which makes it filter quite a bit...

Hey, I was wondering if it is possible to upload a trained model for the CNN\Daily Mail to CodaLab as you did for the SQuAD. This will be very helpful....

When trying to use np.load with smart_open and mmap_mode I'm getting an os.fspath TypeError. ```python >>> import numpy as np >>> from smart_open import open as sopen >>> arr =...

Hey, is it possible to upload the weights for the trained model. This will be very helpful. Thank you.

Hey, what's up? Thanks so much for uploading the code. regarding this line: `def Var(*sz): return Parameter(Arr(*sz)).cuda()` I believe cudaing this decoder parameters is redundant as we are cudaing the...

Hi, thanks for the great work. I was wondering if you can supply the pointers for the copy mechanism? Also, I was not aware of encouraging to copy using BPE...