Yes Yes Jaewook commited on
Commit
92e3718
1 Parent(s): dc1bb88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
- license: wtfpl
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - text-to-speech
6
+ language: ko
7
+ datasets:
8
+ - Jaewook-Ukten
9
+ license: cc-by-4.0
10
  ---
11
+
12
+ ## ESPnet2 TTS model
13
+
14
+ ### yesyesjaewook/jets-jaewook-ukten-ko
15
+
16
+ This model was trained by yesyesjaewook using jaewook_ukten recipe in [espnet](https://github.com/espnet/espnet/).
17
+
18
+ ### Citing ESPnet
19
+
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 Yalta 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
+
40
+ or arXiv:
41
+
42
+ ```bibtex
43
+ @misc{watanabe2018espnet,
44
+ title={ESPnet: End-to-End Speech Processing Toolkit},
45
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
46
+ year={2018},
47
+ eprint={1804.00015},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.CL}
50
+ }
51
+ ```