Datasets:
add test balanced 16k
Browse files
README.md
CHANGED
|
@@ -145,6 +145,35 @@ dataset_info:
|
|
| 145 |
dtype: string
|
| 146 |
- name: mixing_factor
|
| 147 |
dtype: float32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
configs:
|
| 149 |
- config_name: test_a
|
| 150 |
data_files:
|
|
@@ -166,6 +195,10 @@ configs:
|
|
| 166 |
data_files:
|
| 167 |
- split: train
|
| 168 |
path: data/test_balanced_32k/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
license: apache-2.0
|
| 170 |
task_categories:
|
| 171 |
- audio-to-audio
|
|
|
|
| 145 |
dtype: string
|
| 146 |
- name: mixing_factor
|
| 147 |
dtype: float32
|
| 148 |
+
- config_name: test_balanced_16k
|
| 149 |
+
features:
|
| 150 |
+
- name: audio
|
| 151 |
+
dtype:
|
| 152 |
+
audio:
|
| 153 |
+
sampling_rate: 22050
|
| 154 |
+
decode: false
|
| 155 |
+
- name: librivox_sources
|
| 156 |
+
list:
|
| 157 |
+
- name: reader_id
|
| 158 |
+
dtype: int32
|
| 159 |
+
- name: section_id
|
| 160 |
+
dtype: int32
|
| 161 |
+
- name: book_id
|
| 162 |
+
dtype: int32
|
| 163 |
+
- name: offset_seconds
|
| 164 |
+
dtype: float32
|
| 165 |
+
- name: speed_factor
|
| 166 |
+
dtype: float32
|
| 167 |
+
- name: mixing_factor
|
| 168 |
+
dtype: float32
|
| 169 |
+
- name: audioset_sources
|
| 170 |
+
list:
|
| 171 |
+
- name: tar
|
| 172 |
+
dtype: string
|
| 173 |
+
- name: filename
|
| 174 |
+
dtype: string
|
| 175 |
+
- name: mixing_factor
|
| 176 |
+
dtype: float32
|
| 177 |
configs:
|
| 178 |
- config_name: test_a
|
| 179 |
data_files:
|
|
|
|
| 195 |
data_files:
|
| 196 |
- split: train
|
| 197 |
path: data/test_balanced_32k/train-*
|
| 198 |
+
- config_name: test_balanced_16k
|
| 199 |
+
data_files:
|
| 200 |
+
- split: train
|
| 201 |
+
path: data/test_balanced_16k/train-*
|
| 202 |
license: apache-2.0
|
| 203 |
task_categories:
|
| 204 |
- audio-to-audio
|