-
Notifications
You must be signed in to change notification settings - Fork 647
[Feature] Support Dataset Repeat and G-Pass Compute for Each Evaluator #1886
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
Conversation
…into general-gpass
opencompass/configs/datasets/livemathbench/livemathbench_gen_9befbf.py
Outdated
Show resolved
Hide resolved
k=[4, 8, 16], | ||
replication=3, | ||
thresholds=[0.0, 0.25, 0.5, 0.75, 1.0] | ||
url=[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the url for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for defining jude model urls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
open-compass#1886) * support dataset repeat and g-pass compute for each evaluator * fix pre-commit errors * delete print * delete gpassk_evaluator and fix potential errors * change `repeat` to `n` * fix `repeat` to `n` in openicl_eval * update doc for multi-run and g-pass * update latex equation in doc * update eng doc for multi-run and g-pass * update datasets.md * update datasets.md * fix multi-line equation * fix multi-line equation * fix multi-line equation * fix multi-line equation * fix multi-line equation * fix multi-line equation * fix multi-line equation in zh_cn user_guides * mmodify pre-commit-zh-cn * recover pre-commit and edit math expr in doc * del [TIP] * del cite tag in doc * del extract_model param in livemathbench config
Motivation
Modification
__init__
to implement dataset repeat afterload
methodevaluate
method to compute average and g-pass (only accuracy-like evaluators)Checklist
Before PR:
After PR: