Views
No views yet
| Release | RTVE 2022 Test WER | GPUs |
|---|---|---|
| 16-01-23 | 23.45 | 3xRTX2080Ti 12GB |
pip install speechbrain transformers1from speechbrain.pretrained import EncoderASR
2asr_model = EncoderASR.from_hparams(source="Voyager1/asr-wav2vec2-commonvoice-es", savedir="pretrained_models/asr-wav2vec2-commonvoice-es")
3asr_model.transcribe_file("Voyager1/asr-wav2vec2-commonvoice-es/example-es.wav")run_opts={"device":"cuda"} when calling the from_hparams method.1@article{lopez2022tid,
2 title={TID Spanish ASR system for the Albayzin 2022 Speech-to-Text Transcription Challenge},
3 author={L{\'o}pez, Fernando and Luque, Jordi},
4 journal={Proc. IberSPEECH 2022},
5 pages={271--275},
6 year={2022}
7}
8@misc{https://doi.org/10.48550/arxiv.2210.15226,
9 doi = {10.48550/ARXIV.2210.15226},
10 url = {https://arxiv.org/abs/2210.15226},
11 author = {López, Fernando and Luque, Jordi},
12 title = {Iterative pseudo-forced alignment by acoustic CTC loss for self-supervised ASR domain adaptation},
13 publisher = {arXiv},
14 year = {2022},
15 copyright = {Creative Commons Attribution 4.0 International}
16}
17@misc{lleidartve,
18 title={Rtve 2018, 2020 and 2022 database description},
19 author={Lleida, E and Ortega, A and Miguel, A and Baz{\'a}n, V and P{\'e}rez, C and G{\'o}mez, M and de Prada, A}
20}
21@misc{speechbrain,
22 title={{SpeechBrain}: A General-Purpose Speech Toolkit},
23 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},
24 year={2021},
25 eprint={2106.04624},
26 archivePrefix={arXiv},
27 primaryClass={eess.AS},
28 note={arXiv:2106.04624}
29}