Yusuke Mori
Yusuke Mori
Hello, I want to ask about the difference between `BAG_OF_WORDS_ARCHIVE_MAP` in this repository and HuggingFace Transformers examples/research-projects/pplm. In run_pplm.py in this repository, https://github.com/uber-research/PPLM/blob/5b262d6b625fae063e085a1f59aa40b7c7854fb5/run_pplm.py#L58-L68 On the contrary, in run_pplm.py in the...
Hi, Thank you for sharing your great work! I have a question about how to handle `input_embeds` in the PPLM code. When I look `run_pplm.py`, I found something I cannot...
Hello, In README.md, you wrote that the training steps are 40000 at most. However, when I tried to reproduce the fine-tuned model you kindly provide, it seems the training steps...