rl-prompt
rl-prompt copied to clipboard
Accompanying repo for the RLPrompt paper
Hi, Deepak Dev this side. We have a RAG model, Just wanted to know how can I use RL prompt for same. One more thing I wanted to know -...
It seems to have a bug in evaluate function as shown in following: Since it only caculate the metric of last batch in the evaluation set, it maybe alter to...
As I understand, one of the core contributions claimed in the paper is that the whole training does not require the derivatives of LLM, so it saves a lot of...
Hi, thank you for sharing excellent work! I found clear descriptions about the implementation of the baselines your work compared with (Manual Prompt, In-context Demo. ..) for text classification, but...
Hello there, I am working on an application of your work in another setting that is not related to text style transfer or classification. During evaluation, the model almost always...
Without an __init__.py in the package's folder, the package will not be importable. This way, you can do `pip install .` and import the package from anywhere.