-
Notifications
You must be signed in to change notification settings - Fork 426
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
add multi model viz #509
add multi model viz #509
Conversation
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.
Thanks a lot for your great work!!! I tested locally, it worked pretty well, except for some subtle enhancements for some corner cases.
Thank you for your detailed review. I just started using OpenCompass and didn't consider some situations. I have made modifications according to the content of the review and pushed a new commit. |
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
* add viz_multi_model.py tool * Modify the viz_multi_model.py script according to the review * highlight multiple optimal scores --------- Co-authored-by: wq.chu <wq.chu@tianrang-inc.com> Co-authored-by: Leymore <zfz-960727@163.com>
* add viz_multi_model.py tool * Modify the viz_multi_model.py script according to the review * highlight multiple optimal scores --------- Co-authored-by: wq.chu <wq.chu@tianrang-inc.com> Co-authored-by: Leymore <zfz-960727@163.com>
Motivation
Added a new tool script that can visually compare the result of different models in the command line.
Modification
Use cases
Model configurations and outputs that can be used for testing: example_configs_and_outputs.zip
use case1: show summarizer of different models, the script will check if the dataset of the model is consistent.
use case2: show metrics in a summary group by adding
--group ceval