Add dataset metadata JSON
Browse files- dataset_metadata.json +55 -0
dataset_metadata.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Pathological speech evaluation dataset - held-out speakers not used in training/synthesis",
|
| 3 |
+
"repo": "resproj007/pathological_speech",
|
| 4 |
+
"splits": {
|
| 5 |
+
"train": 38741,
|
| 6 |
+
"test": 1500
|
| 7 |
+
},
|
| 8 |
+
"total_samples": 40241,
|
| 9 |
+
"test_allocation_by_severity": {
|
| 10 |
+
"Mild": 197,
|
| 11 |
+
"Moderate": 585,
|
| 12 |
+
"Normal": 280,
|
| 13 |
+
"Severe": 438
|
| 14 |
+
},
|
| 15 |
+
"test_by_severity": {
|
| 16 |
+
"Mild": 197,
|
| 17 |
+
"Moderate": 585,
|
| 18 |
+
"Normal": 280,
|
| 19 |
+
"Severe": 438
|
| 20 |
+
},
|
| 21 |
+
"test_by_corpus": {
|
| 22 |
+
"UA-Speech": 1069,
|
| 23 |
+
"TORGO": 431
|
| 24 |
+
},
|
| 25 |
+
"test_by_speaker": {
|
| 26 |
+
"M01": 179,
|
| 27 |
+
"M03": 42,
|
| 28 |
+
"M07": 176,
|
| 29 |
+
"F04": 167,
|
| 30 |
+
"M05": 209,
|
| 31 |
+
"F03": 33,
|
| 32 |
+
"MC03": 82,
|
| 33 |
+
"MC02": 47,
|
| 34 |
+
"MC04": 68,
|
| 35 |
+
"FC03": 74,
|
| 36 |
+
"FC01": 9,
|
| 37 |
+
"M10": 193,
|
| 38 |
+
"M04": 20,
|
| 39 |
+
"M09": 186,
|
| 40 |
+
"F01": 15
|
| 41 |
+
},
|
| 42 |
+
"columns": [
|
| 43 |
+
"audio",
|
| 44 |
+
"text",
|
| 45 |
+
"speaker_id",
|
| 46 |
+
"corpus",
|
| 47 |
+
"gender",
|
| 48 |
+
"condition",
|
| 49 |
+
"diagnosis",
|
| 50 |
+
"severity",
|
| 51 |
+
"intelligibility",
|
| 52 |
+
"duration"
|
| 53 |
+
],
|
| 54 |
+
"audio_sample_rate": 16000
|
| 55 |
+
}
|