jmwang66
2023-09-03 f9f7aab35be9b7136a48aa563957458dc6675edb
update repo (#917)

2个文件已添加
32 ■■■■■ 已修改文件
egs/librispeech/branchformer/README.md 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/librispeech/e_branchformer/README.md 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/librispeech/branchformer/README.md
New file
@@ -0,0 +1,16 @@
# Branchformer Result
## Training Config
- Feature info: using raw speech, extracting 80 dims fbank online, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment
- Train config: conf/train_asr_branchformer.yaml
- LM config: LM was not used
## Results (CER)
- Decode config: conf/decode_asr_transformer_beam10_ctc0.3.yaml (ctc weight:0.3)
|   testset   | CER(%)  |
|:-----------:|:-------:|
|    dev_clean     |  2.12   |
|    dev_other     |  5.25   |
|    test_clean     |  2.34   |
|    test_other     |  5.39   |
egs/librispeech/e_branchformer/README.md
New file
@@ -0,0 +1,16 @@
# Branchformer Result
## Training Config
- Feature info: using raw speech, extracting 80 dims fbank online, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment
- Train config: conf/train_asr_e_branchformer.yaml
- LM config: LM was not used
## Results (CER)
- Decode config: conf/decode_asr_transformer_beam10_ctc0.3.yaml (ctc weight:0.3)
|   testset   | CER(%)  |
|:-----------:|:-------:|
|    dev_clean     |  1.97   |
|    dev_other     |  4.75   |
|    test_clean     |  2.15   |
|    test_other     |  4.80   |