开源语音大模型,用少量数据实现顶尖英文语音识别能力。
Granite-speech: open-source speech-aware LLMs with strong English ASR capabilities
- 用公开语音语料对齐文本与语音,构建轻量语音语言模型。
- 2B/8B参数模型在英文语音识别上超越使用海量私有数据的竞品。
- 支持语音与文本双模式,适合研究和商业部署。
Granite-speech LLMs 是专为英文语音识别(ASR)和自动语音翻译(AST)设计的紧凑高效语音语言模型。通过将2B和8B参数版本的granite-3.3-instruct与公开开源语音语料中的音频输入和文本目标进行模态对齐训练,模型在英文ASR任务上表现优异,优于多个使用数倍更多私有数据训练的竞品模型;在英译主要欧洲语言、日语和中文的AST任务上也保持竞争力。其核心组件包括:使用块注意力和自条件化的Conformer声学编码器(以连接时序分类训练)、用于时间下采样并映射至语言模型嵌入空间的窗口查询变压器语音适配器,以及用于微调的LoRA适配器。Granite-speech-3.3支持两种模式:语音模式激活编码器、投影器和LoRA适配器,完成语音识别与翻译;文本模式直接调用底层granite-3.3-instruct模型(不启用LoRA),保留全部文本模型能力与安全性。两款模型均在HuggingFace开源,可自由用于研究与商业用途,采用宽松的Apache 2.0许可。
原文摘要 · Abstract (English)
Granite-speech LLMs are compact and efficient speech language models specifically designed for English ASR and automatic speech translation (AST). The models were trained by modality aligning the 2B and 8B parameter variants of granite-3.3-instruct to speech on publicly available open-source corpora containing audio inputs and text targets consisting of either human transcripts for ASR or automatically generated translations for AST. Comprehensive benchmarking shows that on English ASR, which was our primary focus, they outperform several competitors' models that were trained on orders of magnitude more proprietary data, and they keep pace on English-to-X AST for major European languages, Japanese, and Chinese. The speech-specific components are: a conformer acoustic encoder using block attention and self-conditioning trained with connectionist temporal classification, a windowed query-transformer speech modality adapter used to do temporal downsampling of the acoustic embeddings and map them to the LLM text embedding space, and LoRA adapters to further fine-tune the text LLM. Granite-speech-3.3 operates in two modes: in speech mode, it performs ASR and AST by activating the encoder, projector, and LoRA adapters; in text mode, it calls the underlying granite-3.3-instruct model directly (without LoRA), essentially preserving all the text LLM capabilities and safety. Both models are freely available on HuggingFace (https://huggingface.co/ibm-granite/granite-speech-3.3-2b and https://huggingface.co/ibm-granite/granite-speech-3.3-8b) and can be used for both research and commercial purposes under a permissive Apache 2.0 license.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。