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