si
收藏资源简介:
该数据集名为'seamless-interaction',专注于音频分类任务,特别是语音和说话人评估领域。数据集包含英语音频数据,结构上分为多个音频文件夹和Parquet数据文件。数据字段包括对话ID(conversation_id)、话语列表(utterances)以及音频路径(audio_path)。其中,每个话语包含说话人标签(spk)和单词级别的详细信息(如单词内容、开始时间和结束时间)。该数据集适用于需要精细时间标注和说话人识别的音频处理任务。
The dataset is named 'seamless-interaction', which focuses on audio classification tasks, particularly in the field of speech and speaker evaluation. It contains English audio data, with its structure divided into multiple audio folders and Parquet data files. The data fields include conversation_id, utterances and audio_path. Each utterance includes a speaker label (spk) and word-level detailed information such as word content, start time and end time. This dataset is suitable for audio processing tasks that require fine-grained temporal annotations and speaker recognition.
数据集概述
基本信息
- 数据集名称: seamless-interaction
- 数据集地址: https://huggingface.co/datasets/xhmm/si
- 许可证: other
- 主要语言: 英语 (en)
- 标签: audio, speech, speaker, evaluation
- 任务类别: audio-classification
- 配置文件: default
数据内容与结构
- 数据文件: 包含
data_0.parquet和data_001.parquet等文件。 - 文件夹结构: 根目录下包含以
audio_000/、audio_001/等命名的音频文件夹,以及对应的.parquet数据文件。
数据格式
数据以 Parquet 文件格式存储,包含以下列:
json { "conversation_id": "{conversation_id}", "utterances": [ { "spk": 0, "words": [ { "word": "str", "start_time": 0.0, "end_time": 0.08 } ] } ], "audio_path": "audio_{group_idx}/{conversation_id}.wav" }
列描述
- conversation_id: 对话的唯一标识符。
- utterances: 包含多个话语的列表,每个话语包含:
- spk: 说话者标识(整数)。
- words: 单词列表,每个单词包含:
- word: 单词文本(字符串)。
- start_time: 单词开始时间(浮点数)。
- end_time: 单词结束时间(浮点数)。
- audio_path: 对应音频文件的相对路径,格式为
audio_{group_idx}/{conversation_id}.wav。
数据划分
- 测试集: 对应
data_0.parquet文件。




