storm icon indicating copy to clipboard operation
storm copied to clipboard

Prompts folder is missing

Open czy1999 opened this issue 2 months ago • 2 comments

Great work!

The provided evaluation code includes a argument that references a prompt file path:

parser.add_argument("--prompt_template_path", default="./prompts/eval_prometheus_no_ref.prompt",

However, the expected directory structure in the repository does not include a prompts folder. This discrepancy prevents the code from running successfully as it cannot find the specified file.

czy1999 avatar Apr 22 '24 11:04 czy1999