Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- automatic-speech-recognition
|
4 |
+
- sentence-similarity
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- podcast
|
9 |
+
- whisper
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
---
|
13 |
+
# Dataset Card for "lex_fridman_podcast"
|
14 |
+
|
15 |
+
### Dataset Summary
|
16 |
+
|
17 |
+
This dataset contains transcripts from the [Lex Fridman podcast](https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4) (Episodes 1 to 325).
|
18 |
+
The transcripts were generated using [OpenAI Whisper](https://github.com/openai/whisper) (large model) and made publicly available at: https://karpathy.ai/lexicap/index.html.
|
19 |
+
|
20 |
+
|
21 |
+
### Languages
|
22 |
+
|
23 |
+
- English
|
24 |
+
|
25 |
+
|
26 |
+
## Dataset Structure
|
27 |
+
|
28 |
+
The dataset contains around 803K entries, consisting of audio transcripts generated from episodes 1 to 325 of the [Lex Fridman podcast](https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4). In addition to the transcript text, the dataset includes other metadata such as episode id and title, guest name, and start and end timestamps for each transcript.
|
29 |
+
|
30 |
+
### Data Fields
|
31 |
+
|
32 |
+
The dataset schema is as follows:
|
33 |
+
- **id**: Episode id.
|
34 |
+
- **guest**: Name of the guest interviewed.
|
35 |
+
- **title:** Title of the episode.
|
36 |
+
- **text:** Text of the transcription.
|
37 |
+
- **start:** Timestamp (`HH:mm:ss.mmm`) indicating the beginning of the trancription.
|
38 |
+
- **end:** Timestamp (`HH:mm:ss.mmm`) indicating the end of the trancription.
|
39 |
+
|
40 |
+
|
41 |
+
### Source Data
|
42 |
+
|
43 |
+
Source data provided by Andrej Karpathy at: https://karpathy.ai/lexicap/index.html
|
44 |
+
|
45 |
+
### Contributions
|
46 |
+
|
47 |
+
Thanks to [nmac](https://huggingface.co/nmac) for adding this dataset.
|