PPLM icon indicating copy to clipboard operation
PPLM copied to clipboard

Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.

Results 31 PPLM issues
Sort by recently updated
recently updated
newest added

Hi, I really enjoyed your paper. In this regard, I have following questions that I appreciate your reply, 1) I wonder if it possible to replace the current discriminator which...

Hi, I'm trying PPLM with XLNet instead of GPT-2 and encountered errors regarding the output format. It seems that the GPT-2 model has 3 output values, but the XLNet model...

Small spelling error fixed.

Bumps [torch](https://github.com/pytorch/pytorch) from 1.1.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.8.1 2023-01-02 Resolve RCE vulnerability in localhost WordNet Browser (#3100) Remove unused tool scripts (#3099) Resolve XSS vulnerability...

dependencies

Bumps [transformers](https://github.com/huggingface/transformers) from 3.4.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

In run_pplm_discrim_train.py get_generic_dataset() line 291: `if` add_eos_token: seq = [50256] + seq I assume it addes an eos token to the sequence. However, it seems to be added at the...

In Section 4.3, the paper says, "... we use the distirubtion ~p_(t+1) (instead of a hard sample x_(t+1)), and feed it forward to obtain (a biased) estimate of the next...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...