Replies: 1 comment 4 replies
-
You probably saw this example notebook, but if not, please check it out. Otherwise, I hope that @mayank31398 can give more insights. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
Looking at the documentation on HF for multitask prompt tuning was not very helpful. I dug into the class definition for peft.MultitaskPromptTuningConfig and it seems like prompt_tuning_init_state_dict is how the task specific vanilla tuned source prompts are handled. However, I can't seem to figure out what the content of that dict should look like. Anyone have any insight into this or maybe some example of the using the class/method?
Beta Was this translation helpful? Give feedback.
All reactions