Datasets:
Tasks:
Automatic Speech Recognition
Formats:
webdataset
Languages:
Uzbek
Size:
10K - 100K
Tags:
audio
License:
File size: 1,007 Bytes
2459bdd |
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 36 37 38 39 |
{
"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"]}
}
}
|