Update results

This commit is contained in:
Anton Lozhkov 2022-05-23 16:13:42 +00:00 committed by huggingface-web
parent 205e8c37b1
commit 54074b1c16
1 changed files with 19 additions and 2 deletions

View File

@ -15,13 +15,30 @@ model-index:
name: Automatic Speech Recognition name: Automatic Speech Recognition
type: automatic-speech-recognition type: automatic-speech-recognition
dataset: dataset:
name: Librispeech (clean) name: LibriSpeech (clean)
type: librispeech_asr type: librispeech_asr
args: en config: clean
split: test
args:
language: en
metrics: metrics:
- name: Test WER - name: Test WER
type: wer type: wer
value: 1.9 value: 1.9
- 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: 3.9
--- ---
# Wav2Vec2-Large-960h-Lv60 + Self-Training # Wav2Vec2-Large-960h-Lv60 + Self-Training