We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried running:
evaluate_functional_correctness ./data/example_samples.jsonl
Getting the following error:
File "/Users/brianriviere/projects/human-eval/human_eval/evaluation.py", line 65, in evaluate_functional_correctness args = (problems[task_id], completion, timeout, completion_id[task_id]) KeyError: 'test/0'
Is there something I'm not doing correctly?
The text was updated successfully, but these errors were encountered:
What about "evaluate_functional_correctness data/example_samples.jsonl --problem_file=data/example_problem.jsonl"?
Sorry, something went wrong.
EOFError
thanks Henry, your reply is really helpful
No branches or pull requests
I tried running:
evaluate_functional_correctness ./data/example_samples.jsonl
Getting the following error:
Is there something I'm not doing correctly?
The text was updated successfully, but these errors were encountered: