2 个仓库
Techniques for quantifying the accuracy of automatic speech recognition systems.
Distinct from Automatic Speech Recognition: Focuses on measuring the success of transcription rather than the act of transcription
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Performance Evaluation. Refine with filters or upvote what's useful.
Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ
Measures speech model performance using external language models and Viterbi decoding for transcription verification.
该项目是一个机器学习工具包,专为自动语音识别引擎的开发、训练和部署而设计。它提供了一个将口语音频转换为书面文本的综合框架,特别支持在中文和英文数据集上训练的模型。 该库利用端到端的神经架构,直接将原始音频输入处理为字符序列,无需中间的语言对齐。它结合了信号处理技术,将声波转换为数值频谱图和特征向量,然后通过迭代的、硬件加速的学习周期来训练声学模型。 该工具包包含一套完整的模型生命周期管理实用程序,包括数据预处理、基于检查点的状态持久化以及性能评估。用户可以通过计算诸如音素编辑距离等指标来评估转录质量,从而量化语音转文本转换的精度。
Quantifies the accuracy of speech recognition systems using phoneme edit distance metrics.