--- license: apache-2.0 datasets: - mozilla-foundation/common_voice_16_1 - openslr/librispeech_asr language: - en metrics: - wer library_name: transformers model-index: - name: SpeechLLM 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: 12.3 - 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: 18.9 - task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: Common Voice 16.1 type: common_voice_16_1 split: test args: language: en metrics: - name: Test WER type: wer value: 25.01 ---