diff --git a/README.md b/README.md index 403c0a8..26d4bcb 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ result = librispeech_eval.map(map_to_pred, batched=True, batch_size=16, remove_c print("WER:", wer(result["text"], result["transcription"])) ``` +*Result (WER)*: + | "clean" | "other" | |---|---| | 2.2 | 5.2 | \ No newline at end of file