moss-voice-identity-repairs
收藏资源简介:
MOSS voice-acting v2 是一个用于文本转语音(TTS)任务的数据集,由 LAION 和 MOSS 项目构建。该数据集专注于修复原始语料库中说话人相似度较低的音频片段。对于每个说话人配置文件,所有原始音频中 ECAPA 说话人相似度低于 0.40 的片段,都使用该说话人的身份 LoRA(来自 laion/moss-voice-identity-loras)以 1.0 的尺度合并到相同的条件适配器上重新生成。原始片段未被替换,低相似度片段仍保留在语料库中,因为它们对于无参考音频训练具有独立用途。数据集采用 WebDataset 格式组织,每个说话人目录包含多个 shard 文件(.tar,包含 MP3 音频和 JSON 元数据)、一个 annotations.parquet 文件(每行对应一个修复片段)和一个 report.json 文件(前后对比及成本报告)。数据字段分为三组:src_* 组存储原始片段的完整注释(包括各种评分分量如 strength_raw、w_blend、z_containment、contained、dur、wer、spk_sim 等),org_* 组存储原始音频通过相同传感器栈(ECAPA、WavLM-tbr、Whisper-large-v3-turbo 等)重新评分的结果,rep_* 组存储修复后音频的相同评分。此外还包含原始和修复后的说话人嵌入(ECAPA,float16)、修复后音频的 TBR 嵌入(WavLM-tbr,float16),以及修复使用的适配器名称、SHA、尺度和 epoch 信息。每个音频键为 <gid>.cNNN.mp3,不唯一,需与 run_dir 联合使用以确保唯一性。
MOSS voice-acting v2 is a dataset for text-to-speech (TTS) tasks, built by LAION and the MOSS project. It focuses on repairing audio clips with low speaker similarity in the original corpus. For each speaker profile, all original audio clips with ECAPA speaker similarity below 0.40 are regenerated using the speakers identity LoRA (from laion/moss-voice-identity-loras) merged with a scale of 1.0 onto the same condition adapter. The original clips are not replaced; low-similarity clips are retained in the corpus because they have independent uses for reference-free audio training. The dataset is organized in WebDataset format, with each speaker directory containing multiple shard files (.tar with MP3 audio and JSON metadata), an annotations.parquet file (one row per repaired clip), and a report.json file (before/after comparison and cost report). Data fields are divided into three groups: src_* stores full annotations of original clips (including various score components such as strength_raw, w_blend, z_containment, contained, dur, wer, spk_sim, etc.), org_* stores re-scored results of original audio through the same sensor stack (ECAPA, WavLM-tbr, Whisper-large-v3-turbo, etc.), and rep_* stores the same scores for repaired audio. Additionally, it includes original and repaired speaker embeddings (ECAPA, float16), TBR embeddings of repaired audio (WavLM-tbr, float16), and the adapter name, SHA, scale, and epoch used for repair. Each audio key is <gid>.cNNN.mp3, not unique, and must be combined with run_dir to ensure uniqueness.
数据集概述
MOSS voice-acting v2 -- repaired takes 是一个用于文本到语音(TTS)任务的语音数据集,由 LAION 发布,采用 Apache-2.0 许可证。该数据集专注于说话人身份(speaker identity)的语音修复,是 MOSS 配音语料库的补充版本。
核心内容
- 修复目标:对于每个声音档案(voice profile),所有与参考音频的 ECAPA 说话人相似度低于 0.40 的录音(take),使用该声音的身份 LoRA(见
laion/moss-voice-identity-loras)以 1.0 的缩放比例合并到相同的条件适配器上重新生成。 - 原始数据保留:原始录音保持不变,仍保留在语料库中。低相似度的录音被有意保留,因为它们对于无需参考音频的训练仍然有用。
数据布局
每个声音档案(voice)的目录结构如下:
<voice>/part-<shard>-<chunk>.tar:WebDataset 格式,包含<key>.mp3(160 kbps, 48 kHz)和<key>.json文件。<voice>/annotations.parquet:每个修复后录音的一行记录。<voice>/report.json:该声音的修复前后对比及成本报告。
数据列说明
每一行包含三组独立的列,且各组之间不存在派生关系:
src_*:原始录音在语料库中存储的完整注释,包含所有评分组件(strength_raw、w_blend、z_containment、contained、dur、wer、spk_sim、z 项及乘法因子),便于后续无需重新生成即可进行重排序。org_*:原始音频在相同的传感器栈(ECAPA、WavLM-tbr、Whisper-large-v3-turbo、语料库的快速评分器)下重新评分的结果。由于原始存储的 WER 来自 Parakeet,与 Whisper WER 不可比,因此对修复前音频进行重新测量。rep_*:修复后的音频,采用与修复前相同的测量方式。
此外还包括:
src_spk_emb/rep_spk_emb:ECAPA 说话人嵌入(float16)。rep_tbr_emb:WavLM-tbr 嵌入(float16)。repair_adapter、repair_adapter_sha、repair_scale、repair_epoch:记录每个录音使用的确切权重信息。
关键注意事项
audio_key格式为<gid>.cNNN.mp3,在多次运行中不唯一。run_dir存储在audio_key旁边,所有连接操作必须同时使用这两个字段。




