mvijay commited on
Commit
072cfd7
1 Parent(s): c215727

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - automatic-speech-recognition
6
+ language: fr
7
+ datasets:
8
+ - openslr
9
+ ---
10
+
11
+ ### Demo: How to use in ESPnet2
12
+ ```python
13
+ # coming soon
14
+ ```
15
+ ### Citing ESPnet
16
+ ```BibTex
17
+ @inproceedings{watanabe2018espnet,
18
+ 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},
19
+ title={{ESPnet}: End-to-End Speech Processing Toolkit},
20
+ year={2018},
21
+ booktitle={Proceedings of Interspeech},
22
+ pages={2207--2211},
23
+ doi={10.21437/Interspeech.2018-1456},
24
+ url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
25
+ }
26
+ @inproceedings{hayashi2020espnet,
27
+ title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit},
28
+ 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},
29
+ booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
30
+ pages={7654--7658},
31
+ year={2020},
32
+ organization={IEEE}
33
+ }
34
+ ```
35
+ or arXiv:
36
+ ```bibtex
37
+ @misc{watanabe2018espnet,
38
+ title={ESPnet: End-to-End Speech Processing Toolkit},
39
+ 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},
40
+ year={2018},
41
+ eprint={1804.00015},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.CL}
44
+ }
45
+ ```