huggingface / evaluate

🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
https://huggingface.co/docs/evaluate
Apache License 2.0
1.96k stars 249 forks source link

`list_evaluation_modules` returns empty list #616

Open MohamedAliRashad opened 3 weeks ago

MohamedAliRashad commented 3 weeks ago

For some reason when i run this:

print(evaluate.list_evaluation_modules(include_community=False))

I get an empty list.

evaluate==0.4.2
strcpy-s commented 3 weeks ago

I also face this problem

yaraaa7 commented 3 weeks ago

are you able to import the evaluate library on google colab on TPU? For some reason my runtime crashes everytime i try to import it, I tried it on a clean notebook and with other libraries and its the same issue. I'm wondering if there's many bugs with the evaluate library itself