From 88338305603a4d8db25aca96e669beb5f7dc65cb Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 24 Mar 2022 19:07:13 +0000 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 635d2b1..ee2cd11 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,38 @@ datasets: tags: - audio - automatic-speech-recognition +- hf-asr-leaderboard license: apache-2.0 widget: - example_title: Librispeech sample 1 src: https://cdn-media.huggingface.co/speech_samples/sample1.flac - example_title: Librispeech sample 2 src: https://cdn-media.huggingface.co/speech_samples/sample2.flac +model-index: +- name: wav2vec2-base-960h + results: + - task: + name: Automatic Speech Recognition + type: automatic-speech-recognition + dataset: + name: Librispeech (clean) + type: librispeech_asr + args: en + metrics: + - name: Test WER + type: wer + value: 3.4 + - task: + name: Automatic Speech Recognition + type: automatic-speech-recognition + dataset: + name: Librispeech (other) + type: librispeech_asr + args: en + metrics: + - name: Test WER + type: wer + value: 8.6 --- # Wav2Vec2-Base-960h