InstructZero
InstructZero copied to clipboard
Official Implementation of InstructZero; the first framework to optimize bad prompts of ChatGPT(API LLMs) and finally obtain good prompts!
Nice work! I would appreciate it if you could provide me with more about the details when you use APE as the baseline. I think you use chatgpt to generate...
Dear author, I am trying to replicate the results posted in your original paper. However, there are some parameters that are not elaborated clearly in your original paper. Specifically, there...
Traceback (most recent call last): File "/content/InstructZero/InstructZero/experiments/run_instructzero.py", line 6, in from experiments.data.instruction_induction.load_data import load_data ModuleNotFoundError: **No module named 'experiments'** **add __init__.py**
Hi, after reading your code, can i check with you the following regarding how you split your dataset? 1. 5 samples are generated from prompt_gen_data to induce the instruction from...
Dear authors, Thanks for your efforts to release the code. However, it seems that some essential files are missing in this repo. For example, as mentioned in #11, it is...