pashto_speech_5k / train /_schema.json
ihanif's picture
Upload train/_schema.json with huggingface_hub
4496cf8 verified
raw
history blame contribute delete
918 Bytes
{
"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"
}
}