Views
No views yet
| Release | eval clean CER | eval other CER | GPUs |
|---|---|---|---|
| 04-16-24 | 7.40% | 7.96% | 2xA100 40GB |
!pip install git+https://github.com/speechbrain/speechbrain.git1from speechbrain.pretrained import EncoderDecoderASR
2asr_model = EncoderDecoderASR.from_hparams(source="ddwkim/asr-conformer-transformerlm-ksponspeech", savedir="pretrained_models/asr-conformer-transformerlm-ksponspeech", run_opts={"device":"cuda"})
3asr_model.transcribe_file("ddwkim/asr-conformer-transformerlm-ksponspeech/record_0_16k.wav")run_opts={"device":"cuda"} when calling the from_hparams method.git clone https://github.com/speechbrain/speechbrain/1cd speechbrain
2pip install -r requirements.txt
3pip install .1cd recipes/KsponSpeech/ASR/transformer
2python train.py hparams/conformer_medium.yaml --data_folder=your_data_folder1@misc{speechbrain,
2 title={{SpeechBrain}: A General-Purpose Speech Toolkit},
3 author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
4 year={2021},
5 eprint={2106.04624},
6 archivePrefix={arXiv},
7 primaryClass={eess.AS},
8 note={arXiv:2106.04624}
9}1@misc{returnzero,
2 title = {ReturnZero Conformer Korean ASR model},
3 author = {Dongwon Kim and Dongwoo Kim and Jeongkyu Roh},
4 year = {2021},
5 howpublished = {\url{https://huggingface.co/ddwkim/asr-conformer-transformerlm-ksponspeech}},
6}1@Article{app10196936,
2AUTHOR = {Bang, Jeong-Uk and Yun, Seung and Kim, Seung-Hi and Choi, Mu-Yeol and Lee, Min-Kyu and Kim, Yeo-Jeong and Kim, Dong-Hyun and Park, Jun and Lee, Young-Jik and Kim, Sang-Hun},
3TITLE = {KsponSpeech: Korean Spontaneous Speech Corpus for Automatic Speech Recognition},
4JOURNAL = {Applied Sciences},
5VOLUME = {10},
6YEAR = {2020},
7NUMBER = {19},
8ARTICLE-NUMBER = {6936},
9URL = {https://www.mdpi.com/2076-3417/10/19/6936},
10ISSN = {2076-3417},
11DOI = {10.3390/app10196936}
12}