File size: 1,973 Bytes
35d483e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | {
"configuration": {
"holdout_fields": [
"dataset"
],
"include_invalid": false,
"ratios": {
"train": 0.8,
"validation": 0.2
},
"seed": 42,
"stratify_fields": [
"endpoint",
"language",
"synthetic"
]
},
"excluded_invalid_records": 0,
"holdouts": {
"dataset": {
"by_split": {
"train": [
"chirp3_1",
"chirp3_2",
"human_convcollector_1"
],
"validation": [
"chirp3_3_short",
"human_5",
"liva_1",
"midcentury_1",
"mundo_1",
"orpheus_endfiller_1",
"orpheus_grammar_1",
"orpheus_midfiller_1",
"rime_2"
]
},
"crossing_values": {}
}
},
"input_records": 3265,
"leakage": {
"audio_hash_crossings": {},
"group_crossings": {},
"is_valid": true,
"metadata_key_crossings": {},
"missing_split_rows": 0
},
"records": 3265,
"split_counts": {
"train": 2617,
"validation": 648
},
"strata": {
"endpoint": {
"train": {
"false": 1342,
"true": 1275
},
"validation": {
"false": 325,
"true": 323
}
},
"language": {
"train": {
"ara": 78,
"ben": 94,
"dan": 92,
"deu": 132,
"eng": 153,
"fin": 112,
"fra": 161,
"hin": 158,
"ind": 110,
"ita": 74,
"jpn": 87,
"kor": 99,
"mar": 81,
"nld": 153,
"nor": 101,
"pol": 101,
"por": 142,
"rus": 137,
"spa": 163,
"tur": 89,
"ukr": 72,
"vie": 122,
"zho": 106
},
"validation": {
"eng": 605,
"spa": 43
}
},
"synthetic": {
"train": {
"false": 3,
"true": 2614
},
"validation": {
"false": 550,
"true": 98
}
}
}
}
|