-
Notifications
You must be signed in to change notification settings - Fork 260
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
meteor don't works with latest datasets #480
Comments
Faced the same issue and solved with |
I am still getting the same error. I can use other metrics like bleu and rouge. But when i tried to use Meteor. This was the error : ImportError: cannot import name 'importlib_metadata' from 'datasets.config'. I am not sure what is the issue? |
Need to do a new release - can you install |
Also getting the below error while trying ImportError: cannot import name 'importlib_metadata' from 'datasets.config' (C:\Users\agemawat\Anaconda3\envs\raitext\lib\site-packages\datasets\config.py) |
Me too. This crashed my training code and I couldn't use meteor anymore. Here's a Colab reproduction: https://colab.research.google.com/drive/1JXVodEx5VRWA2GYzjk__FuyOIPauz6Ug?usp=sharing And a traceback:
|
I can replicate this issue too |
Also get this error too |
Can you try to install |
Fixed my issue with |
Could you please explain how fixed the issue this way? I installed importlib-metadata in my conda but still I cannot use the evaluate library with METEOR. Thanks |
We just released a new version of
|
@lhoestq , I still get the error with |
pip install -U evaluate Thanks :) |
datasets dropped python 3.7 support, so this line won't work anymore:
evaluate/metrics/meteor/meteor.py
Line 18 in af3c305
The text was updated successfully, but these errors were encountered: