Commit ·
5f4d8ca
1
Parent(s): e91442a
Add v2 configs and documentation for already speaker-disjoint languages
Browse filesAkan, Amharic, Oromo, Sidama, Tigrinya, and Wolaytta were already
speaker-disjoint in their original (v1) datasets with 0% speaker
leakage in eval splits.
This update:
1. Adds dedicated _v2 configs in the dataset metadata for these six
languages (aka_asr_v2, amh_asr_v2, orm_asr_v2, sid_asr_v2,
tir_asr_v2, wal_asr_v2) pointing directly to the original data files.
2. Documents in the dataset card that these languages do not require
the v2 split-map re-filtering and can be loaded directly from the
original splits.
README.md
CHANGED
|
@@ -390,6 +390,66 @@ configs:
|
|
| 390 |
# path: data/TTS/wol/wol-validation-*
|
| 391 |
# - split: test
|
| 392 |
# path: data/TTS/wol/wol-test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 393 |
dataset_info:
|
| 394 |
- config_name: ach_asr
|
| 395 |
features:
|
|
@@ -909,6 +969,90 @@ dataset_info:
|
|
| 909 |
dtype: string
|
| 910 |
- name: audio
|
| 911 |
dtype: audio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 912 |
---
|
| 913 |
|
| 914 |
# Waxal Datasets
|
|
@@ -1117,7 +1261,24 @@ release of the recordings.
|
|
| 1117 |
`data/ASR_v2/metadata/split_comparison.csv`, and the full provenance -- seed,
|
| 1118 |
source revision, every parameter -- in `metadata/splits_manifest.json`.
|
| 1119 |
|
| 1120 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1121 |
|
| 1122 |
Read the existing ASR configs and re-label each row from the split map:
|
| 1123 |
|
|
|
|
| 390 |
# path: data/TTS/wol/wol-validation-*
|
| 391 |
# - split: test
|
| 392 |
# path: data/TTS/wol/wol-test-*
|
| 393 |
+
- config_name: aka_asr_v2
|
| 394 |
+
data_files:
|
| 395 |
+
- split: train
|
| 396 |
+
path: data/ASR/aka/aka-train-*
|
| 397 |
+
- split: validation
|
| 398 |
+
path: data/ASR/aka/aka-validation-*
|
| 399 |
+
- split: test
|
| 400 |
+
path: data/ASR/aka/aka-test-*
|
| 401 |
+
- split: unlabeled
|
| 402 |
+
path: data/ASR/aka/aka-unlabeled-*
|
| 403 |
+
- config_name: amh_asr_v2
|
| 404 |
+
data_files:
|
| 405 |
+
- split: train
|
| 406 |
+
path: data/ASR/amh/amh-train-*
|
| 407 |
+
- split: validation
|
| 408 |
+
path: data/ASR/amh/amh-validation-*
|
| 409 |
+
- split: test
|
| 410 |
+
path: data/ASR/amh/amh-test-*
|
| 411 |
+
- split: unlabeled
|
| 412 |
+
path: data/ASR/amh/amh-unlabeled-*
|
| 413 |
+
- config_name: orm_asr_v2
|
| 414 |
+
data_files:
|
| 415 |
+
- split: train
|
| 416 |
+
path: data/ASR/orm/orm-train-*
|
| 417 |
+
- split: validation
|
| 418 |
+
path: data/ASR/orm/orm-validation-*
|
| 419 |
+
- split: test
|
| 420 |
+
path: data/ASR/orm/orm-test-*
|
| 421 |
+
- split: unlabeled
|
| 422 |
+
path: data/ASR/orm/orm-unlabeled-*
|
| 423 |
+
- config_name: sid_asr_v2
|
| 424 |
+
data_files:
|
| 425 |
+
- split: train
|
| 426 |
+
path: data/ASR/sid/sid-train-*
|
| 427 |
+
- split: validation
|
| 428 |
+
path: data/ASR/sid/sid-validation-*
|
| 429 |
+
- split: test
|
| 430 |
+
path: data/ASR/sid/sid-test-*
|
| 431 |
+
- split: unlabeled
|
| 432 |
+
path: data/ASR/sid/sid-unlabeled-*
|
| 433 |
+
- config_name: tir_asr_v2
|
| 434 |
+
data_files:
|
| 435 |
+
- split: train
|
| 436 |
+
path: data/ASR/tir/tir-train-*
|
| 437 |
+
- split: validation
|
| 438 |
+
path: data/ASR/tir/tir-validation-*
|
| 439 |
+
- split: test
|
| 440 |
+
path: data/ASR/tir/tir-test-*
|
| 441 |
+
- split: unlabeled
|
| 442 |
+
path: data/ASR/tir/tir-unlabeled-*
|
| 443 |
+
- config_name: wal_asr_v2
|
| 444 |
+
data_files:
|
| 445 |
+
- split: train
|
| 446 |
+
path: data/ASR/wal/wal-train-*
|
| 447 |
+
- split: validation
|
| 448 |
+
path: data/ASR/wal/wal-validation-*
|
| 449 |
+
- split: test
|
| 450 |
+
path: data/ASR/wal/wal-test-*
|
| 451 |
+
- split: unlabeled
|
| 452 |
+
path: data/ASR/wal/wal-unlabeled-*
|
| 453 |
dataset_info:
|
| 454 |
- config_name: ach_asr
|
| 455 |
features:
|
|
|
|
| 969 |
dtype: string
|
| 970 |
- name: audio
|
| 971 |
dtype: audio
|
| 972 |
+
- config_name: aka_asr_v2
|
| 973 |
+
features:
|
| 974 |
+
- name: id
|
| 975 |
+
dtype: string
|
| 976 |
+
- name: speaker_id
|
| 977 |
+
dtype: string
|
| 978 |
+
- name: transcription
|
| 979 |
+
dtype: string
|
| 980 |
+
- name: language
|
| 981 |
+
dtype: string
|
| 982 |
+
- name: gender
|
| 983 |
+
dtype: string
|
| 984 |
+
- name: audio
|
| 985 |
+
dtype: audio
|
| 986 |
+
- config_name: amh_asr_v2
|
| 987 |
+
features:
|
| 988 |
+
- name: id
|
| 989 |
+
dtype: string
|
| 990 |
+
- name: speaker_id
|
| 991 |
+
dtype: string
|
| 992 |
+
- name: transcription
|
| 993 |
+
dtype: string
|
| 994 |
+
- name: language
|
| 995 |
+
dtype: string
|
| 996 |
+
- name: gender
|
| 997 |
+
dtype: string
|
| 998 |
+
- name: audio
|
| 999 |
+
dtype: audio
|
| 1000 |
+
- config_name: orm_asr_v2
|
| 1001 |
+
features:
|
| 1002 |
+
- name: id
|
| 1003 |
+
dtype: string
|
| 1004 |
+
- name: speaker_id
|
| 1005 |
+
dtype: string
|
| 1006 |
+
- name: transcription
|
| 1007 |
+
dtype: string
|
| 1008 |
+
- name: language
|
| 1009 |
+
dtype: string
|
| 1010 |
+
- name: gender
|
| 1011 |
+
dtype: string
|
| 1012 |
+
- name: audio
|
| 1013 |
+
dtype: audio
|
| 1014 |
+
- config_name: sid_asr_v2
|
| 1015 |
+
features:
|
| 1016 |
+
- name: id
|
| 1017 |
+
dtype: string
|
| 1018 |
+
- name: speaker_id
|
| 1019 |
+
dtype: string
|
| 1020 |
+
- name: transcription
|
| 1021 |
+
dtype: string
|
| 1022 |
+
- name: language
|
| 1023 |
+
dtype: string
|
| 1024 |
+
- name: gender
|
| 1025 |
+
dtype: string
|
| 1026 |
+
- name: audio
|
| 1027 |
+
dtype: audio
|
| 1028 |
+
- config_name: tir_asr_v2
|
| 1029 |
+
features:
|
| 1030 |
+
- name: id
|
| 1031 |
+
dtype: string
|
| 1032 |
+
- name: speaker_id
|
| 1033 |
+
dtype: string
|
| 1034 |
+
- name: transcription
|
| 1035 |
+
dtype: string
|
| 1036 |
+
- name: language
|
| 1037 |
+
dtype: string
|
| 1038 |
+
- name: gender
|
| 1039 |
+
dtype: string
|
| 1040 |
+
- name: audio
|
| 1041 |
+
dtype: audio
|
| 1042 |
+
- config_name: wal_asr_v2
|
| 1043 |
+
features:
|
| 1044 |
+
- name: id
|
| 1045 |
+
dtype: string
|
| 1046 |
+
- name: speaker_id
|
| 1047 |
+
dtype: string
|
| 1048 |
+
- name: transcription
|
| 1049 |
+
dtype: string
|
| 1050 |
+
- name: language
|
| 1051 |
+
dtype: string
|
| 1052 |
+
- name: gender
|
| 1053 |
+
dtype: string
|
| 1054 |
+
- name: audio
|
| 1055 |
+
dtype: audio
|
| 1056 |
---
|
| 1057 |
|
| 1058 |
# Waxal Datasets
|
|
|
|
| 1261 |
`data/ASR_v2/metadata/split_comparison.csv`, and the full provenance -- seed,
|
| 1262 |
source revision, every parameter -- in `metadata/splits_manifest.json`.
|
| 1263 |
|
| 1264 |
+
#### Already speaker-disjoint languages (Akan, Amharic, Oromo, Sidama, Tigrinya, Wolaytta)
|
| 1265 |
+
|
| 1266 |
+
Six languages were **already speaker-disjoint in the original (v1) datasets** and did not require a re-split:
|
| 1267 |
+
- **Amharic (`amh`)**, **Oromo (`orm`)**, **Sidama (`sid`)**, **Tigrinya (`tir`)**, and **Wolaytta (`wal`)** (Digital Umuganda) already had 0.00% speaker leakage between `train` and `validation`/`test`.
|
| 1268 |
+
- **Akan (`aka`)** (University of Ghana) already had 0.00% speaker leakage in its `test` split.
|
| 1269 |
+
|
| 1270 |
+
For these six languages, v2 directly points to the original dataset splits. You can load them directly via their v2 configs (`aka_asr_v2`, `amh_asr_v2`, `orm_asr_v2`, `sid_asr_v2`, `tir_asr_v2`, `wal_asr_v2`) or their original configs without the split map re-labelling procedure:
|
| 1271 |
+
|
| 1272 |
+
```python
|
| 1273 |
+
from datasets import load_dataset
|
| 1274 |
+
|
| 1275 |
+
# Direct loading for already speaker-disjoint languages (e.g. Amharic)
|
| 1276 |
+
ds_test = load_dataset("google/WaxalNLP", "amh_asr_v2", split="test")
|
| 1277 |
+
# Or equivalently using the original config:
|
| 1278 |
+
# ds_test = load_dataset("google/WaxalNLP", "amh_asr", split="test")
|
| 1279 |
+
```
|
| 1280 |
+
|
| 1281 |
+
#### Reading v2 (for re-partitioned languages)
|
| 1282 |
|
| 1283 |
Read the existing ASR configs and re-label each row from the split map:
|
| 1284 |
|