Jelajahi Sumber

update repo (#917)

jmwang66 2 tahun lalu
induk
melakukan
f9f7aab35b

+ 16 - 0
egs/librispeech/branchformer/README.md

@@ -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   |

+ 16 - 0
egs/librispeech/e_branchformer/README.md

@@ -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   |