From f9f7aab35be9b7136a48aa563957458dc6675edb Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期日, 03 九月 2023 21:33:51 +0800
Subject: [PATCH] update repo (#917)

---
 egs/librispeech/e_branchformer/README.md |   16 ++++++++++++++++
 egs/librispeech/branchformer/README.md   |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/egs/librispeech/branchformer/README.md b/egs/librispeech/branchformer/README.md
new file mode 100644
index 0000000..880d33e
--- /dev/null
+++ b/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   |
\ No newline at end of file
diff --git a/egs/librispeech/e_branchformer/README.md b/egs/librispeech/e_branchformer/README.md
new file mode 100644
index 0000000..dcce878
--- /dev/null
+++ b/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   |
\ No newline at end of file

--
Gitblit v1.9.1