asrdata / dataset_infos.json
harshk04's picture
Upload bilingual dataset with IISc_Vaani-like structure
2edce5d verified
{
"audio/harshk04/h": {
"description": "Bilingual ASR dataset for Hindi and English with proper dataset viewer schema.",
"citation": "",
"homepage": "https://huggingface.co/datasets/harshk04/asrdata",
"license": "mit",
"features": {
"audio": {
"_type": "Audio"
},
"language": {
"_type": "Value",
"dtype": "string"
},
"languagesKnown": {
"_type": "Value",
"dtype": "string"
},
"gender": {
"_type": "Value",
"dtype": "string"
},
"state": {
"_type": "Value",
"dtype": "string"
},
"district": {
"_type": "Value",
"dtype": "string"
},
"pincode": {
"_type": "Value",
"dtype": "int64"
},
"stay(years)": {
"_type": "Value",
"dtype": "string"
},
"isTranscriptionAvailable": {
"_type": "Value",
"dtype": "string"
},
"transcript": {
"_type": "Value",
"dtype": "string"
},
"referenceImage": {
"_type": "Value",
"dtype": "string"
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": null,
"num_examples": 400
}
},
"download_size": null,
"dataset_size": null
}
}