Datasets:
{ | |
"sentence_id": { | |
"_type": "string", | |
"pa_type": "string", | |
"_storage": "LargeString" | |
}, | |
"text": { | |
"_type": "string", | |
"pa_type": "string", | |
"_storage": "LargeString" | |
}, | |
"audio": { | |
"_type": "Audio", | |
"pa_type": "struct", | |
"fields": { | |
"path": { | |
"_type": "string", | |
"pa_type": "string", | |
"_storage": "LargeString" | |
}, | |
"array": { | |
"_type": "list", | |
"pa_type": "list<item: float>", | |
"_storage": "List" | |
}, | |
"sampling_rate": { | |
"_type": "int", | |
"pa_type": "int32", | |
"_storage": "int32" | |
} | |
} | |
}, | |
"duration": { | |
"_type": "float", | |
"pa_type": "double", | |
"_storage": "float64" | |
}, | |
"speaker": { | |
"_type": "string", | |
"pa_type": "string", | |
"_storage": "LargeString" | |
}, | |
"sampling_rate": { | |
"_type": "int", | |
"pa_type": "int64", | |
"_storage": "int64" | |
} | |
} |