Hi Archiki Prasad,
I want to achieve the result after the Instruction + Examples run_search.py of the InstructGPT curie of table 6, which is 59.44 .
But there is only "Instruction + Positive Examples" mode in function custom_instruction_prompt, no "Instruction + Examples" mode. Thus, I failed to achieve the best results. I don't know if there is a problem with my understanding of the code, or the existing code does not achieve this effect.
I think I need your help to achieve this result, or do you have any suggestions, thanks!
Hi Archiki Prasad,
I want to achieve the result after the Instruction + Examples run_search.py of the InstructGPT curie of table 6, which is 59.44 .
But there is only "Instruction + Positive Examples" mode in function custom_instruction_prompt, no "Instruction + Examples" mode. Thus, I failed to achieve the best results. I don't know if there is a problem with my understanding of the code, or the existing code does not achieve this effect.