Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
17 |
---
|
18 |
|
19 |
# Intro
|
@@ -27,4 +29,4 @@ It represents a compilation of audio-to-text transcripts from the Lex Fridman Po
|
|
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.
|
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
---
|
20 |
|
21 |
# Intro
|
|
|
29 |
There might be some minor issues during the transcribe phase.
|
30 |
|
31 |
## Next Step
|
32 |
+
Use whisper to directly load the podcast and transcribe it in this format.
|