From 18b608070104f69e4aa2e35098d4b3b35f79112c Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期二, 25 七月 2023 17:03:53 +0800
Subject: [PATCH] update (#779)

---
 egs/aishell/branchformer/README.md   |   15 +++++++++++++++
 egs/aishell/e_branchformer/README.md |   15 +++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/egs/aishell/branchformer/README.md b/egs/aishell/branchformer/README.md
new file mode 100644
index 0000000..90bba97
--- /dev/null
+++ b/egs/aishell/branchformer/README.md
@@ -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   |
\ No newline at end of file
diff --git a/egs/aishell/e_branchformer/README.md b/egs/aishell/e_branchformer/README.md
new file mode 100644
index 0000000..9b6b238
--- /dev/null
+++ b/egs/aishell/e_branchformer/README.md
@@ -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   |
\ No newline at end of file

--
Gitblit v1.9.1