Black-Box-Tuning icon indicating copy to clipboard operation
Black-Box-Tuning copied to clipboard

Can the user-side can obtain the final prompt in literal?

Open LemonQC opened this issue 2 years ago • 1 comments

I found this optimization is about vector after user obtain the results from server. I wander if there any possible to get the final prompt text to help other people to design prompts

LemonQC avatar Aug 31 '22 08:08 LemonQC

No, our prompt is continuous and it may hurt performance if rounding it into a discrete prompt. I'd like to recommend some related works that optimize discrete prompts: https://github.com/txsun1997/LMaaS-Papers#black-box-optimization

txsun1997 avatar Sep 01 '22 09:09 txsun1997