lambdaofgod
commited on
Commit
·
4d52968
1
Parent(s):
d4c132d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# lex_fridman_podcast
|
2 |
+
|
3 |
+
## Data
|
4 |
+
|
5 |
+
This dataset provides transcribed Lex Fridman Podcast episodes that were shared on [Andrej Karpathy's site](https://karpathy.ai/lexicap).
|
6 |
+
|
7 |
+
Last update was on 01.12.2022.
|
8 |
+
|
9 |
+
## Goal
|
10 |
+
|
11 |
+
The goal of this dataset is to use it in [niph - needle in podcast haystack](https://github.com/lambdaofgod/niph) library to make searching it easier.
|
12 |
+
|
13 |
+
### Schema
|
14 |
+
```
|
15 |
+
# Column Non-Null Count Dtype
|
16 |
+
--- ------ -------------- -----
|
17 |
+
0 episode 802299 non-null object
|
18 |
+
1 text 802299 non-null object
|
19 |
+
2 timestamp_link 802299 non-null object
|
20 |
+
```
|
21 |
+
|
22 |
+
## Acknowledgements
|
23 |
+
|
24 |
+
LONG LIVE ANDREJ KARPATHY!
|
25 |
+
|
26 |
+
GLORY TO OpenAI WHISPER!
|
27 |
+
|
28 |
+
Thank you Lex Fridman for the podcast!
|
29 |
+
|
30 |
+
|