Upload dataset
Browse files
README.md
CHANGED
|
@@ -217,6 +217,37 @@ dataset_info:
|
|
| 217 |
num_examples: 70843
|
| 218 |
download_size: 121580509236
|
| 219 |
dataset_size: 158685790268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
configs:
|
| 221 |
- config_name: ach
|
| 222 |
data_files:
|
|
@@ -288,4 +319,14 @@ configs:
|
|
| 288 |
path: lin/test-*
|
| 289 |
- split: unlabeled
|
| 290 |
path: lin/unlabeled-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
---
|
|
|
|
| 217 |
num_examples: 70843
|
| 218 |
download_size: 121580509236
|
| 219 |
dataset_size: 158685790268
|
| 220 |
+
- config_name: lug
|
| 221 |
+
features:
|
| 222 |
+
- name: id
|
| 223 |
+
dtype: string
|
| 224 |
+
- name: speaker_id
|
| 225 |
+
dtype: string
|
| 226 |
+
- name: transcription
|
| 227 |
+
dtype: string
|
| 228 |
+
- name: language
|
| 229 |
+
dtype: string
|
| 230 |
+
- name: gender
|
| 231 |
+
dtype: string
|
| 232 |
+
- name: audio
|
| 233 |
+
dtype:
|
| 234 |
+
audio:
|
| 235 |
+
sampling_rate: 16000
|
| 236 |
+
splits:
|
| 237 |
+
- name: train
|
| 238 |
+
num_bytes: 4283812676
|
| 239 |
+
num_examples: 5405
|
| 240 |
+
- name: validation
|
| 241 |
+
num_bytes: 535773796
|
| 242 |
+
num_examples: 676
|
| 243 |
+
- name: test
|
| 244 |
+
num_bytes: 535773793
|
| 245 |
+
num_examples: 676
|
| 246 |
+
- name: unlabeled
|
| 247 |
+
num_bytes: 72692456904
|
| 248 |
+
num_examples: 91718
|
| 249 |
+
download_size: 73677453154
|
| 250 |
+
dataset_size: 78047817169
|
| 251 |
configs:
|
| 252 |
- config_name: ach
|
| 253 |
data_files:
|
|
|
|
| 319 |
path: lin/test-*
|
| 320 |
- split: unlabeled
|
| 321 |
path: lin/unlabeled-*
|
| 322 |
+
- config_name: lug
|
| 323 |
+
data_files:
|
| 324 |
+
- split: train
|
| 325 |
+
path: lug/train-*
|
| 326 |
+
- split: validation
|
| 327 |
+
path: lug/validation-*
|
| 328 |
+
- split: test
|
| 329 |
+
path: lug/test-*
|
| 330 |
+
- split: unlabeled
|
| 331 |
+
path: lug/unlabeled-*
|
| 332 |
---
|