jamescalam
commited on
Commit
•
929e9cd
1
Parent(s):
59c3539
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- afl-3.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: Youtube Transcriptions
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
tags:
|
18 |
+
- youtube
|
19 |
+
- technical
|
20 |
+
- speech to text
|
21 |
+
- speech
|
22 |
+
- video
|
23 |
+
- video search
|
24 |
+
- audio
|
25 |
+
- audio search
|
26 |
+
task_categories:
|
27 |
+
- conversational
|
28 |
+
- question-answering
|
29 |
+
- text-retrieval
|
30 |
+
- visual-question-answering
|
31 |
+
task_ids:
|
32 |
+
- open-domain-qa
|
33 |
+
- extractive-qa
|
34 |
+
- document-retrieval
|
35 |
+
- visual-question-answering
|
36 |
+
---
|
37 |
+
|
38 |
+
The YouTube transcriptions dataset contains technical tutorials (currently only from [YouTube.com/c/JamesBriggs](https://www.youtube.com/c/jamesbriggs)) transcribed using OpenAI's Whisper (large). Each row represents roughly a sentence-length chunk of text alongside the video URL and timestamp.
|