Evaluate.load() is returning Filenotfound error

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?

Hi I get the exact same error but i dont know why… Maybe the wer metric isnt yet loadable?