Skip to content
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] Evaluate multiple metrics simultaneously #1748

Open
1 task
ezeli opened this issue Dec 9, 2024 · 3 comments
Open
1 task

[Feature] Evaluate multiple metrics simultaneously #1748

ezeli opened this issue Dec 9, 2024 · 3 comments
Assignees

Comments

@ezeli
Copy link

ezeli commented Dec 9, 2024

Describe the feature

Is it possible to evaluate multiple metrics at the same time, such as bleu and rouge?

Will you implement it?

  • I would like to implement this feature and create a PR!
@tonysy
Copy link
Collaborator

tonysy commented Dec 10, 2024

You can modify the evaluator for the specific dataset and support multiple metrics simultaneously.

@ezeli
Copy link
Author

ezeli commented Dec 11, 2024

Thanks for your reply, but I think assembling multiple evaluators should be a basic ability.

@acylam
Copy link
Collaborator

acylam commented Jan 6, 2025

Thanks for your reply, but I think assembling multiple evaluators should be a basic ability.

@ezeli You can evaluate multiple metrics for multiple datasets by appending each dataset + evaluator_cfg combination to the dataset config list. Note that each evaluator must support the corresponding dataset in each pair for this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants