add train split (part 00001-of-00002)
Browse files
README.md
CHANGED
@@ -13,6 +13,35 @@ task_categories:
|
|
13 |
- automatic-speech-recognition
|
14 |
- text-to-speech
|
15 |
pretty_name: NST-da Normalized
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Dataset Card for NST-da Normalized
|
|
|
13 |
- automatic-speech-recognition
|
14 |
- text-to-speech
|
15 |
pretty_name: NST-da Normalized
|
16 |
+
configs:
|
17 |
+
- config_name: default
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: data/train-*
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: audio
|
24 |
+
dtype:
|
25 |
+
audio:
|
26 |
+
sampling_rate: 16000
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
- name: speaker_id
|
30 |
+
dtype: int64
|
31 |
+
- name: age
|
32 |
+
dtype: int64
|
33 |
+
- name: sex
|
34 |
+
dtype: string
|
35 |
+
- name: dialect
|
36 |
+
dtype: string
|
37 |
+
- name: recording_datetime
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 45599946657.743164
|
42 |
+
num_examples: 150849
|
43 |
+
download_size: 45071382171
|
44 |
+
dataset_size: 45599946657.743164
|
45 |
---
|
46 |
|
47 |
# Dataset Card for NST-da Normalized
|