matallanas commited on
Commit
33aa0ee
1 Parent(s): cb333f1

Update README.md

Browse files

Update the dataset information.

Files changed (1) hide show
  1. README.md +68 -1
README.md CHANGED
@@ -34,4 +34,71 @@ dataset_info:
34
  ---
35
  # Dataset Card for "whisper-transcripts-linustechtips"
36
 
37
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
  # Dataset Card for "whisper-transcripts-linustechtips"
36
 
37
+ ## Table of Contents
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+ - [Dataset Summary](#dataset-summary)
41
+ - [Languages](#languages)
42
+ - [Dataset Structure](#dataset-structure)
43
+ - [Data Instances](#data-instances)
44
+ - [Data Fields](#data-fields)
45
+ - [Data Splits](#data-splits)
46
+ - [Dataset Creation](#dataset-creation)
47
+ - [Curation Rationale](#curation-rationale)
48
+ - [Source Data](#source-data)
49
+ - [Annotations](#annotations)
50
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Additional Information](#additional-information)
56
+ - [Contributions](#contributions)
57
+
58
+ ## Dataset Description
59
+
60
+ - **Homepage:** [Whispering-GPT](https://github.com/matallanas/whisper_gpt_pipeline)
61
+ - **Repository:** [whisper_gpt_pipeline](https://github.com/matallanas/whisper_gpt_pipeline)
62
+ - **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)
63
+ - **Point of Contact:** [Whispering-GPT organization](https://huggingface.co/Whispering-GPT)
64
+
65
+ ### Dataset Summary
66
+
67
+ 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.
68
+
69
+ ### Languages
70
+
71
+ - **Language**: English
72
+
73
+ ## Dataset Structure
74
+
75
+ The dataset
76
+
77
+ ### Data Fields
78
+
79
+ The dataset is composed by:
80
+ - **id**: Id of the youtube video.
81
+ - **channel**: Name of the channel.
82
+ - **channel\_id**: Id of the youtube channel.
83
+ - **title**: Title given to the video.
84
+ - **categories**: Category of the video.
85
+ - **description**: Description added by the author.
86
+ - **text**: Whole transcript of the video.
87
+ - **segments**: A list with the time and transcription of the video.
88
+ - **start**: When started the trancription.
89
+ - **end**: When the transcription ends.
90
+ - **text**: The text of the transcription.
91
+
92
+ ### Data Splits
93
+
94
+ - Train split.
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Source Data
99
+
100
+ The transcriptions are from the videos of [Linus Tech Tips Channel](https://www.youtube.com/channel/UCXuqSBlHAE6Xw-yeJA0Tunw)
101
+
102
+ ### Contributions
103
+
104
+ Thanks to [Whispering-GPT](https://huggingface.co/Whispering-GPT) organization for adding this dataset.