adding benchmarks
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
|
|
4 |
tags:
|
5 |
- automatic-speech-recognition
|
6 |
- CTC
|
@@ -8,12 +9,44 @@ tags:
|
|
8 |
- Transformer
|
9 |
- pytorch
|
10 |
- speechbrain
|
11 |
-
|
|
|
12 |
datasets:
|
13 |
- librispeech
|
14 |
metrics:
|
15 |
- wer
|
16 |
- cer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: null
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
- CTC
|
|
|
9 |
- Transformer
|
10 |
- pytorch
|
11 |
- speechbrain
|
12 |
+
- hf-asr-leaderboard
|
13 |
+
license: apache-2.0
|
14 |
datasets:
|
15 |
- librispeech
|
16 |
metrics:
|
17 |
- wer
|
18 |
- cer
|
19 |
+
model-index:
|
20 |
+
- name: Transformer+TransformerLM by SpeechBrain
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
name: Automatic Speech Recognition
|
24 |
+
type: automatic-speech-recognition
|
25 |
+
dataset:
|
26 |
+
name: LibriSpeech (clean)
|
27 |
+
type: librispeech_asr
|
28 |
+
config: clean
|
29 |
+
split: test
|
30 |
+
args:
|
31 |
+
language: en
|
32 |
+
metrics:
|
33 |
+
- name: Test WER
|
34 |
+
type: wer
|
35 |
+
value: 2.26
|
36 |
+
- task:
|
37 |
+
name: Automatic Speech Recognition
|
38 |
+
type: automatic-speech-recognition
|
39 |
+
dataset:
|
40 |
+
name: LibriSpeech (other)
|
41 |
+
type: librispeech_asr
|
42 |
+
config: other
|
43 |
+
split: test
|
44 |
+
args:
|
45 |
+
language: en
|
46 |
+
metrics:
|
47 |
+
- name: Test WER
|
48 |
+
type: wer
|
49 |
+
value: 5.52
|
50 |
---
|
51 |
|
52 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|