Update README.md
This commit is contained in:
parent
7ee7fd3d11
commit
55bb62306c
21
README.md
21
README.md
|
@ -19,13 +19,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: 3.4
|
||||
- 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: 8.6
|
||||
---
|
||||
|
||||
# Wav2Vec2-Base-960h
|
||||
|
|
Loading…
Reference in New Issue