You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on adapting the method (say, prompt-gating) from BART (enc-dec transformers) to GPT2 (dec-only transformers) and stuff.
Regarding the paper, I used prefix-tuning to train my condition vectors (e.g., sentiment, topic, ...) while adding prompt-gates as norms (right like what you did in the paper for bart).
However I found the result a little bit disappointing (not much better than without using norm) when I concatenate them together to do MCTG...
I am wondering if this idea can smoothly generalize to GPT-style models? Do you have such experience or suggestions?
I would definitely appreciate it if hearing response from you :D
The text was updated successfully, but these errors were encountered:
Hi, I am working on adapting the method (say, prompt-gating) from BART (enc-dec transformers) to GPT2 (dec-only transformers) and stuff.
Regarding the paper, I used prefix-tuning to train my condition vectors (e.g., sentiment, topic, ...) while adding prompt-gates as norms (right like what you did in the paper for bart).
However I found the result a little bit disappointing (not much better than without using norm) when I concatenate them together to do MCTG...
I am wondering if this idea can smoothly generalize to GPT-style models? Do you have such experience or suggestions?
I would definitely appreciate it if hearing response from you :D
The text was updated successfully, but these errors were encountered: