File size: 851 Bytes
4d52968 dc347c6 4d52968 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# lex_fridman_podcast
## Data
This dataset provides transcribed Lex Fridman Podcast episodes that were shared on [Andrej Karpathy's site](https://karpathy.ai/lexicap).
Last update was on 01.12.2022.
## Goal
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.
There exist other similar datasets, but they lack timestamp information that makes finding stuff on Karpathy's page easier.
### Schema
```
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 episode 802299 non-null object
1 text 802299 non-null object
2 timestamp_link 802299 non-null object
```
## Acknowledgements
LONG LIVE ANDREJ KARPATHY!
GLORY TO OpenAI WHISPER!
Thank you Lex Fridman for the podcast!
|