Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- espnet
|
4 |
+
- audio
|
5 |
+
- automatic-speech-recognition
|
6 |
+
language: et
|
7 |
+
license: cc-by-4.0
|
8 |
+
---
|
9 |
+
|
10 |
+
## Estonian Espnet2 ASR model
|
11 |
+
|
12 |
+
This is a general-purpose Estonian ASR model trained in the Lab of Language Technology at TalTech.
|
13 |
+
|
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 |
+
}
|