peft icon indicating copy to clipboard operation
peft copied to clipboard

Add Late Prompt Tuning

Open jackapbutler opened this issue 2 years ago • 1 comments

Overview

Late Prompt Tuning: A Late Prompt Could Be Better Than Many Prompts has shown that prompt tuning can sometimes be more effective if the prompt generation is placed closer to the output signal in the later layers of the transformer architecture.

I think this would be a nice addition to the existing techniques in peft.

Task

  1. Understand Late Prompt Tuning: A Late Prompt Could Be Better Than Many Prompts
  2. Integrate the method into peft
  3. Benchmark and test it against other methods in the repository

(happy to consider doing this issue myself if possible)

jackapbutler avatar Feb 15 '23 10:02 jackapbutler

Hello @jackapbutler, PR for integrating Late Prompt Tuning is welcome. Looking forward to it 😄.

pacman100 avatar Feb 24 '23 06:02 pacman100

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

github-actions[bot] avatar Apr 28 '23 15:04 github-actions[bot]