mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update (#779)
This commit is contained in:
parent
85fc7d1bf2
commit
18b6080701
15
egs/aishell/branchformer/README.md
Normal file
15
egs/aishell/branchformer/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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 info: lr 0.001, batch_size 10000, 4 gpu(Tesla V100), acc_grad 1, 180 epochs
|
||||
- Train config: conf/train_asr_branchformer.yaml
|
||||
- LM config: LM was not used
|
||||
|
||||
## Results (CER)
|
||||
- Decode config: conf/decode_asr_transformer.yaml (ctc weight:0.4)
|
||||
|
||||
| testset | CER(%) |
|
||||
|:-----------:|:-------:|
|
||||
| dev | 4.15 |
|
||||
| test | 4.51 |
|
||||
15
egs/aishell/e_branchformer/README.md
Normal file
15
egs/aishell/e_branchformer/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# E-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 info: lr 0.001, batch_size 10000, 4 gpu(Tesla V100), acc_grad 1, 180 epochs
|
||||
- Train config: conf/train_asr_e_branchformer.yaml
|
||||
- LM config: LM was not used
|
||||
|
||||
## Results (CER)
|
||||
- Decode config: conf/decode_asr_transformer.yaml (ctc weight:0.4)
|
||||
|
||||
| testset | CER(%) |
|
||||
|:-----------:|:-------:|
|
||||
| dev | 4.10 |
|
||||
| test | 4.52 |
|
||||
Loading…
Reference in New Issue
Block a user