Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- audio
|
7 |
- speech
|
8 |
- automatic-speech-recognition
|
|
|
9 |
license: apache-2.0
|
10 |
widget:
|
11 |
- example_title: Librispeech sample 1
|
@@ -19,13 +20,30 @@ model-index:
|
|
19 |
name: Automatic Speech Recognition
|
20 |
type: automatic-speech-recognition
|
21 |
dataset:
|
22 |
-
name:
|
23 |
type: librispeech_asr
|
24 |
-
|
|
|
|
|
|
|
25 |
metrics:
|
26 |
- name: Test WER
|
27 |
type: wer
|
28 |
value: 10.61
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# SEW-tiny
|
|
|
6 |
- audio
|
7 |
- speech
|
8 |
- automatic-speech-recognition
|
9 |
+
- hf-asr-leaderboard
|
10 |
license: apache-2.0
|
11 |
widget:
|
12 |
- example_title: Librispeech sample 1
|
|
|
20 |
name: Automatic Speech Recognition
|
21 |
type: automatic-speech-recognition
|
22 |
dataset:
|
23 |
+
name: LibriSpeech (clean)
|
24 |
type: librispeech_asr
|
25 |
+
config: clean
|
26 |
+
split: test
|
27 |
+
args:
|
28 |
+
language: en
|
29 |
metrics:
|
30 |
- name: Test WER
|
31 |
type: wer
|
32 |
value: 10.61
|
33 |
+
- task:
|
34 |
+
name: Automatic Speech Recognition
|
35 |
+
type: automatic-speech-recognition
|
36 |
+
dataset:
|
37 |
+
name: LibriSpeech (other)
|
38 |
+
type: librispeech_asr
|
39 |
+
config: other
|
40 |
+
split: test
|
41 |
+
args:
|
42 |
+
language: en
|
43 |
+
metrics:
|
44 |
+
- name: Test WER
|
45 |
+
type: wer
|
46 |
+
value: 23.74
|
47 |
---
|
48 |
|
49 |
# SEW-tiny
|