Whispering-GPT/yannic-kilcher-transcript
收藏Hugging Face2022-12-20 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Whispering-GPT/yannic-kilcher-transcript
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- automatic-speech-recognition
dataset_info:
features:
- name: id
dtype: string
- name: channel
dtype: string
- name: channel_id
dtype: string
- name: title
dtype: string
- name: categories
sequence: string
- name: tags
sequence: string
- name: description
dtype: string
- name: text
dtype: string
- name: segments
list:
- name: start
dtype: float64
- name: end
dtype: float64
- name: text
dtype: string
splits:
- name: train
num_bytes: 24560830
num_examples: 370
download_size: 12784371
dataset_size: 24560830
tags:
- whisper
- whispering
- medium
---
# Dataset Card for "yannic-kilcher-transcript"
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage:** [Whispering-GPT](https://github.com/matallanas/whisper_gpt_pipeline)
- **Repository:** [whisper_gpt_pipeline](https://github.com/matallanas/whisper_gpt_pipeline)
- **Paper:** [whisper](https://cdn.openai.com/papers/whisper.pdf) and [gpt](https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf)
- **Point of Contact:** [Whispering-GPT organization](https://huggingface.co/Whispering-GPT)
### Dataset Summary
This dataset is created by applying whisper to the videos of the Youtube channel [Yannic Kilcher](https://www.youtube.com/yannickilcher). The dataset was created a medium size whisper model.
### Languages
- **Language**: English
## Dataset Structure
The dataset contains all the transcripts plus the audio of the different videos of Yannic Kilcher.
### Data Fields
The dataset is composed by:
- **id**: Id of the youtube video.
- **channel**: Name of the channel.
- **channel\_id**: Id of the youtube channel.
- **title**: Title given to the video.
- **categories**: Category of the video.
- **description**: Description added by the author.
- **text**: Whole transcript of the video.
- **segments**: A list with the time and transcription of the video.
- **start**: When started the trancription.
- **end**: When the transcription ends.
- **text**: The text of the transcription.
### Data Splits
- Train split.
## Dataset Creation
### Source Data
The transcriptions are from the videos of [Yannic Kilcher](https://www.youtube.com/yannickilcher)
### Contributions
Thanks to [Whispering-GPT](https://huggingface.co/Whispering-GPT) organization for adding this dataset.
提供机构:
Whispering-GPT
原始信息汇总
数据集概述
数据集名称
- 名称: yannic-kilcher-transcript
任务类别
- 类别: 自动语音识别
数据集特征
- id: 字符串类型
- channel: 字符串类型
- channel_id: 字符串类型
- title: 字符串类型
- categories: 字符串序列类型
- tags: 字符串序列类型
- description: 字符串类型
- text: 字符串类型
- segments: 列表类型,包含以下子特征:
- start: 浮点数类型
- end: 浮点数类型
- text: 字符串类型
数据集结构
- 训练集: 370个样本,总大小24560830字节
- 下载大小: 12784371字节
- 数据集总大小: 24560830字节
语言
- 语言: 英语
数据集内容
- 包含Yannic Kilcher YouTube频道视频的转录文本及音频。
- 每个数据实例包括视频ID、频道名称、频道ID、视频标题、视频类别、作者添加的描述、完整转录文本以及时间戳和转录文本的列表。
数据集创建
- 来源数据: Yannic Kilcher的YouTube视频转录
- 贡献者: Whispering-GPT组织



