-
Notifications
You must be signed in to change notification settings - Fork 427
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 more model into benchmark and evaluate workflow #1565
add more model into benchmark and evaluate workflow #1565
Conversation
https://github.com/zhulinJulia24/lmdeploy/actions/runs/9015990252 this contains all without qwen moe |
# WSC_datasets # noqa: F401, E501 | ||
# from .datasets.triviaqa.triviaqa_gen_2121ce import \ | ||
# triviaqa_datasets # noqa: F401, E501 | ||
from .datasets.race.race_gen_69ee4f import \ |
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.
The more datasets involves, the more time the evaluation costs.
I suggest keeping eval, gsm8k and mmlu, and remove the rest.
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.
The more datasets involves, the more time the evaluation costs. I suggest keeping eval, gsm8k and mmlu, and remove the rest.
yes. Default datasets is gsm8k and mmlu controlled by workflow input. If I want to evaluate more datesets, I can also use the same workflow with different input. the value is here https://github.com/zhulinJulia24/lmdeploy/blob/497783134da77790096a2a25f10244aa11cef134/.github/workflows/evaluate.yml#L25
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
benchmark test record: https://github.com/zhulinJulia24/lmdeploy/actions/runs/8998731504
evaluation test record: https://github.com/zhulinJulia24/lmdeploy/actions/runs/9012663244