Update README.md
This commit is contained in:
parent
6f0b7949d1
commit
d2198fc3e2
14
README.md
14
README.md
|
@ -7,6 +7,20 @@ tags:
|
||||||
- audio
|
- audio
|
||||||
- automatic-speech-recognition
|
- automatic-speech-recognition
|
||||||
license: apache-2.0
|
license: apache-2.0
|
||||||
|
model-index:
|
||||||
|
- name: wav2vec2-base-960h
|
||||||
|
results:
|
||||||
|
- task:
|
||||||
|
name: Automatic Speech Recognition
|
||||||
|
type: automatic-speech-recognition
|
||||||
|
dataset:
|
||||||
|
name: Librispeech (clean)
|
||||||
|
type: librispeech_asr
|
||||||
|
args: en
|
||||||
|
metrics:
|
||||||
|
- name: Test WER
|
||||||
|
type: wer
|
||||||
|
value: 1.9
|
||||||
---
|
---
|
||||||
|
|
||||||
# Wav2Vec2-Large-960h-Lv60 + Self-Training
|
# Wav2Vec2-Large-960h-Lv60 + Self-Training
|
||||||
|
|
Loading…
Reference in New Issue