Datasets:
Commit
·
15be031
1
Parent(s):
53e621a
Update README.md
Browse filesUpdated dataset plus audio.
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: id
|
|
@@ -33,7 +35,72 @@ dataset_info:
|
|
| 33 |
num_examples: 5643
|
| 34 |
download_size: 111764307564
|
| 35 |
dataset_size: 117140526959.355
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
# Dataset Card for "linustechtips"
|
| 38 |
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- automatic-speech-recognition
|
| 4 |
dataset_info:
|
| 5 |
features:
|
| 6 |
- name: id
|
|
|
|
| 35 |
num_examples: 5643
|
| 36 |
download_size: 111764307564
|
| 37 |
dataset_size: 117140526959.355
|
| 38 |
+
tags:
|
| 39 |
+
- whisper
|
| 40 |
+
- whispering
|
| 41 |
+
- medium
|
| 42 |
---
|
| 43 |
# Dataset Card for "linustechtips"
|
| 44 |
|
| 45 |
+
## Table of Contents
|
| 46 |
+
- [Table of Contents](#table-of-contents)
|
| 47 |
+
- [Dataset Description](#dataset-description)
|
| 48 |
+
- [Dataset Summary](#dataset-summary)
|
| 49 |
+
- [Languages](#languages)
|
| 50 |
+
- [Dataset Structure](#dataset-structure)
|
| 51 |
+
- [Data Instances](#data-instances)
|
| 52 |
+
- [Data Fields](#data-fields)
|
| 53 |
+
- [Data Splits](#data-splits)
|
| 54 |
+
- [Dataset Creation](#dataset-creation)
|
| 55 |
+
- [Curation Rationale](#curation-rationale)
|
| 56 |
+
- [Source Data](#source-data)
|
| 57 |
+
- [Annotations](#annotations)
|
| 58 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
| 59 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
| 60 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
| 61 |
+
- [Discussion of Biases](#discussion-of-biases)
|
| 62 |
+
- [Other Known Limitations](#other-known-limitations)
|
| 63 |
+
- [Additional Information](#additional-information)
|
| 64 |
+
- [Contributions](#contributions)
|
| 65 |
+
|
| 66 |
+
## Dataset Description
|
| 67 |
+
|
| 68 |
+
- **Homepage:** [Whispering-GPT](https://github.com/matallanas/whisper_gpt_pipeline)
|
| 69 |
+
- **Repository:** [whisper_gpt_pipeline](https://github.com/matallanas/whisper_gpt_pipeline)
|
| 70 |
+
- **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)
|
| 71 |
+
- **Point of Contact:** [Whispering-GPT organization](https://huggingface.co/Whispering-GPT)
|
| 72 |
+
|
| 73 |
+
### Dataset Summary
|
| 74 |
+
|
| 75 |
+
This dataset is created by applying whisper to the videos of the Youtube channel [Linus Tech Tips](https://www.youtube.com/channel/UCXuqSBlHAE6Xw-yeJA0Tunw). The dataset was created a medium size whisper model.
|
| 76 |
+
|
| 77 |
+
### Languages
|
| 78 |
+
|
| 79 |
+
- **Language**: English
|
| 80 |
+
|
| 81 |
+
## Dataset Structure
|
| 82 |
+
|
| 83 |
+
The dataset contains all the transcripts plus the audio of the different videos of Linus Tech Tips.
|
| 84 |
+
|
| 85 |
+
### Data Fields
|
| 86 |
+
|
| 87 |
+
The dataset is composed by:
|
| 88 |
+
- **id**: Id of the youtube video.
|
| 89 |
+
- **channel**: Name of the channel.
|
| 90 |
+
- **channel\_id**: Id of the youtube channel.
|
| 91 |
+
- **title**: Title given to the video.
|
| 92 |
+
- **categories**: Category of the video.
|
| 93 |
+
- **description**: Description added by the author.
|
| 94 |
+
- **text**: Whole transcript of the video.
|
| 95 |
+
- **segments**: A list with the time and transcription of the video.
|
| 96 |
+
- **start**: When started the trancription.
|
| 97 |
+
- **end**: When the transcription ends.
|
| 98 |
+
- **text**: The text of the transcription.
|
| 99 |
+
- **audio**: the extracted audio of the video.
|
| 100 |
+
### Data Splits
|
| 101 |
+
- Train split.
|
| 102 |
+
## Dataset Creation
|
| 103 |
+
### Source Data
|
| 104 |
+
The transcriptions are from the videos of [Linus Tech Tips Channel](https://www.youtube.com/channel/UCXuqSBlHAE6Xw-yeJA0Tunw)
|
| 105 |
+
### Contributions
|
| 106 |
+
Thanks to [Whispering-GPT](https://huggingface.co/Whispering-GPT) organization for adding this dataset.
|