pashto_speech_20k / data /_schema.json
ihanif's picture
Upload data/_schema.json with huggingface_hub
dce708a verified
raw
history blame contribute delete
527 Bytes
{
"sentence_id": {
"_type": "string",
"pa_type": "string"
},
"sentence": {
"_type": "string",
"pa_type": "string"
},
"audio": {
"_type": "audio",
"pa_type": "struct<array: list<float>, sampling_rate: int32>",
"feature": {
"sampling_rate": 24000,
"_type": "Audio"
}
},
"duration": {
"_type": "float",
"pa_type": "double"
},
"speaker": {
"_type": "string",
"pa_type": "string"
},
"sampling_rate": {
"_type": "int",
"pa_type": "int64"
}
}