ircot
ircot copied to clipboard
How are prompts being picked up?
I am trying to experiment with prompts and I'm unable to check whether the system is picking up my changed prompts?
- I have overwritten the "prompt_file" for my experiment (found by checking out
base_config
for my experiment) inprompts/
folder. - I am running IRCOT with flan-t5-base and have added "print" statements in llm_server/serve.py and commaqa/inference/ircot.py but I still don't see the prompts in the output.
- Are prompts dynamically read along with the dataset during run time?
- What should I change if I want to change prompt for a particular experiment?