huggingface / huggingface/evaluate
FileNotFoundError: Couldn't find a module script at /data1/yangyan/code/mms_finetune/wer/wer.py. Module 'wer' doesn't exist on the Hugging Face Hub either
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
when I runing the code below:
`wer_metric = evaluate.load("wer")`
i got the error as follow:
Traceback (most recent call last):
File "mms_finetune.py", line 134, in
wer_metric = load("wer")
File "/root/miniconda3/envs/wenetliubq/lib/python3.8/site-packages/evaluate/loading.py", line 747, in load
evaluation_module = evaluation_module_factory(
File "/root/miniconda3/envs/wenetliubq/lib/python3.8/site-packages/evaluate/loading.py", line 680, in evaluation_module_factory
raise FileNotFoundError(
FileNotFoundError: Couldn't find a module script at /data1/yangyan/code/mms_finetune/wer/wer.py. Module 'wer' doesn't exist on the Hugging Face Hub either.
Contributor guide
Assessment
This issue has not been assessed yet.