Automatic Speech Recognition
ESPnet
English
audio
pyf98 commited on
Commit
e331ba7
1 Parent(s): a61cf4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,6 +15,11 @@ license: cc-by-4.0
15
 
16
  This model was trained by Yifan Peng using librispeech_100 recipe in [espnet](https://github.com/espnet/espnet/).
17
 
 
 
 
 
 
18
  ### Demo: How to use in ESPnet2
19
 
20
  Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)
 
15
 
16
  This model was trained by Yifan Peng using librispeech_100 recipe in [espnet](https://github.com/espnet/espnet/).
17
 
18
+ References:
19
+ - [E-Branchformer: Branchformer with Enhanced merging for speech recognition (SLT 2022)](https://arxiv.org/abs/2210.00077)
20
+ - [Branchformer: Parallel MLP-Attention Architectures to Capture Local and Global Context for Speech Recognition and Understanding (ICML 2022)](https://proceedings.mlr.press/v162/peng22a.html)
21
+
22
+
23
  ### Demo: How to use in ESPnet2
24
 
25
  Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)