CL-MASR
收藏SpeechBrain Benchmarks
数据集概述
SpeechBrain Benchmarks 是一个包含多个标准化基准测试的数据集,旨在评估和比较不同语音处理模型和技术的性能。这些基准测试与 SpeechBrain 工具包相关联。
包含的基准测试
- CL_MASR: 用于评估持续学习技术,特别是针对语音识别中新语言的持续学习。
- MP3S: 用于公平评估自监督语音表示的基准测试。
- MOABB: 用于评估神经模型在著名脑电图任务(如运动想象、P300 和 SSVEP)中的性能。
- DASB: 用于评估离散音频令牌在广泛的判别和生成任务中的性能。
安装指南
-
克隆 GitHub 仓库并安装要求: bash git clone https://github.com/speechbrain/benchmarks.git cd benchmarks git submodule update --init --recursive cd speechbrain pip install -r requirements.txt pip install -e .
-
在 Python 代码中访问 SpeechBrain: python import speechbrain as sb
测试安装
确保安装正确,运行以下命令: bash pytest tests pytest --doctest-modules speechbrain
运行实验
在 SpeechBrain 中,可以使用以下步骤为任何任务训练模型: python cd recipes/<dataset>/<task>/ python experiment.py params.yaml
结果将保存在 YAML 文件中指定的 output_folder 中。
引用 SpeechBrain
如果使用 SpeechBrain 进行研究或商业用途,请引用以下内容: bibtex @misc{speechbrain, title={{SpeechBrain}: A General-Purpose Speech Toolkit}, 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}, year={2021}, eprint={2106.04624}, archivePrefix={arXiv}, primaryClass={eess.AS}, note={arXiv:2106.04624} }




