-
Notifications
You must be signed in to change notification settings - Fork 653
Feature: Benchmarks with EleutherAI lm-evaluation-harness #49
New issue
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
Feature: Benchmarks with EleutherAI lm-evaluation-harness #49
Conversation
…e in templates.py
…e, when it does not find code blocks
|
This PR depends on/references PR #47 |
|
Would it make sense to move it as an example in the examples folder instead of the scripts? I think this is similar to the symbolic regresssion benchmark example in the current folder - https://github.com/codelion/openevolve/tree/main/examples/symbolic_regression |
|
Done! |
|
Note: I would like to contribute more benchmark results, but don't really have the compute or (big) budget. Happy for hints if anyone has any. |
Adapter for EleutherAI's lm-evaluation-harness to be able to execute their benchmarks, in particular for non-coding tasks with LLM feedback.
Early implementation, likely some issues with the prompts still, see README.md.