inclusionAI/Ming-UniAudio-16B-A3B 已完整同步
Ming-UniAudio
📑 Technical Report|📖Project Page |🤗 Hugging Face| 🤖 ModelScope
Introduction
Ming-UniAudio is a novel framework that unifies speech understanding, generation, and editing. Its core is a unified continuous speech tokenizer that effectively unifies semantic and acoustic features within an end-to-end model. We developed a speech language model that strikes a balance between generation and understanding capabilities based on the unified continuous audio tokenizer. Leveraging this foundational model, which exhibits robust performance in both domains, we further trained a dedicated speech editing model built upon Ming-Lite-Omni. Crucially, Ming-UniAudio is the first to enable universal, free-form speech editing guided solely by natural language instructions, handling complex semantic and acoustic modifications without manual region specification.
- 🔥 First unified continuous speech tokenizer for both understanding and generation tasks: MingTok-Audio
- 🔥 First Speech LLM with unifed continuous tokenizer for both understanding and generation: Ming-UniAudio
- 🔥 First universal free-form speech editing model for various semantic and acoustic editing task without timestamp condition: Ming-UniAudio-Edit
- 🔥 First benchmark for free-form speech editing: Ming-Freeform-Audio-Edit-Benchmark
📌 Updates
- [2025.09.30] 🔥 We release Ming-UniAudio with significant improvements across speech understanding, generation, and free-form editing tasks.
Key Features
Ming-UniAudio features key optimizations as follows, compared to other audio-assisted LLMs:
-
Unified Continuous Speech Tokenizer: Ming-UniAudio proposes a unified continuous speech tokenizer MingTok-Audio based on a VAE framework with a causal Transformer architecture, the first continuous speech tokenizer to effectively integrate semantic and acoustic features, and enables a closed-loop system with LLMs through hierarchical feature representations, makes it suitable for both understanding and generation tasks
-
Unified Speech Language Model for Generation and Understanding: We pretrain an end-to-end unified speech language model with a single LLM backbone for both understanding and generation tasks, enhanced with a Diffusion Head to ensure high-fidelity speech synthesis.
-
Instruction-Guided Free-Form Speech Editing: We introduce the first instruction-guided, free-form speech editing framework that supports comprehensive semantic and acoustic edits without requiring explicit edit regions, along with Ming-Freeform-Audio-Edit, the first open-source evaluation set for such tasks.
Evaluation
In various benchmark tests, Ming-UniAudio demonstrates highly competitive results compared to industry-leading models of similar scale.
Speech Understanding
| Datasets | Mo |
|---|
12 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_1781_4b446d19b6 --revision c0c606bf8ffbf65bffc6d2b4922ebfcd13799572 --output ./ds_ext_1781_4b446d19b6 --jobs 8
完整帮助:wehub datasets download --help