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