uber-research / PPLM

Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
Apache License 2.0
1.13k stars 202 forks source link

How to use attribute models, gamma, top_k and discriminators? #13

Closed songproducer closed 4 years ago

songproducer commented 4 years ago

I am running run_pplm_discrim_train.py and it looks like it’ll finish its first epoch overnight. Will that result in producing a file?

I’m interested in how to use different attribute models and discriminators.

It’s a lot of fun experimenting with this software. I’m also unsure how gamma, temperature and top_k affect the text. I’d really appreciate any guidance.

shamoons commented 4 years ago

Any help on this?