Datasets:
ahnafsamin
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ dataset_info:
|
|
6 |
dtype: audio
|
7 |
- name: transcription
|
8 |
dtype: string
|
|
|
|
|
9 |
splits:
|
10 |
- name: train
|
11 |
num_bytes: 17672959.0
|
@@ -18,6 +20,13 @@ dataset_info:
|
|
18 |
num_examples: 6594
|
19 |
download_size: 4644261004
|
20 |
dataset_size: 5191188928.158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
---
|
|
|
6 |
dtype: audio
|
7 |
- name: transcription
|
8 |
dtype: string
|
9 |
+
- name: file_path
|
10 |
+
dtype: string
|
11 |
splits:
|
12 |
- name: train
|
13 |
num_bytes: 17672959.0
|
|
|
20 |
num_examples: 6594
|
21 |
download_size: 4644261004
|
22 |
dataset_size: 5191188928.158
|
23 |
+
configs:
|
24 |
+
- config_name: default
|
25 |
+
data_files:
|
26 |
+
- split: test
|
27 |
+
path: data/test-*
|
28 |
+
- split: validation
|
29 |
+
path: data/validation-*
|
30 |
---
|
31 |
|
32 |
---
|