Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,56 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
-
|
5 |
-
-
|
6 |
language:
|
7 |
- en
|
8 |
metrics:
|
9 |
- wer
|
10 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- mozilla-foundation/common_voice_16_1
|
5 |
+
- openslr/librispeech_asr
|
6 |
language:
|
7 |
- en
|
8 |
metrics:
|
9 |
- wer
|
10 |
library_name: transformers
|
11 |
+
model-index:
|
12 |
+
- name: SpeechLLM
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: LibriSpeech (clean)
|
19 |
+
type: librispeech_asr
|
20 |
+
config: clean
|
21 |
+
split: test
|
22 |
+
args:
|
23 |
+
language: en
|
24 |
+
metrics:
|
25 |
+
- name: Test WER
|
26 |
+
type: wer
|
27 |
+
value: 12.3
|
28 |
+
- task:
|
29 |
+
name: Automatic Speech Recognition
|
30 |
+
type: automatic-speech-recognition
|
31 |
+
dataset:
|
32 |
+
name: LibriSpeech (other)
|
33 |
+
type: librispeech_asr
|
34 |
+
config: other
|
35 |
+
split: test
|
36 |
+
args:
|
37 |
+
language: en
|
38 |
+
metrics:
|
39 |
+
- name: Test WER
|
40 |
+
type: wer
|
41 |
+
value: 18.9
|
42 |
+
|
43 |
+
- task:
|
44 |
+
name: Automatic Speech Recognition
|
45 |
+
type: automatic-speech-recognition
|
46 |
+
dataset:
|
47 |
+
name: Common Voice 16.1
|
48 |
+
type: common_voice_16_1
|
49 |
+
split: test
|
50 |
+
args:
|
51 |
+
language: en
|
52 |
+
metrics:
|
53 |
+
- name: Test WER
|
54 |
+
type: wer
|
55 |
+
value: 25.01
|
56 |
---
|