I am using Kaggle kernel. After importing evaluate library, I am running evaluate.load("wer")
command and in return I am getting the below message and I am stuck.
FileNotFoundError: Couldn't find a module script at /kaggle/working/wer/wer.py. Module 'wer' doesn't exist on the
Hugging Face Hub either.
import evaluate
evaluate.__version__
'0.4.0'
wer_metric = evaluate.load("wer")
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 help with this?