huggingface / huggingface/evaluate

evaluate.load("wer") is returning Filenotfound error

Open
#486 3 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.