julien-c HF staff commited on
Commit
d8591e4
1 Parent(s): 03a7def

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - text-to-speech
6
+ language: zh
7
+ datasets:
8
+ - csmsc
9
+ license: cc-by-4.0
10
+ widget:
11
+ - text: "请您说得慢些好吗"
12
+ ---
13
+
14
+ ## ESPnet2 TTS model
15
+
16
+ ### `kan-bayashi/csmsc_tacotron2`
17
+
18
+ ♻️ Imported from https://zenodo.org/record/3969118
19
+
20
+ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/).
21
+
22
+
23
+
24
+ ### Demo: How to use in ESPnet2
25
+
26
+ ```python
27
+ # coming soon
28
+ ```
29
+
30
+ ### Citing ESPnet
31
+
32
+ ```BibTex
33
+ @inproceedings{watanabe2018espnet,
34
+ 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},
35
+ title={{ESPnet}: End-to-End Speech Processing Toolkit},
36
+ year={2018},
37
+ booktitle={Proceedings of Interspeech},
38
+ pages={2207--2211},
39
+ doi={10.21437/Interspeech.2018-1456},
40
+ url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
41
+ }
42
+ @inproceedings{hayashi2020espnet,
43
+ title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit},
44
+ 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},
45
+ booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
46
+ pages={7654--7658},
47
+ year={2020},
48
+ organization={IEEE}
49
+ }
50
+ ```
51
+
52
+ or arXiv:
53
+
54
+ ```bibtex
55
+ @misc{watanabe2018espnet,
56
+ title={ESPnet: End-to-End Speech Processing Toolkit},
57
+ 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},
58
+ year={2018},
59
+ eprint={1804.00015},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL}
62
+ }
63
+ ```