Update results
This commit is contained in:
parent
205e8c37b1
commit
54074b1c16
21
README.md
21
README.md
|
@ -15,13 +15,30 @@ model-index:
|
|||
name: Automatic Speech Recognition
|
||||
type: automatic-speech-recognition
|
||||
dataset:
|
||||
name: Librispeech (clean)
|
||||
name: LibriSpeech (clean)
|
||||
type: librispeech_asr
|
||||
args: en
|
||||
config: clean
|
||||
split: test
|
||||
args:
|
||||
language: en
|
||||
metrics:
|
||||
- name: Test WER
|
||||
type: wer
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue