Update metrics metadata
Browse files
README.md
CHANGED
@@ -18,9 +18,12 @@ model-index:
|
|
18 |
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
-
name: LibriSpeech
|
22 |
type: librispeech_asr
|
23 |
-
|
|
|
|
|
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
@@ -48,7 +51,10 @@ model-index:
|
|
48 |
dataset:
|
49 |
name: Common Voice 8.0
|
50 |
type: mozilla-foundation/common_voice_8_0
|
51 |
-
|
|
|
|
|
|
|
52 |
metrics:
|
53 |
- name: Test WER
|
54 |
type: wer
|
|
|
18 |
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
+
name: LibriSpeech (clean)
|
22 |
type: librispeech_asr
|
23 |
+
config: clean
|
24 |
+
split: test
|
25 |
+
args:
|
26 |
+
language: en
|
27 |
metrics:
|
28 |
- name: Test WER
|
29 |
type: wer
|
|
|
51 |
dataset:
|
52 |
name: Common Voice 8.0
|
53 |
type: mozilla-foundation/common_voice_8_0
|
54 |
+
config: en
|
55 |
+
split: test
|
56 |
+
args:
|
57 |
+
language: en
|
58 |
metrics:
|
59 |
- name: Test WER
|
60 |
type: wer
|