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

Migrate metrics used in all examples from Datasets to Evaluate #18306

Open
sgugger opened this issue Jul 26, 2022 · 0 comments
Open

Migrate metrics used in all examples from Datasets to Evaluate #18306

sgugger opened this issue Jul 26, 2022 · 0 comments

Comments

@sgugger
Copy link
Member

@sgugger sgugger commented Jul 26, 2022

The metrics are slowly leaving Datasets (they are being deprecated as we speak) to move to the Evaluate library. We are looking for contributors to help us with the move.

Normally, the migration should be as easy as replacing the import of load_metric from Datasets to the same function in Evaluate. To fix all tests, a dependency to evaluate will need to be added in the requirements file (this is the link for PyTorch, there is another one for the Flax examples).

If you're interested in contributing, please reply to this issue with the examples you plan to move.

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

No branches or pull requests

1 participant