huggingface / huggingface/evaluate
evaluate.load("wer") is returning Filenotfound error
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am working in a Kaggle kernel. I have installed and imported evaluate 0.4.0. I tried to call `evaluate.load("wer")`. In response, I am getting `FileNotFoundError: Couldn't find a module script at /kaggle/working/wer/wer.py. Module 'wer' doesn't exist on the Hugging Face Hub either`. Can someone suggest?
```
import numpy as np
import evaluate
evaluate.__version__
'0.4.0'
```
Contributor guide
Assessment
This issue has not been assessed yet.