We present Kimi-Audio, an open-source audio foundation model that excels in audio understanding, generation, and conversation. We detail the practices in building Kimi-Audio, including model architecture, data curation, training recipe, inference deployment, and evaluation. Specifically, we leverage a 12.5Hz audio tokenizer, design a novel LLM-based architecture with continuous features as input and discrete tokens as output, and develop a chunk-wise streaming detokenizer based on flow matching. We curate a pre-training dataset that consists of more than 13 million hours of audio data covering a wide range of modalities including speech, sound, and music, and build a pipeline to construct high-quality and diverse post-training data. Initialized from a pre-trained LLM, Kimi-Audio is continual pre-trained on both audio and text data with several carefully designed tasks, and then fine-tuned to support a diverse of audio-related tasks. Extensive evaluation shows that Kimi-Audio achieves state-of-the-art performance on a range of audio benchmarks including speech recognition, audio understanding, audio question answering, and speech conversation. We release the codes, model checkpoints, as well as the evaluation toolkits in https://github.com/MoonshotAI/Kimi-Audio.
核心贡献 · Key contributions
提出了一种新颖的基于 LLM 的架构,以连续特征作为输入、离散标记作为输出,用于音频处理。 Proposes a novel LLM-based architecture with continuous features as input and discrete tokens as output for audio.
整理了超过 1300 万小时的音频预训练数据集,涵盖语音、声音和音乐。 Curates a pre-training dataset of over 13 million hours of audio covering speech, sound, and music.
开发了基于流匹配的逐块流式解标记器,用于低延迟语音生成。 Develops a chunk-wise streaming detokenizer based on flow matching for low-latency speech generation.
在语音识别、音频理解、音频问答和语音对话基准测试中取得了最先进的性能。 Achieves state-of-the-art performance on speech recognition, audio understanding, audio question answering, and speech conversation benchmarks.
向社区开源了代码、模型检查点和评估工具包。 Releases open-source codes, model checkpoints, and evaluation toolkits to the community.
局限 · Limitations
预训练依赖 ASR 转录,忽略了副语言和环境音频信息。 Pre-training relies on ASR transcription, neglecting paralinguistic and environmental audio information.