Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,16 @@ configs:
|
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
---
|
18 |
+
|
19 |
+
# Intro
|
20 |
+
|
21 |
+
<!-- Provide a quick summary of the dataset. -->
|
22 |
+
|
23 |
+
This dataset (5K) formats an existing podcast dataset (64bits/lex_fridman_podcast_for_llm_vicuna) for llama 3 chat model fine tuning.
|
24 |
+
It represents a compilation of audio-to-text transcripts from the Lex Fridman Podcast. The Lex Fridman Podcast, hosted by AI researcher at MIT, Lex Fridman.
|
25 |
+
|
26 |
+
## Problems
|
27 |
+
There might be some minor issues during the transcribe phase.
|
28 |
+
|
29 |
+
## Next Step
|
30 |
+
Use whisper to directly load the podcast and transcribe it in this format.
|