Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,8 @@ pinned: false
|
|
12 |
ESPnet is an end-to-end speech processing toolkit covering end-to-end speech recognition, text-to-speech, speech translation, speech enhancement, speaker diarization, spoken language understanding, and so on.
|
13 |
ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also follows [Kaldi](http://kaldi-asr.org/) style data processing, feature extraction/format, and recipes to provide a complete setup for various speech processing experiments.
|
14 |
|
15 |
-
|
16 |
|
17 |
-
```
|
18 |
@inproceedings{watanabe2018espnet,
|
19 |
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},
|
20 |
title={{ESPnet}: End-to-End Speech Processing Toolkit},
|
@@ -63,4 +62,5 @@ ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also fo
|
|
63 |
journal={arXiv preprint arXiv:2111.14706},
|
64 |
year={2021}
|
65 |
}
|
66 |
-
|
|
|
|
12 |
ESPnet is an end-to-end speech processing toolkit covering end-to-end speech recognition, text-to-speech, speech translation, speech enhancement, speaker diarization, spoken language understanding, and so on.
|
13 |
ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also follows [Kaldi](http://kaldi-asr.org/) style data processing, feature extraction/format, and recipes to provide a complete setup for various speech processing experiments.
|
14 |
|
15 |
+
<details><summary>Citations</summary>
|
16 |
|
|
|
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},
|
|
|
62 |
journal={arXiv preprint arXiv:2111.14706},
|
63 |
year={2021}
|
64 |
}
|
65 |
+
|
66 |
+
</details>
|