PPCM
PPCM copied to clipboard
Plug-and-Play Conversational Models
Hi, The idea of applying adapters to chatbot is great! However, when I run `python train_supervised_adapter.py --dataset SENT --label very_negative --iter 75 --lr 6.25e-4`, I got an error: "get_ppl() missing...
Hi! I can see in your code that you had experiment with Entailment discriminating-control. but I can't see the result of that in your paper. How was your result? Does...
Hi, I wonder that is it possible to control Bag-of-Words (i.e., introduced in PPLM paper)? If possible, then how to control it, and can you explain a description at the...
Hi, When I run `interact_adapter.py`, I used the below shell script. ```python #!/bin/bash python3 main.py -D sentiment --label_class 2 --length 30 --num_samples 10 --interact --verbose --sample_starter 10 --load_check_point_adapter runs/very_positive_0/pytorch_model.bin ```...