Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- espnet
|
4 |
+
- audio
|
5 |
+
- automatic-speech-recognition
|
6 |
+
language: en
|
7 |
+
datasets:
|
8 |
+
- slue-voxceleb
|
9 |
+
license: cc-by-4.0
|
10 |
+
---
|
11 |
+
|
12 |
+
## ESPnet2 ASR model
|
13 |
+
|
14 |
+
### Demo: How to use in ESPnet2
|
15 |
+
|
16 |
+
Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)
|
17 |
+
if you haven't done that already.
|
18 |
+
|
19 |
+
|
20 |
+
### Citing ESPnet
|
21 |
+
|
22 |
+
```BibTex
|
23 |
+
@inproceedings{watanabe2018espnet,
|
24 |
+
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},
|
25 |
+
title={{ESPnet}: End-to-End Speech Processing Toolkit},
|
26 |
+
year={2018},
|
27 |
+
booktitle={Proceedings of Interspeech},
|
28 |
+
pages={2207--2211},
|
29 |
+
doi={10.21437/Interspeech.2018-1456},
|
30 |
+
url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
|
31 |
+
}
|
32 |
+
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
or arXiv:
|
37 |
+
|
38 |
+
```bibtex
|
39 |
+
@misc{watanabe2018espnet,
|
40 |
+
title={ESPnet: End-to-End Speech Processing Toolkit},
|
41 |
+
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},
|
42 |
+
year={2018},
|
43 |
+
eprint={1804.00015},
|
44 |
+
archivePrefix={arXiv},
|
45 |
+
primaryClass={cs.CL}
|
46 |
+
}
|
47 |
+
```
|