Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
|
@@ -30,6 +30,36 @@ dataset_info:
|
|
| 30 |
num_examples: 11431
|
| 31 |
download_size: 74713600992
|
| 32 |
dataset_size: 79717755146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
configs:
|
| 34 |
- config_name: ach
|
| 35 |
data_files:
|
|
@@ -39,4 +69,12 @@ configs:
|
|
| 39 |
path: ach/validation-*
|
| 40 |
- split: test
|
| 41 |
path: ach/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: ach
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
|
|
|
| 30 |
num_examples: 11431
|
| 31 |
download_size: 74713600992
|
| 32 |
dataset_size: 79717755146
|
| 33 |
+
- config_name: aka
|
| 34 |
+
features:
|
| 35 |
+
- name: id
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: speaker_id
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: file_path
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: transcription
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: language
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: gender
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: audio
|
| 48 |
+
dtype:
|
| 49 |
+
audio:
|
| 50 |
+
sampling_rate: 16000
|
| 51 |
+
splits:
|
| 52 |
+
- name: train
|
| 53 |
+
num_bytes: 48133352612
|
| 54 |
+
num_examples: 156228
|
| 55 |
+
- name: validation
|
| 56 |
+
num_bytes: 6016514988
|
| 57 |
+
num_examples: 19528
|
| 58 |
+
- name: test
|
| 59 |
+
num_bytes: 6016824257
|
| 60 |
+
num_examples: 19529
|
| 61 |
+
download_size: 59283557936
|
| 62 |
+
dataset_size: 60166691857
|
| 63 |
configs:
|
| 64 |
- config_name: ach
|
| 65 |
data_files:
|
|
|
|
| 69 |
path: ach/validation-*
|
| 70 |
- split: test
|
| 71 |
path: ach/test-*
|
| 72 |
+
- config_name: aka
|
| 73 |
+
data_files:
|
| 74 |
+
- split: train
|
| 75 |
+
path: aka/train-*
|
| 76 |
+
- split: validation
|
| 77 |
+
path: aka/validation-*
|
| 78 |
+
- split: test
|
| 79 |
+
path: aka/test-*
|
| 80 |
---
|