Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,14 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
task_categories:
|
| 22 |
+
- automatic-speech-recognition
|
| 23 |
+
language:
|
| 24 |
+
- en
|
| 25 |
+
size_categories:
|
| 26 |
+
- 1K<n<10K
|
| 27 |
---
|
| 28 |
+
|
| 29 |
+
This dataset is compiled from https://huggingface.co/datasets/metricv/tl-whisper-raw
|
| 30 |
+
|
| 31 |
+
It contains sentence-by-sentence transcription of videos from Youtube channel TechLinked.
|