Instructions to use espnet/su_openslr36 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/su_openslr36 with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/su_openslr36" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
| tags: | |
| - espnet | |
| - audio | |
| - automatic-speech-recognition | |
| language: su | |
| datasets: | |
| - su_openslr36 | |
| license: cc-by-4.0 | |
| ## ESPnet2 ASR pretrained model | |
| ### `su_openslr36` | |
| ♻️ Imported from https://zenodo.org/record/5090135/ | |
| This model was trained by su_openslr36 using su_openslr36/asr1 recipe in [espnet](https://github.com/espnet/espnet/). | |
| ### Demo: How to use in ESPnet2 | |
| ```python | |
| # coming soon | |
| ``` | |
| ### Citing ESPnet | |
| ```BibTex | |
| @inproceedings{watanabe2018espnet, | |
| 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}, | |
| title={{ESPnet}: End-to-End Speech Processing Toolkit}, | |
| year={2018}, | |
| booktitle={Proceedings of Interspeech}, | |
| pages={2207--2211}, | |
| doi={10.21437/Interspeech.2018-1456}, | |
| url={http://dx.doi.org/10.21437/Interspeech.2018-1456} | |
| } | |
| ``` | |
| or arXiv: | |
| ```bibtex | |
| @misc{watanabe2018espnet, | |
| title={ESPnet: End-to-End Speech Processing Toolkit}, | |
| 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}, | |
| year={2018}, | |
| eprint={1804.00015}, | |
| archivePrefix={arXiv}, | |
| primaryClass={cs.CL} | |
| } | |
| ``` |