STT_uz / dataset_info.json
Beehzod's picture
Create dataset_info.json
2459bdd verified
raw
history blame
1.01 kB
{
"description": "Uzbek Speech-to-Text Dataset for training and evaluation.",
"homepage": "https://huggingface.co/datasets/Beehzod/data",
"license": "Specify the license under which the dataset is provided.",
"features": {
"audio": {
"type": "webdataset",
"files": {
"other": "tar",
"train": "tar",
"validated": "tar",
"test":"wav"
}
},
"transcription": {
"type": "table",
"format": "tsv",
"columns": ["file_name", "transcription"]
}
},
"splits": {
"train": {
"type": "webdataset",
"files": ["audio/train/*.tar", "transcription/train.tsv"]
},
"validation": {
"type": "webdataset",
"files": ["audio/validated/*.tar", "transcription/validated.tsv"]
},
"other": {
"type": "webdataset",
"files": ["audio/other/*.tar", "transcription/other.tsv"]
},
"test":{
"type":"wevdataset",
"files":["audio/test/*.wav","transcription/test.tsv"]}
}
}