From 671b8e7c54179ae59fa935a6df1a9462d25a2ef1 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 8 Feb 2021 17:10:43 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c8898..0d5249a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a transcription = tokenizer.batch_decode(predicted_ids) ``` - ## Evalution + ## Evaluation This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data. @@ -103,4 +103,4 @@ print("WER:", wer(result["text"], result["transcription"])) | "clean" | "other" | |---|---| -| 4.1 | | \ No newline at end of file +| 4.1 | 10.0 | \ No newline at end of file