Commit
·
d2198fc
1
Parent(s):
6f0b794
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,20 @@ tags:
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Wav2Vec2-Large-960h-Lv60 + Self-Training
|
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
10 |
+
model-index:
|
11 |
+
- name: wav2vec2-base-960h
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: Librispeech (clean)
|
18 |
+
type: librispeech_asr
|
19 |
+
args: en
|
20 |
+
metrics:
|
21 |
+
- name: Test WER
|
22 |
+
type: wer
|
23 |
+
value: 1.9
|
24 |
---
|
25 |
|
26 |
# Wav2Vec2-Large-960h-Lv60 + Self-Training
|