mbspeech-mn
收藏资源简介:
MBSpeech Mongolian (cleaned) 是一个经过质量过滤和规范化的蒙古语语音数据集,源自 MBSpeech Mongolian(圣经朗读语音),专为训练蒙古语(喀尔喀方言、西里尔字母)文本转语音系统而构建。该数据集由 oron-cleaner 工具清洗生成,所有门控阈值均在此语料库上校准,并随数据提供每个片段的各项测量值。数据集包含 2995 个音频片段,总时长约 5.40 小时,所有音频由一位专业男性叙述者录制,以 24 kHz 单声道 WAV 格式内联存储于 Parquet 分片中。数据分为训练集(2795 个片段,5.05 小时)和保留集(200 个片段,0.35 小时),保留集在句子层面上与训练集不重叠,确保文本评估的无偏性。每个样本提供 24 个字段,包括音频数组、原始和规范化转录文本、对齐分数、ASR 字符错误率、信噪比、带宽、DNSMOS 感知质量分数、F0 均值、音高置信度、时长、性别标签及来源、说话人标识等。文本经过蒙古语规范化处理(数字扩展、小型大写字母折叠、缩写和单位扩展),规范化后的字符串同时作为训练目标和 CER 参考。清洗流程包括八步门控:时长、削波/直流偏移、Silero VAD、信噪比、带宽、DNSMOS、MMS-FA 强制对齐和 ASR CER 二次检查,所有测量值均保留为字段,允许用户自行调整过滤阈值。该数据集适用于文本转语音(TTS)和自动语音识别(ASR)任务,特别是零样本语音克隆训练。需注意:数据集仅包含一种语言变体(朗读风格)、一位说话人,覆盖率有限;推断的性别标签(基于F0)可能不准确;使用者应遵守语音克隆伦理,不得未经同意合成可识别个人身份的语音。数据集采用 MIT 许可证。
MBSpeech Mongolian (cleaned) is a quality-filtered and normalized Mongolian speech dataset derived from MBSpeech Mongolian (Bible reading speech), specifically built for training Mongolian (Khalkha dialect, Cyrillic script) text-to-speech systems. It was cleaned using the oron-cleaner tool, with all gating thresholds calibrated on this corpus, and each fragments measurements are provided along with the data. The dataset contains 2995 audio clips totaling approximately 5.40 hours, all recorded by a professional male narrator in 24 kHz mono WAV format stored inline in Parquet shards. The data is split into a training set (2795 clips, 5.05 hours) and a held-out set (200 clips, 0.35 hours), with the held-out set non-overlapping at the sentence level to ensure unbiased text evaluation. Each sample provides 24 fields including audio array, original and normalized transcription text, alignment score, ASR character error rate, signal-to-noise ratio, bandwidth, DNSMOS perceptual quality score, F0 mean, pitch confidence, duration, gender label and source, speaker identifier, etc. The text undergoes Mongolian normalization (digit expansion, small caps folding, abbreviation and unit expansion), and the normalized string serves as both the training target and CER reference. The cleaning pipeline includes eight gating steps: duration, clipping/DC offset, Silero VAD, SNR, bandwidth, DNSMOS, MMS-FA forced alignment, and ASR CER secondary check, with all measurements preserved as fields, allowing users to adjust filtering thresholds. The dataset is suitable for text-to-speech (TTS) and automatic speech recognition (ASR) tasks, especially zero-shot voice cloning training. Note: The dataset contains only one language variant (reading style), one speaker, limited coverage; inferred gender labels (based on F0) may be inaccurate; users should adhere to voice cloning ethics and not synthesize identifiable personal speech without consent. The dataset is licensed under MIT.
MBSpeech Mongolian(清洗版)数据集概述
基本信息
- 语言:蒙古语(喀尔喀方言,西里尔字母)
- 许可证:MIT
- 任务类型:语音合成(text-to-speech)、自动语音识别(automatic-speech-recognition)
- 数据规模:1K < n < 10K
- 来源:对 MBSpeech Mongolian(圣经朗读语音)进行质量过滤和文本规范化处理后得到
数据规模与划分
| 划分 | 音频片段数 | 时长 | 说话人数 |
|---|---|---|---|
| train | 2,795 | 5.05小时 | 1 |
| withheld | 200 | 0.35小时 | 1 |
| 总计 | 2,995 | 5.40小时 | 1 |
- withheld 划分中的句子在 train 中不存在,可作为文本层面的评估集(非说话人层面的保留集)
- 数据以 parquet 分片格式存储,音频以 24 kHz 单声道 WAV 内嵌
数据特征
- 音频:24 kHz 单声道 WAV(上游原生为 22.05 kHz,实测带宽上限约 7.7 kHz)
- 文本:包含规范化文本(
text,训练目标)、原始句(sentence_orig)和规范句(sentence_norm) - 质量指标:包含对齐分数(align_score)、ASR 词错误率(cer)、DNSMOS 感知质量评分、信噪比(snr_db)、带宽(bandwidth_hz)、基频(mean_f0_hz)等
- 元数据:说话人标识(单一男性叙述者)、性别标签(含来源及推断方式)、时长等
- 文本多样性:2,983 个不同句子(约 1 倍重复)、覆盖 34/35 个字母(缺少“щ”、罕见“ъ”)
清洗流程
每个音频片段需依次通过以下所有门槛,任一不通过则被剔除:
- 时长:超出 1–20 秒范围则剔除
- 削波和直流偏移检测
- Silero VAD:剔除大部分为静音的片段
- 信噪比(SNR):语音区 RMS 与真实非语音区 RMS 之比
- 带宽:实测低通拐点频率
- DNSMOS(SIG/BAK/OVR)感知质量打分
- MMS-FA 强制对齐:语音与文本是否匹配(主要文本质检)
- ASR CER 二次验证
所有测量值均保留为数据列,允许用户按自定义阈值重新筛选。
数据质量统计(中位数)
- 片段时长:5.86 秒
- 带宽:7,562 Hz
- DNSMOS OVR:4.10
- 对齐分数:0.921
- ASR 词错误率:0.105
使用注意事项
- 许可:单一专业叙述者朗读公有领域文本,以 MIT 协议发布
- 语音克隆:适合用于零样本 TTS 训练,但应遵循伦理规范,不合成可识别个体的声音
- 覆盖范围:仅一种语言变体和朗读式语音,未覆盖口音、方言或自然对话
- 推断性别:当
gender_source为f0时,性别标签是基于音高推断而非自我声明
引用方式
如需引用,可参考 README 中提供的 BibTeX 条目(作者为 Battseren Badral,2026)。上游 MBSpeech Mongolian 原始镜像已删除,无上游链接可提供。




