File size: 610 Bytes
e8b908d |
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 |
{
"dataset": "test",
"config": "cnfig",
"split": "clips",
"features": {
"audio_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"audio": {
"sampling_rate": 16000,
"mono": true,
"decode": true,
"id": null,
"_type": "Audio"
},
"text": {
"dtype": "string",
"id": "null",
"_type": "Value"
}
},
"rows": [
{
"row_idx": 0,
"row": {
"audio_id": "/m/03vyhn"
}},
{
"row_idx": 1,
"row": {
"audio_id": "/m/03vyhn"
}}]}
|