prekshaupatel commited on
Commit
69415c4
1 Parent(s): ec1214c

added README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - automatic-speech-recognition
6
+ language: ml
7
+ datasets:
8
+ - openslr
9
+ ---
10
+ ## ESPnet2 ASR pretrained model
11
+ ### ``
12
+
13
+ This model was trained by Preksha Patel, Ruben Mampilli, and Bharani Ujjaini Kempaiah using egs2/asr1 recipe in [espnet](https://github.com/espnet/espnet/).
14
+
15
+ ### Demo: How to use in ESPnet2
16
+ ```python
17
+ # coming soon
18
+ ```
19
+ ### Citing ESPnet
20
+ ```BibTex
21
+ @inproceedings{watanabe2018espnet,
22
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
23
+ title={{ESPnet}: End-to-End Speech Processing Toolkit},
24
+ year={2018},
25
+ booktitle={Proceedings of Interspeech},
26
+ pages={2207--2211},
27
+ doi={10.21437/Interspeech.2018-1456},
28
+ url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
29
+ }
30
+ @inproceedings{hayashi2020espnet,
31
+ title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit},
32
+ author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu},
33
+ booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
34
+ pages={7654--7658},
35
+ year={2020},
36
+ organization={IEEE}
37
+ }
38
+ ```
39
+ or arXiv:
40
+ ```bibtex
41
+ @misc{watanabe2018espnet,
42
+ title={ESPnet: End-to-End Speech Processing Toolkit},
43
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
44
+ year={2018},
45
+ eprint={1804.00015},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CL}
48
+ }
49
+ ```