Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -37,6 +37,14 @@ configs:
|
|
37 |
path: ASR_Larynx_microphone/validation-*
|
38 |
- split: test
|
39 |
path: ASR_Larynx_microphone/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
dataset_info:
|
41 |
- config_name: ASR_Headworn_mouth_microphone
|
42 |
features:
|
@@ -94,4 +102,34 @@ dataset_info:
|
|
94 |
num_examples: 1
|
95 |
download_size: 6585432
|
96 |
dataset_size: 6734762.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
---
|
|
|
37 |
path: ASR_Larynx_microphone/validation-*
|
38 |
- split: test
|
39 |
path: ASR_Larynx_microphone/test-*
|
40 |
+
- config_name: BWE_Larynx_microphone
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: BWE_Larynx_microphone/train-*
|
44 |
+
- split: validation
|
45 |
+
path: BWE_Larynx_microphone/validation-*
|
46 |
+
- split: test
|
47 |
+
path: BWE_Larynx_microphone/test-*
|
48 |
dataset_info:
|
49 |
- config_name: ASR_Headworn_mouth_microphone
|
50 |
features:
|
|
|
102 |
num_examples: 1
|
103 |
download_size: 6585432
|
104 |
dataset_size: 6734762.0
|
105 |
+
- config_name: BWE_Larynx_microphone
|
106 |
+
features:
|
107 |
+
- name: audio
|
108 |
+
dtype:
|
109 |
+
audio:
|
110 |
+
mono: false
|
111 |
+
- name: transcription
|
112 |
+
dtype: string
|
113 |
+
- name: sensor_id
|
114 |
+
dtype: string
|
115 |
+
- name: speaker_id
|
116 |
+
dtype: string
|
117 |
+
- name: gender
|
118 |
+
dtype: string
|
119 |
+
- name: type
|
120 |
+
dtype: string
|
121 |
+
- name: split
|
122 |
+
dtype: string
|
123 |
+
splits:
|
124 |
+
- name: train
|
125 |
+
num_bytes: 5335110.0
|
126 |
+
num_examples: 8
|
127 |
+
- name: validation
|
128 |
+
num_bytes: 695209.0
|
129 |
+
num_examples: 1
|
130 |
+
- name: test
|
131 |
+
num_bytes: 704443.0
|
132 |
+
num_examples: 1
|
133 |
+
download_size: 6083859
|
134 |
+
dataset_size: 6734762.0
|
135 |
---
|