Skip to content

Commit 9f1c43e

Browse files
committed
Add results
1 parent edd591d commit 9f1c43e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ make KALDI=/path/to/kaldi TOOL=/path/to/save/tools
1313
### Corpus
1414
- ASR
1515
- AISHELL-1
16+
- AISHELL-2
1617
- AMI
1718
- CSJ
1819
- LaboroTVSpeech
1920
- Librispeech
20-
- Switchboard (+ Fisher)
21+
- Switchboard (+Fisher)
2122
- TEDLIUM2/TEDLIUM3
2223
- TIMIT
2324
- WSJ
@@ -61,6 +62,7 @@ make KALDI=/path/to/kaldi TOOL=/path/to/save/tools
6162
- Deep fusion [[link](https://arxiv.org/abs/1503.03535)]
6263
- Forward-backward attention decoding [[link](https://www.isca-speech.org/archive/Interspeech_2018/abstracts/1160.html)]
6364
- Ensemble decoding
65+
- internal LM estimation [[link](https://arxiv.org/abs/2011.01991)]
6466
- Attention type
6567
- location-based
6668
- content-based
@@ -108,6 +110,11 @@ Multi-task learning (MTL) with different units are supported to alleviate data s
108110
| Transformer | 5.0 | 5.4 |
109111
| Streaming MMA | 5.5 | 6.1 |
110112

113+
### AISHELL-2 (CER)
114+
| Model | test_android | test_ios | test_mic |
115+
| ----------- | ------------ | -------- | -------- |
116+
| Conformer LAS | 6.1 | 5.5 | 5.9 |
117+
111118
### CSJ (WER)
112119
| Model | eval1 | eval2 | eval3 |
113120
| -------------- | ----- | ----- | ----- |

examples/aishell2/s5/RESULTS.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Conformer-LAS + SpecAugment (no LM), hierarchical subsample1/8
2+
- conf: `conf/asr/conformer_kernel15_clamp10_hie_subsample8_las_ln_large.yaml`
3+
- decoding parameters
4+
- epoch: 30
5+
- n_average: 10
6+
- beam width: 10
7+
- lm_weight: 0.0
8+
9+
| Eval Set | # Snt | # Wrd | Corr | Sub | Del | Ins | Err | S.Err |
10+
| -------- | ----- | ----- | ---- | --- | --- | --- | --- | ----- |
11+
|test_android|5000|49532|94.0|5.8|0.2|0.1|**6.1**|36.7|
12+
|test_ios|5000|49532|94.6|5.2|0.2|0.1|**5.5**|34.1|
13+
|test_mic|5000|49532|94.3|5.6|0.2|0.1|**5.9**|35.7|

0 commit comments

Comments
 (0)