p1-transcripts
收藏资源简介:
syvai/p1-transcripts 是一个丹麦 P1 广播节目的转录文本数据集,使用 ElevenLabs Scribe v2 自动生成。数据来源于 Hugging Face 上的 syvai/p1 数据集。该数据集在原始广播条目的元数据基础上,增加了详细的转录信息。每条数据记录包含完整的转录文本 (`transcript_text`)、检测到的语言代码及其置信度 (`language_code`, `language_probability`)、以及统计信息如单词数量、说话者数量和音频事件数量 (`num_words`, `num_speakers`, `num_audio_events`)。此外,数据集还提供了一个结构化的 `words` 数组,其中每个单词都是一个包含文本 (`text`)、时间戳 (`start`, `end`)、类型 (`type`)、说话者标识符 (`speaker_id`) 和对数概率 (`logprob`) 的对象。数据以 Parquet 格式存储,适用于语音识别、音频内容分析、语言识别、说话人分离和广播档案研究等任务。
syvai/p1-transcripts is a dataset of transcribed texts from the Danish P1 radio program, automatically generated using ElevenLabs Scribe v2. The data is sourced from the syvai/p1 dataset on Hugging Face. It extends the original broadcast entry metadata with detailed transcription information. Each data record includes the full transcript text (`transcript_text`), detected language code and its confidence (`language_code`, `language_probability`), and statistics such as word count, speaker count, and audio event count (`num_words`, `num_speakers`, `num_audio_events`). Additionally, the dataset provides a structured `words` array, where each word is an object containing text (`text`), timestamps (`start`, `end`), type (`type`), speaker identifier (`speaker_id`), and log probability (`logprob`). The data is stored in Parquet format and is suitable for tasks like speech recognition, audio content analysis, language identification, speaker diarization, and broadcast archive research.
数据集概述
- 名称:
syvai/p1-transcripts - 语言: 丹麦语
- 主要用途: 提供丹麦 P1 电台的转录文本,由 ElevenLabs Scribe v2 生成
- 数据来源: syvai/p1
数据集配置
- 配置名称:
default - 数据文件: 使用 Parquet 格式,路径为
data/transcripts-*.parquet - 数据划分: 仅包含
train分割
字段说明
每一行数据包含原始条目元数据以及以下额外字段:
| 字段名 | 描述 |
|---|---|
transcript_text |
完整转录文本 |
language_code |
语言代码 |
language_probability |
语言识别概率 |
num_words |
单词数量 |
num_speakers |
说话者数量 |
num_audio_events |
音频事件数量 |
words |
完整的 Scribe v2 单词数组,包含 {text, start, end, type, speaker_id, logprob} 结构体列表 |




