huggingface / huggingface/evaluate
Compatibility Issue with datasets library
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
evaluate library use huggingface's [datasets](https://github.com/huggingface/datasets) library.
Datasets' recent version is 2.14.5. But, because of [this PR](https://github.com/huggingface/datasets/pull/6005) which merged at 2.14.0, evaluate library cannot work.
When I use 2.14.5 version, I can't use evaluate's methor metric with the below error.
You must notice dataset's max version.
Contributor guide
Assessment
This issue has not been assessed yet.