Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,12 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: "metadata.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
task_categories:
|
8 |
- automatic-speech-recognition
|
9 |
language:
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: "metadata.csv"
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: audio
|
10 |
+
dtype: audio
|
11 |
+
- name: transcription
|
12 |
+
dtype: string
|
13 |
task_categories:
|
14 |
- automatic-speech-recognition
|
15 |
language:
|