diff --git a/README.md b/README.md index 3222ddf..476f30f 100644 --- a/README.md +++ b/README.md @@ -108,51 +108,6 @@ widget: 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: whisper-large - results: - - task: - name: Automatic Speech Recognition - type: automatic-speech-recognition - dataset: - name: LibriSpeech (clean) - type: librispeech_asr - config: clean - split: test - args: - language: en - metrics: - - name: Test WER - type: wer - value: 3.0 - - task: - name: Automatic Speech Recognition - type: automatic-speech-recognition - dataset: - name: LibriSpeech (other) - type: librispeech_asr - config: other - split: test - args: - language: en - metrics: - - name: Test WER - type: wer - value: 5.4 - - task: - name: Automatic Speech Recognition - type: automatic-speech-recognition - dataset: - name: Common Voice 11.0 - type: mozilla-foundation/common_voice_11_0 - config: hi - split: test - args: - language: hi - metrics: - - name: Test WER - type: wer - value: 54.8 pipeline_tag: automatic-speech-recognition license: apache-2.0 ---